ASP.NET MVC Preview 3已经发布,最新版本在ASP.NET 3.5运行时上提供了一个新的模型视图控制器(MVC)框架.这意味着开发者可以利用MVC方式设计各种Web应用. 新的 ASP.NET MVC 框架选项非常干净,而且容易使用.它将允许你在你的应用中很轻易地保持关注分离,而且有助于进行干净的测试和TDD
The ASP.NET MVC Preview 3 provides an early look at an upcoming framework for building ASP.NET web applications using the Model-View-Controller pattern.