Data Mapper implementation in C#
        Posted  
        
            by cargo86
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cargo86
        
        
        
        Published on 2010-06-07T09:59:39Z
        Indexed on 
            2010/06/07
            10:02 UTC
        
        
        Read the original article
        Hit count: 237
        
c#
|nhibernate
Hi, My Domain Layer is implemented with Domain Model, and after PEAA, in Data Layer I have to use Data Mapper.
NHiberbate is an implemantation of Data Mapper in C#? What alternative I have to use Data Mapper in a C# project?
Thanks a lot!
© Stack Overflow or respective owner