Posted on: 1/13/2010 11:25:00 AM | Views : 1113

ValidationScope is used to collect all errors of input and coordinate validation logic across independent APIs. It's thread safe. It implements the interface IDisposable that you can initialize a scope by _using_ block. And in a block, you can add errors into a validation context if there are. The b ...

Go to the complete details ...