Fluent Validation is an ASP.NET MVC integrated validation framework, that makes it possible to set validation rules using expressions. It is testable and completely compatible with IoC (Dependency Injection) pattern and TDD technique.
It is one of a number of validation options, including Data Annotations.
Visit the CodePlex site to learn more.