Validators in the Middle-Tier
Author:
Mathew Nolton
This article describes a common validation framework for the validation of method parameters, class properties and fields. It provides a high-level overview of the different pieces of the validation framework and how they fit together. Interspersed with this overview is a discussion of the .NET features leveraged such as Reflection and custom attribute types. It also delves into a more detailed discussion of how some of the more important pieces of the validation framework work together.
More Tutorials
|