DTO and Self Tracking Entities pattern in the entity framework
        Posted  
        
            by kathy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kathy
        
        
        
        Published on 2010-05-03T15:27:04Z
        Indexed on 
            2010/06/09
            23:32 UTC
        
        
        Read the original article
        Hit count: 410
        
entity-framework
Hello,
In What scenario that I have to use DTO's pattern in the entity framework the and not the Self Tracking Entities pattern?
Can I start with Self Tracking Entities because it's easier to develop and then add DTO's in the next Phase ???
As always, your advice is greatly appreciated...
© Stack Overflow or respective owner