Skip to content
Furkan Güngör edited this page Nov 27, 2021 · 1 revision

Gitmoji


Give a Star 🌟

If you liked the project or if EasyRepositor.EFCore helped you, please give a star.


Purpose

Easy Repository For EF Core provides implementation generic repository pattern on Entity Framework Core


What is Generic Repository Pattern

The generic repository pattern implements in a separate class library project. ... The repository pattern is intended to create an Abstraction layer between the Data Access layer and Business Logic layer of an Application. It is a data access pattern that prompts a more loosely coupled approach to data access.

Clone this wiki locally