ASP.NET MVC 3 adds some significant support for client-side development, following current standards for top quality JavaScript integration in the following aspects:
Unobtrusive JavaScript
MVC 3 supports unobtrusive JavaScript in two ways:
– Ajax helpers (such as Ajax.ActionLink and Ajax.BeginForm) render clean markup for the FORM tag, wiring up behavior leveraging extensible attributes (data- attributes) and jQuery.
ASP.NET MVC 2 was released in March 2010. Some of the main features in MVC 2 included:
– UI helpers with automatic scaffolding with customizable templates
– Attribute-based Model validation on both client and server
– Strongly-typed HTML helpers
– Improved Visual Studio tooling
– Support for partitioning large applications into areas
Learn more
ASP.NET MVC is a framework for building scalable, standards-based web applications using well-established design patterns and the power of ASP.NET and the .NET Framework.
You could download and install the lates ASP.NET MVC Framework at official ASP.NET site …
Learn more