0
kicks
Implementing a Simple Generic Repository with LinqToSql
The Repository is a design pattern often used in Domain Driven Design (DDD) to help the domain layer access data needed from the underlaying persistence layer. The article shows how to implement a generic repository with LinqToSql.