Data Access Layer in Asp.Net
        Posted  
        
            by 
                Dark Rider
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dark Rider
        
        
        
        Published on 2012-06-19T18:45:20Z
        Indexed on 
            2012/06/19
            21:16 UTC
        
        
        Read the original article
        Hit count: 228
        
Am Afraid If am Overdoing things here.
We recently started a .Net project containig different Class Libraries for DAl,Services and DTO.
Question is about our DAL layer we wanted a clean and easily maintained Data access layer, We wanted go with Entity Framework 4.1.
So still not clear about what to opt for Plain ADO.Net using DAO and DAOImpl methodolgy or Entity Framework. Could any one please suggest the best approach.
© Stack Overflow or respective owner