ASP.NET MVC RC 1 coming next January.

Published on Dec 20, 2008

At least two really good post today about the future RC1 for the ASP.NET MVC framework. Scott Gu has a very detailed post with some of the new features expected in RC1. Phil Haack talks about the delay and the improvements with the Views.

Scaffolding, views without code behind (yeah!), new HtmlHelper<TModel> and AjaxHelper<TModel> types to build strongly typed HTML and AJAX helpers (this should remove the need for magic string.

The feature that got most exited was the changes to the Views, no code behind is, IMHO the way the Views should be.

I can?t wait to put my hands in this release.