ActionResult ASP.NET MVC Demystified ASP.NET MVC ActionResult in ASP.NET MVC See the different ActionResults and learn about when to use each of them, including ViewResult and JsonResult. Sample project included! by Matthew Jones
ASP.NET MVC Demystified ASP.NET MVC Bundling and Minification - ASP.NET MVC Demystified Let's learn how to enable or disable two optimizations provided by ASP.NET MVC: bundling and minification. by Matthew Jones
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