My name is Jonas Hovgaard. I'm a webdev at WorldManuals.com. I like C#, NHibernate, MVC, Azure, RavenDB, Nancy, scalability, awesome performance and magical unicorns. If you like my posts, follow me on Twitter and I'll let you know when I got something new :-)

Recent Posts

feb 23 2012

From ASP.NET MVC to Nancy - Part 3

In this third part we take a look at dependency injection in Nancy using the built-in IoC container TinyIoC.

aspnetmvc nancy
feb 19 2012

From ASP.NET MVC to Nancy - Part 2

This second part digs into the use of IntelliSense combined with Nancy by doing simple modelbinding on GET/POST actions.

nancy aspnetmvc
feb 17 2012

From ASP.NET MVC to Nancy - Part 1

This post is the first in a series of post on getting started with Nancy (NancyFX) as an experienced ASP.NET MVC developer.

nancy aspnetmvc
feb 8 2012

C# Generating new priority/index order

I just came by one of those scenarios where you need to generate new priority indexes because the user wants to reorganize some list.