IModelBinder and ASP.NET MVC Beta - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T07:17:33Z http://stackoverflow.com/feeds/question/230077 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/230077/imodelbinder-and-asp-net-mvc-beta 5 IModelBinder and ASP.NET MVC Beta kitsune 2008-10-23T15:03:40Z 2008-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#231573 3 Answer by Haacked for IModelBinder and ASP.NET MVC Beta Haacked 2008-10-23T21:17:45Z 2008-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#275483 4 Answer by spoon16 for IModelBinder and ASP.NET MVC Beta spoon16 2008-11-09T01:39:13Z 2008-11-09T01:39:13Z <p>As Haacked points out the source for <a href="http://www.codeplex.com/aspnet/SourceControl/FileView.aspx?itemId=266460&amp;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&amp;changeSetId=17272" rel="nofollow">http://www.codeplex.com/aspnet/SourceControl/FileView.aspx?itemId=266460&amp;changeSetId=17272</a> </p>