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.
A:
This article specifically references Entity Framework 4, which is the latest release of EF.
Robert Harvey
2010-06-14 15:37:10
Do you have any other examples? This one didn't help very much...
Dan H
2010-06-15 16:27:14
A:
I found the following link more helpful with separating the DAL and being able to apply TDD.
Dan H
2010-06-17 19:10:02