August 14, 2010Template for RESTish JSON service with WCFService contract, the service and a whole bunch of configuration. All code needed for a simple REST (sort of) service with WCF.
July 11, 2010Creating a custom Configuration Section in .NETConfiguration sections for app.config/web.config. Useful to create. Hard to remember how to create. Here's a simple template.
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.
August 17, 2009“Unable to attach to the process. Access is denied.” When Attaching Debugger to IIS Process in Windows 7