ASP.NET MVC Preview 3 Released

The ASP.NET MVC Team has released an refresh of MVC. To all those that are interested the new Preview Release is posted at: http://www. »

Microsoft Source Analysis Still Needs Work

Microsoft just released a tool called Microsoft Source Analysis for C#. Apparently it is a tool they use internally to make sure all their souce code »

Interesting Extension Hack To Get Around NullReferenceException's

Today I came across an interesting extension pattern that I didn't know how the runtime would react. Normally when you do something like the following: string »

Coder Journal's MVC Toolkit

Today I decided to release a toolkit that I have been building over the past couple of months. Most of the code in the toolkit is »

Why is JSON Deserialization so Important to Developers?

Recently I have been working on a RESTful interface for a Web 2.0 project that I will be releasing very soon. And one of the »

Force MVC Route URL to Lowercase

So one of my pet peeves in web development is mixed case URL's. And I usually make sure that all my URL's in my personal projects »