资 源 简 介
| Project moved to [GitHub](http://github.com/leddt/nValid). |
|:---------------------------------------------------------------|
nValid
Fluent validation library for .NET
With nValid, you can cleanly define validation rules for any .NET type, and validate instances of types with a very simple syntax.
Features
The main features are:
* Fluent interface for configuration
* Can validate any POCO
* Zero dependencies
* Easily extensible
* Can use resources to set error message (localization support).
* Basic support for named validation contexts.
Planned features
The following features are not yet available, but are planned:
* Client-side validation. We want to be able to generate client-side validation logic based on our rulesets. Either integrate with an