ASP.NET MVC 3 RTM
沒錯,已經發佈了,而且早在1/13號的時候就發佈了,
我的消息還算慢的....
需要下載可以至http://www.asp.net/mvc/mvc3下載
根據官方網站所言,這次大概多了這些東西,
The Razor View Engine
Support for Multiple View Engines
Controller Improvements
Global Action Filters
New "ViewBag" Property
New "ActionResult" Types
JavaScript and Ajax Improvements
Client-Side Validation Enabled by Default
Remote Validator
JSON Binding Support
Model Validation Improvements
"DataAnnotations" Metadata Attributes
"ValidationAttribute" Class
Validation Interfaces
Dependency Injection Improvements
Other New Features
NuGet Integration
Partial-Page Output Caching
Granular Control over Request Validation
Extensible "New Project" Dialog Box
Scaffolding Improvements
New Overloads for "Html.LabelFor" and "Html.LabelForModel"
Sessionless Controller Support
New "AdditionalMetadataAttribute" Class
有些部份,之前在RC2的時候也玩得差不多了,
而我也開始打算針對MVC 3的新功能,全部玩一遍,
大家也可以至這裡來取得全部的說明。