What’s new with asp.net mvc 3? [closed]
Can someone take me through what’s new with asp.net mvc3?
A few additional features in ASP.NET MVC 3 are
- Razor view engine
- Improved model validation with unobtrusive JavaScript and jQuery support. Including new
- remote validation amoungst others
- Partial page output caching.
- Dependency Injection Improvements, new IDependencyResolver
A more indepth list can be found on the ASP.NET MVC site and from Scott Guthrie's annoucement
精彩评论