How do I use IValidatableObject?
I understand that IValidatableObject is used to validate an object in a way that lets one compare properties against each other.
I understand that IValidatableObject is used to validate an object in a way that lets one compare properties against each other.
I’ve a ViewModel which has some DataAnnotations validations and then for more complex validations implements IValidatableObject and uses Validate method.