0
kicks
Creating a Generic Entity Framework 4.0 Repository
One of the great new advancements of Entity Framework is the ability to easily build a DAL utilizing the popular repository pattern. In this post, I go over not only how to create a repository, but how to create a generic repository that can be reused throughout your application.