IModelBinder and ASP.NET MVC Beta - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T07:17:33Zhttp://stackoverflow.com/feeds/question/230077http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/230077/imodelbinder-and-asp-net-mvc-beta5IModelBinder and ASP.NET MVC Betakitsune2008-10-23T15:03:40Z2008-11-09T01:39:13Z
<p>Does anyone have links to tutorials regarding the new IModelBinder in asp.net mvc beta?</p>
<p>I can't get my head around it properly, so much has changed.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/230077/imodelbinder-and-asp-net-mvc-beta/231573#2315733Answer by Haacked for IModelBinder and ASP.NET MVC BetaHaacked2008-10-23T21:17:45Z2008-10-23T21:17:45Z<p>Take a look at the source of DefaultModelBinder. That'll give you some clues. </p>
http://stackoverflow.com/questions/230077/imodelbinder-and-asp-net-mvc-beta/275483#2754834Answer by spoon16 for IModelBinder and ASP.NET MVC Betaspoon162008-11-09T01:39:13Z2008-11-09T01:39:13Z<p>As Haacked points out the source for <a href="http://www.codeplex.com/aspnet/SourceControl/FileView.aspx?itemId=266460&changeSetId=17272" rel="nofollow">DefaultModelBinder</a> is a good resource. It would be nice to see a related tutorial on <a href="http://www.asp.net/mvc" rel="nofollow">http://www.asp.net/mvc</a> though (hint... hint... at Haacked).</p>
<p>For your convenience here is a direct link to the relevant source: <a href="http://www.codeplex.com/aspnet/SourceControl/FileView.aspx?itemId=266460&changeSetId=17272" rel="nofollow">http://www.codeplex.com/aspnet/SourceControl/FileView.aspx?itemId=266460&changeSetId=17272</a> </p>