Author: Liam McLennan | Posted on: 8/15/2008 10:50:17 AM | Views : 958

The purpose of this article is to describe the technique I have used to implement the repository pattern in .NET applications. My implementations is a general purpose design that can be reused for many projects, allows the domain model to avoid dependencies on infrastructure, and facilitates domain-driven design, unit testing, and strongly typed querying. ...

Go to the complete details ...