ASP.NET MVC 2 Feature set

ASP.NET Mvc 2 is a major release to ASP.NET MVC framwork, it has included some of the functionalities people were expected to be missing from ASP.NET MVC 1.0.
One of the main missing part i found while i doing the implementation project on MVC was. it was lacking Areas support. But i have found few blogs on which people like Shiju Varghese and ScottGu, Scott Hanselman, Phil Haack has given lots of tips and tricks to work on with ASP.NET MVC.

Then less set of HTML Helpers, but extension projects like MVCContrib and MVCTurbine , NerdDinner project has served a lot of purpose in my solution development.  But now i am happy with ASP.NET MVC 2 feature set. With MVC Contrib together, we could build excellent stable MVC based web sites and solutions.

I personally congratulate the ASP.NET MVC Team for their dedication and support for this early release. And made a milestone to ASP.NET MVC framework.  

ASP.NET MVC 2 Features

ASP.NET MVC 2 adds a bunch of new capabilities and features.  some are:

  • New Strongly Typed HTML Helpers
  • Enhanced Model Validation support across both server and client
  • Auto-Scaffold UI Helpers with Template Customization
  • Support for splitting up large applications into “Areas”
  • Asynchronous Controllers support that enables long running tasks in parallel
  • Support for rendering sub-sections of a page/site using Html.RenderAction
  • Lots of new helper functions, utilities, and API enhancements
  • Improved Visual Studio tooling support

You can learn more about these features in the What’s New in ASP.NET MVC 2 document on the www.asp.net/mvc web-site.

Try to practice the ASP.NET MVC, there is a potential need of people who have knowledge in ASP.NET MVC, in different companies. Because it’s a nice choice for web application development..