With all the hype around MVC (and rightly so) I've decided to give it a go myself and write my first .NET MVC web application. With a few options to choose from I was wondering which framework MVC do people recommend.
- Microsoft ASP.NET MVC
- The above with alternative view engine
- Castle Project - MonoRail
- MVC#
- Maverick.NET
It seems like the first two are really the top contenders. Also some DI container is a natural complement to MVC - MonoRail would come with one already while ASP.NET MVC could perhaps work with something like Unity.