DataAnnotations validation from a class
Posted
by Coppermill
on Stack Overflow
See other posts from Stack Overflow
or by Coppermill
Published on 2010-04-29T09:21:31Z
Indexed on
2010/04/29
9:27 UTC
Read the original article
Hit count: 329
dataannotations
I am using DataAnnotations in a project that is a pure C# application, what is the best way to validate my models/documents against the DataAnnotations attributes?
© Stack Overflow or respective owner