ASP.NET MVC 1.1 _VS2010 & ASP.NET MVC 2 新特性

ASP.NET MVC 1.1 on Visual Studio 2010 Beta1

由于 VS2010 Beta的发布,所以ASP.NET MVC在Codeplex上发布了一个专门为其准备的ASP.NET MVC版本:

http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28527

关于ASP.NET MVC 2.0

另外在ASP.NET MVC Roadmap 中提到了关于ASP.NET MVC 2.0的一些事

2.0版本主要针对企业应用领域的生产力和发展需要,提供了一些新的功能,比如Areas(这样一个东西/{Area}/{Controller}/{Action},比如划分前台和后台),以及AsynchronousController(使用ASP.NET MVC Futures 中的异步Action),当然分页的Helper,强型Helper也会提供

关于Runtime

ASP.NET MVC2.0将基于3.5 SP1,开发工具支持VS2008及2010,但2.0之后的版本可能会放弃VS2008而转投.Net 4.0.

ASP.NET MVC 2.0 新特性

Areas

异步Controller & Action

强类型inputHelper

强类型Link Helper

支持Data Annotations

改进了缓存方式