Adventures with the Entity Framework and the Repository Pattern
Posted by Martyn at 8/20/2009 1:09:32 AM
So far in my applications, I have been using the Entity Framework for object persistence (why? SQLite is why). Unfortunately, I also like to write lots of unit tests. Normally, this would be a problem, as the entity container would be coupled to the controllers.
Read MoreTags: Patterns | EntityFramework