Click here to Skip to main content
15,892,746 members
Articles / All Topics

Generic repository in aspnet5

Rate me:
Please Sign up or sign in to vote.
4.00/5 (4 votes)
1 Nov 2015MIT1 min read 7.2K   5  
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.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Technical Lead
India India
Working as Tech. Lead

My blog : dotnetthoughts.net.
You can follow me in twitter : @anuraj

Comments and Discussions