Using Entity Framework as Data Access Layer

Posted by AJM on Stack Overflow See other posts from Stack Overflow or by AJM
Published on 2009-05-27T13:34:17Z Indexed on 2010/04/21 19:23 UTC
Read the original article Hit count: 288

In my ASP.NET application I want to implement by data acess layer using the Entity framweok so I can use it as an ORM tool. But I dont want the rest of the application to care that I'm using this or be polluted by anything entity frameowrk specific.

I cant seem to find anyone who is using the entity framework exclusively in their Data access layer so I'm keen to see any online examples of this/ experience people have.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about web-development