Where can I find a decent tutorial/explanation of using Castle Validators with ASP.NET MVC2?
I want to go with Castle because I'm not fond of the fact that I can't test my POCOs using Data Annotations without copying the logic of grabbing the attributes and calling isValid on all of them. I'm much more fond of the fact that with Castle I can just call IsValid on the ValidatorRunner which I can instantiate in my tests. I might just forget about the built-in mvc2 validation framework and go with xVal. /shrug