Features | Tutorial | Documentation | Downloads | Links | F.A.Q. | Glossary | Current Release 
Welcome to Project Validation Everywhere (ValEver)
Feedback
Please, if you downloaded and tested the Framework, provide some feedback here of your impressions and what you´d like to see in it.
Stability and Quality
If you are worried about using the Validation Everywhere framework, please check out the
Test Cases page. It details every single unit test made in the framework and shows the Code Coverage for the current release (Currently 100% of Code Coverage).
News
| Date | News |
| 10-Dec-2006 | Roy Osherove just posted a very nice blog entry about Validation Everywhere, asking people to try it and give feedback. Thanks Roy! |
| 09-Dec-2006 | Validation Everywhere first release IS OUT! Check it out at 0.1.0.0 Alpha. |
| 27-Nov-2006 | Project ValEver launched. |
Click here for older news Project Validation Everywhere´s purpose is to create a framework for declarative validation, so you can use the same validation logic through all the different environments that your Business Layer might be running against.
This project started mainly because of NMVP project (
NMVP Project). I do a lot of MVP UI´s, and they really help in the direction of creating UI unit tests. One part of the UI that is overlooked in the testing is the validation since it´s done by ASP.Net and it´s validators.
We all know that the validators work beautifully, but what about the Custom Validators, and Regex Validators, and Data Compare Validators? Are they being used correctly. If you have to redo the same Validation structure in the Unit Test it gives you another chance to check the validation rules and then, once you´ve built the validation structure you´ll use it anywhere (Even in ASP.NET!).