Are EntityFramework generated Entity Persistence Ignorance
        Posted  
        
            by pdiddy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pdiddy
        
        
        
        Published on 2010-04-20T17:28:03Z
        Indexed on 
            2010/04/20
            18:13 UTC
        
        
        Read the original article
        Hit count: 334
        
So I'm starting to look into EF and POCO.
From my understanding, the entity generated by EF is not pure POCO since it inherit from EntityObject.
But are they PI? It seem to me that they don't have any persistence awareness in them, or there is something in the EntityObject that makes them PI?
© Stack Overflow or respective owner