I am looking for a validation framework that can handle the validation of my business objects and also UI inputs. Preferably i want to not repeat my validation logic too much and try to use the DRY principles. So the ideal place would be my biz objects.
What have other ppl used? Also i've heard about the IDataErrorInfo, does anyone have a sample of how i can use it with MVC?