Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IModelBinder and ASP.NET MVC Beta

Does anyone have links to tutorials regarding the new IModelBinder in asp.net mvc beta?

I can't get my head around it properly, so much has changed.

Thanks

like image 618
kitsune Avatar asked Oct 23 '08 15:10

kitsune


2 Answers

As Haacked points out the source for DefaultModelBinder is a good resource. It would be nice to see a related tutorial on http://www.asp.net/mvc though (hint... hint... at Haacked).

For your convenience here is a direct link to the relevant source: http://aspnet.codeplex.com/SourceControl/changeset/view/23011#266460

like image 145
Eric Schoonover Avatar answered Oct 15 '22 13:10

Eric Schoonover


Take a look at the source of DefaultModelBinder. That'll give you some clues.

like image 27
Haacked Avatar answered Oct 15 '22 11:10

Haacked