I’m developing a validation helper class which will apply some validation rules on an instance of application object.
I found questions about Hibernate Validator, but what about C#?
I’m developing a validation helper class which will apply some validation rules on an
Share
In my current project we are using this Framwork: http://fluentvalidation.codeplex.com/
It can be perfectly used with the Repository- and Specification-Pattern along with the Entity Framework. Look here to find informations about those… https://stackoverflow.com/questions/3175/repository-pattern-tutorial-in-c-sharp