The Enterprise Library Validation Application Block provides a library of classes, called validators, that supplies the code for validating .NET Framework data types.
I am currently getting the following exception while trying to use the Enterprise Library Validation Application Block: An error occurred …
c# asp.net-mvc enterprise-library validation-application-blI have set validation attributes in the model of my WCF service [MinLength(6, ErrorMessage = "Password should be at least 6 characters …
wcf validation-application-bl