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

link|improve this question

68% accept rate
feedback

2 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
The links provided here are broken. – Ian Mercer Feb 7 '10 at 22:24
fixed... thanks you are the coolest – spoon16 Feb 8 '10 at 2:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.