ASP.NET MVC 2 released

aspnetlogo ASP.NET MVC 2 releasedYesterday was announced that ASP.NET MVC 2 is final! What is new:

– 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

Here is a whitepaper with more info.

Here is ASP.NET MVC Code Examples from MSDN, where you can download and view how to:

– MVC AJAX Application
– MVC Areas Application
– MVC Asynchronous Controller
– MVC Basic Walkthrough
– MVC Controller
– MVC Data Views
– Using the Templated Helpers to Display, Edit and Label Data
– Validating Model Data Using DataAnnotations Attributes

Related posts:

  1. ASP.NET 3.5 Extensions CTP Preview Released
  2. Visual Studio 2008 and .NET 3.5 Released

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Read previous post:
ExtJS released 3.2 beta with some cool features

Few days ago ExtJS posted about their latest version 3.2 of their library. It was long anticipated because it is...

Close