Validate object based on external factors (ie. data store uniqueness)

I would suggest an experiment that i have only been trialling for the last week or so. Based on this inspiration i am creating DTOs that validate a little differently to that of the DataAnnotations approach. Sample DTO: public class Contact : DomainBase, IModelObject { public int ID { get; set; } public string Name … Read more