November 27, 2011
This post covers how to issue multiple 301 (permanent) redirects in ASP.NET MVC.
October 20, 2011
I’ve done a number of “session per request” implementations in the past, each claiming to be better than the previous, and here’s another one.
September 23, 2011
Conventional form handling ASP.NET MVC leads to a lot of repetitive code. This post focuses on improving how we handle forms including a better way to populate “buddy” data on our view models.
September 4, 2011
With asp.net mvc we were finally able to embrace HTML. Whilst “html” helpers can be great, they can also be abused. So how do you find the balance of abstraction?
August 25, 2011
In this post I explain how we handle the configuration of themes in fabrik’s theme api.