Design Pattern to Use with Entity Framework First

I am working on a technical design document for my new project, which is being developed using the First Entity Framework 4.1 Code.

I want my DAL to be loosely coupled, easy to check, and have to dynamically inject it using an IoC container ...

Thinking of using a repository template. Are there any good resources for reference?

-

Preetam Reddy

+5
source share
2 answers

. : http://www.asp.net/entity-framework/tutorials/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application http://www.asp.net/entity-framework/tutorials/using-the-entity-framework-and-the-objectdatasource-control-part-2-adding-a-business-logic-layer-and-unit-

+4

All Articles