3
votes
2answers
103 views
Best Practices when Implementing IModelBinder
I'm looking for a set of best practices to use when implementing IModelBinder.
I've read three different MVC books and each one does some slightly different stuff in their impleme …
1
vote
0answers
76 views
Extending Sanderson’s custom mvc ModelBinder for an object stored in session
In his wonderful MVC book Steven Sanderson gives an example of a custom model binder that sets and retrieves a session variable, hiding the data storage element from the controller …
1
vote
1answer
292 views
Custom IModelBinder and Database Access
For a user object in my asp.net mvc project, I have written a custom modelbinder to check whether passwords are valid and whether two matching passwords were entered etc..
The log …
5
votes
2answers
1k views
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
