ASP.Net MVC Custom Model Binding explanation [closed]

I've actually now found the following two posts which a good summary of model binding:

http://odetocode.com/Blogs/scott/archive/2009/04/27/12788.aspx

http://odetocode.com/Blogs/scott/archive/2009/05/05/12801.aspx


Here's a good explanation of ModelBinders that I believe will cover your questions: http://www.singingeels.com/Articles/Model_Binders_in_ASPNET_MVC.aspx

A quick Google search pulled up a few others... I will let you filter through them :-)