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?