TanvirArjel/EFCore.GenericRepository

Why should we use this library?

mogaozq opened this issue · 1 comments

I have came across a question engaging my mind.
We Implement Repository pattern to decouple our logic from data-layer.
By using your generic repository we are coupling logic layer with this library.

We Implement a Repository pattern to decouple our logic from the data-layer.

No! Repository itself a data access layer. We write a repository to separate or decouple data access code from our application logic.