Data Access example using Entity Framework

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-06-14T15:32:47Z Indexed on 2010/06/14 15:42 UTC
Read the original article Hit count: 235

Does anyone know of or having any good examples of how to use Entity Framework version 2 in the Data Access layer and put an interface on it so the business layer uses the interface rather than knowing about EF? I have found some examples but they are all from 2009 and I'm not sure how they relate to Entity Framework version 2.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about entity-framework