MVC2, data annotation with Entities?
        Posted  
        
            by Palantir
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Palantir
        
        
        
        Published on 2010-04-16T09:27:39Z
        Indexed on 
            2010/04/16
            9:33 UTC
        
        
        Read the original article
        Hit count: 259
        
asp.net-mvc-2
Is there any way to use an Entity as a model, and be able to decorate its fields in order to get validation? I am using the Entity as a model for convenience, but then I need to do all the validation manually...
© Stack Overflow or respective owner