ASP.NET MVC + EntLib Validation Sample

Controller Class (inherits CustomController)

./WebSite/Controllers/HomeController.cs

Sample 01

Custom Controller class

./Web/Mvc/CustomController.cs

Sample 02

Validation Exception class

./Web/Mvc/ValidationException.cs

Sample 03

IDataContext interface

./Web/Mvc/IDataContext.cs

Sample 04

More info: