And now there’s a nice application on LinkedIn that will pull the latest posts – 5 I think – into my LinkedIn profile. I hope that takes care of necessary social network integration for the moment.
Archive for June 20th, 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 [...]