This is my second post on one of the ways of applying the Repository, Specification and Unit of Work pattern using the persistence ignorance POCO with the upcoming ADO.NET Entity Framework 4.0. This post will explain how to implement the Repository, Specification & Unit of Work with Entity Framework 4.0. Sample project codes included.
|
5
Shouts |
|
|||
1 comment posted.
#1
davescott241
861 days, 9 hours, 2 minutes ago said:
Best description I have found of how to structure the business layer for an EF based application. Nice work.