About Simple Validation
Description
Simple Validation is a validation framework for Microsoft .NET (version 2.0 or higher). It allows validation rules to be put into an external XML file and grouped into rule sets and validation targets.
Simple Validation was created to make it easier to do validation for the views in the presentation layer of a web application. The ability to group rules into sets that can be reused for different fields cuts down on the amount of validation logic that needs to be implemented. Another advantage is that rules can be changed without the need for a recompile of the code.
How it works
See the examples pages for more information.
Status
Simple Validation is in a stable state and ready for use.
The first release of binaries and source is scheduled for the next week or so.
License
Simple Validation is open source software and distributed under the LGPL v 2.1 license.
Simple Validation is hosted by sourceforge.net, the project page is here:
http://sourceforge.net/projects/simpval/