XVal validation framework
- by csetzkorn
Hi,
I started using this validation framework:
http://blog.stevensanderson.com/2009/01/10/xval-a-validation-framework-for-aspnet-mvc/
Steve mentions that the DataAnnotationsValidationRunner implementation is slightly naive.
Why is this and are there better implementations?
I am also looking for a good example that uses this framework to…