ASP.NET MVC

There are 1 entries for the tag ASP.NET MVC

ASP.NET MVC Preview 5 is out

And there are a few new and really neat features in the latest preview (ASP.NET MVC @ CodePlex). Next release will be the official Beta according to Phil: ASP.NET CodePlex Preview 5 Released Let me just point to a few things from the release notes that caught my attention: The IViewEngine interface now has a RenderPartial method that support the concept of rendering partial views. This is used in tandem with the Html.RenderPartial helper method. The important part is that your partial view can be rendered by a different view engine than the containing view. Say you have...