ASP.NET MVC - ViewModels For Edit
        Posted  
        
            by CocoB
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CocoB
        
        
        
        Published on 2010-05-18T15:58:37Z
        Indexed on 
            2010/05/18
            16:20 UTC
        
        
        Read the original article
        Hit count: 296
        
asp.net-mvc
Is it generally a good practice to have both view and edit models for an MVC app? Meaning, I wouldn't want validation attributes on a view model since it's basically read-only.
© Stack Overflow or respective owner