ASP.NET MVC version 3 (Preview 1)

[ full version of this post in local language can be found at my website www.dragan-panjkov.com ]

[I use Twitter: @panjkov. ]

First preview of ASP.NET MVC 3 is published at the end of July, and can be downloaded from this page. New version contains some new funcitionalities, and this preview is published with goal of collecting feedback from developers community about these new features.

  • Razor View Engine

  • Support for multiple View Engines in Add View dialog

  • New View and ViewModel properties in controller and view

  • Support for Dependency Injection and service locator

  • Global filters

  • New JsonValueProvider

  • Improved support for data validation and support for .NET Framework 4 Data Annotations atributes

  • New ActionResult types

  • Permanent Redirect

More on these and other new features of ASP:NET MVC 3 can be found on blogs: Scott Guthrie i Phil Haack.

No Comments