With Validation Application block, there's the following functionality:
- Creating Custom attributes
- Creating SelfValidation on the type
- Ability to read from external config file
I plan to use the DataAnnotations to replace the Validation application block. Are the above possible with DataAnnotations? If so, how'd I implement them?
Any help is appreciated