I have used the Entity Framework to start a fairly simple sample project. In the project, I have created a new Entity Data Model from a SQL Server 2000 database. I am able to qu
The main problem is that the entity framework was not designed with persistence ignorance in mind. I would honestly look at using something other than entity framework.