Fickle Bits

You're doing it wrong.

ASP.NET MVC Preview 5 Is Now Available

I was telling people in yesterday’s .NET Dojo class that we should expect preview 5 any time now.  It looks like it was released as I was saying that yesterday!

I haven’t yet downloaded it to convert my projects over, but the release note highlights are:

  • Html Helpers need to look into ModelState to get attempted value
  • Add a convenience overload for Html.ActionLink
  • Need friendly exception for UpdateModel type conversion errors.
  • UpdateModel needs to report a message when a property setter throws an exception

Grab it here:  http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16775#ReleaseFiles

Comments