SeanB

Stories kicked by SeanB

Mocking and IOC in Silverlight 2, Castle Project and Moq ports(flawlesscode.com)

submitted by SeanBSeanB(560) 3 years, 9 months ago

A port of parts of the Castle Project and the Moq framework to Silverlight 2. Mocking and IOC/DI in Silverlight 2! read more...

add a comment |category: |Views: 36

tags: another

Massive BlogEngine.Net Security Hole - Fix Provided(dannydouglass.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

A massive security hole in BlogEngine.net was just revealed that allows anyone to see your passwords... Danny Douglass explains the issue and provides a patched BlogEngine.Core assembly to resolve the issue until the next release of BlogEngine is available. read more...

4 comments |category: |Views: 63

tags: another

RenewCert - A fix for ClickOnce expired certificates(may.be)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 1 month ago

"Microsoft has screwed up with its ClickOnce deployment in Visual Studio 2005. You are required to have a certificate in order to sign the ClickOnce manifests and, by default, you create one with an expiry of one year.A year on, your certificate expires and Visual Studio 2005 refuses to allow you to upload any more. If you simply create a new certificate, all your customers get an error." This tools allows you to recreate the certificate. read more...

1 comment |category: |Views: 509

tags: another

Great Little Silverlight Tool Every .Net Developer Need(blog.toolico.com)

submitted by tomericotomerico(220) 4 years, 1 month ago

A light and handy Silverlight utility which allows you to select through all the possible String.Format options. And provides you with a code snippet to paste into your code. read more...

add a comment |category: |Views: 18

tags: another

How to Branch Properly(blog.eleutian.com)

submitted by mjpaladmjpalad(615) 4 years, 1 month ago

Good discussion of source code branching specifically with Subversion. read more...

add a comment |category: |Views: 27

tags: another

Implement your own Parallel.For in C#(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

Are you interested in threading? How could Parallel.For be implemented? I tried to implement it and it scales well. read more...

add a comment |category: |Views: 56

tags: another

FormatWith 2.0 - String formatting with named variables(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 1 month ago

An improved version of the string FormatWith extension method. It now has the ability to also work with named variables, e.g. "{UserName} last logged in at {LastLoginDate}".FormatWith(user) read more...

add a comment |category: |Views: 268

tags: another

How to hide System.Object members from your interfaces(clariusconsulting.net)

submitted by LordLord(3737) 4 years, 2 months ago

Sometimes, System.Object methods (Equals, GetHashCode, GetType and ToString) only contribute clutter to VS intellisense. Everyone knows those members are always there, yet they are seldom used explicitly. This is especially important (and annoying) for fluent APIs that define the flow of invocations in terms of interfaces and usually have few members at each "step" of the statement. read more...

add a comment |category: |Views: 15

tags: another

How DotNetKicks posts are being ripped off for other sites!(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 2 months ago

How posts from DotNetKicks are being copy-and-pasted wholesale into other sites. Is your hard work blogging just being stolen for other companies traffic? read more...

3 comments |category: |Views: 4

tags: another

Silverlight 2 animation: make text appear and disappear(silverlight4dummies.com)

submitted by SL4DSL4D(135) 4 years, 2 months ago

I couldn't manage to make a message appear and disappear at the click of an object because the Visibility option "Hidden" is not available. The solution turned out to be very simple. read more...

add a comment |category: |Views: 25

tags: another

Silverlight 2 Navigating Between Xaml Pages(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 2 months ago

One of the problems I've run across while playing around with the Beta is the lack of support for any easy way to navigate around you application by moving between Xaml pages. Here is a nice little solution. read more...

add a comment |category: |Views: 351

tags: another

PasswordTextBox for Silverlight 2 Beta 1(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 2 months ago

The standard TextBox control that is built into Silverlight 2 Beta 1 is a bit lacking and is missing alot of features that we have become accustomed to in a TextBox. One of those features is being able to mask the characters being displayed when its used to accept passwords. Here's a small PasswordTextBox control I built that does just that; it masks the characters from being displayed so you can accept passwords like you're used to. read more...

add a comment |category: |Views: 58

tags: another

Blogengine.NET extension for embedding a Silverlight plugin(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 2 months ago

Silverlight 2 is here and with it's arrival there are going to be a whole load of Blogengine.NET using developers wanting to embed their sample Silverlight apps in their blog posts. Presented here is a Blogengine.NET extension which makes all the necessary arrangements to embed your content. It works, like most others, by using a token that you type into your posts. read more...

add a comment |category: |Views: 37

tags: another

Silverlight 2.0 Regular Expression Evaluator(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 2 months ago

A Silverlight 2.0 regular expression evaluator, allows a user to test simple regular expressions client side in the browser. read more...

add a comment |category: |Views: 42

tags: another

Silverlight 2.0 Deep Zoom using MultiScaleImage Control(silverlightrecipes.com)

submitted by y_makramy_makram(75) 4 years, 2 months ago

How to use MultiScaleImage control to display Deep Zoom content, perform zooming, and moving content. read more...

add a comment |category: |Views: 191

tags: another

Silverlight 2 documentation available(rialight.wordpress.com)

submitted by anogueiraanogueira(190) 4 years, 2 months ago

Silverlight 2 Beta 1 documentation available on MSDN read more...

1 comment |category: |Views: 70

tags: another