Hi there,
i was wondering if there is a way to use ASP.Net's Data annotation without the MVC site.
My example is that i have a class that once created needs to be validated, or will throw an error. I like the data annotations method, instead of a bunch of if blocks fired by the initaliser.
Is there a way to get this to work?
I thought it would be something like:
- Add data annotations
- Fire a method in the initialiser that calls the MVC validator on the class
any ideas? i must admit i havent added the MVC framework to my project as i was hoping i could just use the data annotations class System.ComponentModel.DataValidation