Saturday, April 20, 2013

Whats new in ASP.NET MVC 3 and 4


What's New in ASP.NET MVC 3
  • Razor view engine
  • Improved model validation with unobtrusive JavaScript and jQuery support. 
  • remote validation
  • Partial page output caching.
  • Dependency Injection Improvements, new IDependencyResolver, (we use Castle Windsor)
  • Integrated Scaffolding system extensible via NuGet
  • HTML 5 enabled project templates
  • Controller Improvements: Global Action Filters, ViewBag, ActionResult


What's New in ASP.NET MVC 4
  • ASP.NET Web API
  • Refreshed and modernized default project templates
  • New mobile project template
  • Many new features to support mobile apps
  • Enhanced support for asynchronous methods

No comments:

Post a Comment