Day: June 20, 2009
-
Leveraging MVC ModelError Using Exceptions
Headline: A very simple change to the DefaultModelBinder will allow you to use default validation capabilities in Microsoft’s MVC (Model-View-Controller) Framework far more effectively. The Problem – Please show my model exceptions to the user! As Steven Sanderson stated in his book, you want to have the validation for your model in an MVC application…