
Recursive Validation Using DataAnnotations
I saw a post on Stackoverflow today that piqued my interest. The title really says it all: DataAnnotations: Recursively validating an entire object graph Using the DataAnnotations to do validation on object can be extermely useful, b...