ASP.NET MVC 2.0 Preview 1 Download
ASP.NET MVC 2.0 preview 1 was released and includes features like:
- Templated Helpers Support - Templated Helpers allow you to automatically associate templates for editing and displaying values base on the data type. For example, a date picker UI element can be automatically rendered every time data of type System.DateTime is used. Areas Support - ASP.NET MVC 2 includes support for a new feature called "areas" that allow you to more easily partition and group functionality across an MVC application.
- DataAnnotations Validation Support - ASP.NET MVC 2 now includes built-in support for the DataAnnotation validation support that first shipped with .NET 3.5 SP1 – and which is used with ASP.NET Dynamic Data and .NET RIA Services. DataAnnotations provides an easy way to declaratively add validation rules to Model and ViewModel classes within an application, and have automatic binding and UI helper validation support within ASP.NET MVC.
- Strongly-Typed UI Helpers - ASP.NET MVC V2 includes new HTML UI helpers that enable you to use strong-typed lambda expressions when referencing the view template’s model object. This enables better compile-time checking of views (so that bugs can be found at build-time as opposed to runtime), and also enables better code intellisense support within view templates.
Download ASP.NET MVC 2.0 Preview 1 here.
ASP.NET MVC 2.0 Visual Studio 2010 Tutorials
- HttpPostAttribute in ASP.NET MVC 2.0 Preview 1 Uses AcceptVerbsAttribute
- DefaultModelBinder Supports DataAnnotations and ValidationAttribute (s) in ASP.NET MVC 2.0
- ASP.NET MVC 2.0 and ASP.NET DynamicData Buddy Classes for Holding Metadata - MetadataType
- DataTypeAttribute and ASP.NET MVC 2.0 Goodness with Templated Helpers
- Create Custom DataTypeAttribute for Validation and Custom Display in ASP.NET MVC 2.0
- Html.DisplayFor Template Helper in ASP.NET MVC 2.0 to render Complex Object
- UIHintAttribute with ASP.NET MVC 2.0 Html.DisplayFor Template Helper - DataAnnotations
- Html.LabelFor and DisplayNameAttribute in ASP.NET MVC 2.0 - Tutorials and Examples
- Html.EditorFor and ScaffoldColumnAttribute - Template Helpers in ASP.NET MVC 2.0


ASP.NET MVC 2.0 Preview 1 Download