65.9K
CodeProject is changing. Read more.
Home

Generic repository in aspnet5

starIconstarIconstarIconstarIconemptyStarIcon

4.00/5 (4 votes)

Nov 2, 2015

MIT

1 min read

viewsIcon

7451

In this post, I am explaining generic repository pattern using EF7. The Repository Pattern is a common construct to avoid duplication of data access logic throughout our application. The purpose of the repository is to hide the details of accessing the data.