Validation framework for .NET Compact Framework 3.5.

Posted by Michal Drozdowicz on Stack Overflow See other posts from Stack Overflow or by Michal Drozdowicz
Published on 2010-06-11T12:28:55Z Indexed on 2010/06/11 12:33 UTC
Read the original article Hit count: 441

Do you know of a fast and simple entity validation framework that could be used in a Compact Framework project?

I've done some experiments with FluentValidation (using db4o System.Linq.Expressions, but it's rather slow) and EViL (but it seems a bit half-baked).

Can you suggest any other or maybe point me to some resources on how to design such a framework so that it's both easy to use and performant?

© Stack Overflow or respective owner

Related posts about validation

Related posts about compact-framework