I am working on an ASP.NET project using MVP architecture. We would like to use the object verification infrastructure in the domain, but are not familiar with the available frameworks other than the Castle.Components.Validator namespace.
Does anyone have experience with any other lightweight object validation structures. If not, what approach do you use for validation in the domain (without responding to validation of the ASP.NET validator)?
source
share