.NET
- 
 Using IDisposable to write cleaner codeJust before I start I should mention here that this is not a new idea and there is a good… Read More »
- 
 Getting the public static readonly strings and public const strings (and their values) from a classQuite a few projects have one or more classes with with a bunch of public const stringor public static readonly… Read More »
- 
 Beware of big Task Parallel Library OperationsTake a look at the following code: class Program { static void Main() { var list = Enumerable.Range(0, 10 *… Read More »
- 
 Simple MVVM Toolkit versus MVVM Light ToolkitDISCLAIMER: This comparison was performed around a year ago. Since then the MVVM Light Toolkit has been updated, so this… Read More »
- 
 Performance oriented .NET XML and JSON serializationMicrosoft .NET framework provides multiple out-of-the-box data serializers for data transformations. The most famous one used since .NET 1.0 version… Read More »
- 
 Reflector is dead. Long live Reflector!It’s sad but it was recently announced that one of the most well known tools for .Net development will cease… Read More »
- 
 Building DCI Context with ASP.NET MVCIn this post I’ll address one of the questions that I tend to get when talking about DCI: How is… Read More »
- 
 ASP.NET MVC 4 Beta issues workaroundsThe postcardsfromskyrim.net implementation of the postcardApp has been invaluable in getting down to the nuts and bolts of the new… Read More »
- 
 Three .NET tools for every day useTime is a very limited and expensive resource. As a software developer I feel more often than not that I… Read More »
- 
 Impressions of NDependI’ve been giving NDepend a go lately, in part because I’ve had my eye on it for a while, and… Read More »
 






