SelfValidation in DataAnnotations?

Posted by DotnetDude on Stack Overflow See other posts from Stack Overflow or by DotnetDude
Published on 2010-04-20T22:09:02Z Indexed on 2010/04/20 22:13 UTC
Read the original article Hit count: 641

With Validation Application block, there's the following functionality:

  1. Creating Custom attributes
  2. Creating SelfValidation on the type
  3. 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?

© Stack Overflow or respective owner

Related posts about enterprise-library

Related posts about validation