The first in what might be a large series of blogs in this Blog.... Conventional wisdom from those enlightened in the ways of writing localizable applications suggests that developers should do their best to avoid reusing strings in different contexts where a localizer might need to provide two different translations
Similar Posts
I've been pretty annoyed about the fact that FireFox ignores the width property of the ASP.NET FileUpload control. It doesn't matter if you set it by CSS
Inversion of Control (IoC) is an essential tool for any software designer's design toolbox because it's often a great way to break dependencies between
Introduction Time for some cool .NET 2.0 feature that might prove useful in some scenarios string interning. If you don't know what it is, check out the
Following up on my post on Six Design Patterns to Start With , I mentioned the State pattern in regards to its similarity to the Strategy pattern. It might