Roadkill reaches the magical 1000 unit test mark
December 23, 2013Warning: this post contains large amounts of pro-automated-testing propaganda. Roadkill is now up to over 1000 tests (around 1150) as it…
Installing MVC3 on Mono with Ubuntu
April 22, 2013I managed to get the wiki engine I spend a lot of more spare time writing, Roadkill working on Ubuntu with Mono this weekend. Unfortunately…
Object, Donut, OutputCache and Browser Caching in ASP.NET MVC
April 15, 2013I’ve spent the last week working on sorting out the caching in Roadkill as prior to 1.6 it relied on NHibernate’s second level in memory…
Razor: Defining a section inside a HTML helper extension method
April 04, 2012If you need to inject a generic section of code to your view you’d typically write an extension method for the HtmlHelper class and return…
403 Forbidden errors with ASP.NET MVC 3
November 20, 2011Have you just created an ASP.NET MVC 3 site on your local/developer box to use Windows authentication, mapped it correctly and then…