Author: ScottGu's Blog | Posted on: 10/20/2010 2:27:33 AM | Views : 864

Two weeks ago we shipped the ASP.NET MVC 3 Beta Release .  It supports "go live" deployments, and includes a bunch of nice improvements/enhancements.  You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post .  Also read my original ASP.NET MVC 3 Preview post to learn about other ASP.NET MVC 3 features that showed up with that initial preview release. This post is the first of several "mini-posts" I'm going to do that talk about a few of the new ASP.NET MVC 3 Beta features in more detail.  In today's post I'm going to discuss the new @model directive that is now supported with the new Razor view-engine, and which helps make view files more concise and cleaner. Razor Basics ASP.NET MVC 3 ships with...(read more) ...

Go to the complete details ...