Author: ScottGu's Blog | Posted on: 11/12/2010 8:33:50 PM | Views : 1469

Earlier this week we shipped the ASP.NET MVC 3 Release Candidate .  It supports "go live" deployments, and includes a bunch of great improvements/enhancements on top of the features we enabled earlier with the ASP.NET MVC 3 beta and first preview releases. 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/RC features in more detail: New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (today) In today's post I'm going to discuss a small, but useful, feature we've recently introduced: server-side comment support in Razor. Why Server Side Comments? Scenario: You are working within a view template, and want to temporarily disable some content...(read more) ...

Go to the complete details ...