Friday, April 30, 2010

Migrating from ASP.Net MVC 1 to ASP.Net MVC 2

A pretty good write-up on some of the new feature and/or techniques provided with MVC 2.

http://www.datasprings.com/Resources/ArticlesInformation/MigratingfromASPNetMVC1toASPNetMVC2.aspx

The top categories of MVC2:

  • Areas
  • Templated Helpers
  • Asynchronous Controller
  • RenderAction/Action
  • Validation Options    
    Cited From: Data Springs