I understand that IValidatableObject is used to validate an object in a way that lets one compare properties against each …
c# asp.net ivalidatableobjectI've a ViewModel which has some DataAnnotations validations and then for more complex validations implements IValidatableObject and uses Validate method. …
asp.net asp.net-mvc asp.net-mvc-3 data-annotations ivalidatableobjectI have implemented IValidatableObject several times and have never found out what the purpose of parsing ValidationContext to the Validate …
c# .net-4.0 ivalidatableobject