May 13, 2010When strongly typed views stop working after converting a MVC 1.0 project from Visual Studio 2008 to 2010Solving the mysterious CS1061: 'object' does not contain a definition for... exception after upgrading to a new Visual Studio version.
April 5, 2010Performing and Testing Redirects with ASP.NET Web Forms MVPI’ve been playing around with the ASP.NET Web Forms MVP project lately. One of the things that has been notoriously hard to test with Web Forms, at least when it comes to unit testing, is redirects.
March 29, 2010Inversion of Control – An Introduction with Examples in .NETAn introduction to Inversion of Control, using the Dependency Injection and Service Locator patterns, with simple examples in C#.