ASP.NET MVC + EntLib Validation Sample
Controller Class (inherits CustomController)
./WebSite/Controllers/HomeController.cs
Custom Controller class
./Web/Mvc/CustomController.cs
Validation Exception class
./Web/Mvc/ValidationException.cs
IDataContext interface
./Web/Mvc/IDataContext.cs
More info:
- Scott Guthrie - ASP.NET MVC Preview 5 and Form Posting Scenarios
- Stephen Walther - ASP.NET MVC Tip #42 – Use the Validation Application Block