Author: ScottGu's Blog | Posted on: 10/22/2010 6:05:24 PM | Views : 899

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 is another in a series of "mini-posts" I'm doing that talk about a few of the new ASP.NET MVC 3 Beta features in more detail: New @model keyword in Razor (Oct 22nd) Layouts (this post) In today's post I'm going to discuss layout pages with Razor, and discuss some of the improvements to them that we introduced with the recent ASP.NET MVC 3 Beta. Razor...(read more) ...

Go to the complete details ...