Best Practices Musings Code must have a reason to exist (even if we don't like the reason) by Matthew Jones
ASP.NET MVC Demystified ASP.NET MVC What are Layout, _ViewStart, RenderBody, and RenderSection in MVC? Let's see how to use _Layout, RenderBody, RenderSection, and _ViewStart to organize our ASP.NET MVC views. by Matthew Jones
ASP.NET Reflection Sample Project Using .NET Reflection to Map DataTables to Strongly-Typed Models by Matthew Jones
ASP.NET MVC Best Practices Sample Project Use T4MVC to Remove Magic Strings in ASP.NET MVC Apps Use T4MVC to remove magic strings from ASP.NET MVC routes and links. by Matthew Jones
ASP.NET MVC Demystified ASP.NET MVC Sample Project ViewBag - ASP.NET MVC Demystified Let's see how ViewBag works in MVC, and why it may not be such a good thing. by Matthew Jones