A new version of ASP.NET MVC 3 Preview 1 is available.
A new version of the ASP.NET MVC web development framework is available for download. This release is preliminary, intended for the purpose of testing new features by the community.
The new version made the following changes and improvements:
added support for the new Razor view engine;
Added dynamic properties View and ModelView ;
added support for code injection (dependency injection) “out of the box“;
added global filtering functionality;
new value provider JsonValueProviderFactory ;
Support for .NET 4.0 validation tools
new types of action results: HttpNotFoundResult , HttpStatusCodeResult , HttpRedirectResult .
MVC Framework 3 Preview 1 works only with .NET 4.0. Integration with Razor is still incomplete: there is no syntax highlighting and IntelliSense support, they will appear in future releases. ')
Download ASP.NET MVC 3 Preview 1 at this link .