Blog posts with tag "aspnet-mvc"

Roadkill reaches the magical 1000 unit test mark

December 23, 2013

Warning: 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, 2013

I 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, 2013

I’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, 2012

If 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, 2011

Have you just created an ASP.NET MVC 3 site on your local/developer box to use Windows authentication, mapped it correctly and then…