Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing article for EF Core & UoW & Repo Patterns #129

Open
xx7Ahmed7xx opened this issue Feb 4, 2023 · 0 comments
Open

Writing article for EF Core & UoW & Repo Patterns #129

xx7Ahmed7xx opened this issue Feb 4, 2023 · 0 comments

Comments

@xx7Ahmed7xx
Copy link

Introduction

I would like to write about a small issue that is concerned for every new comer in backend development with ASP.NET Core, using ORM EntityFramework Core, That they should implement the Unit of Work & Repositories patterns. Which is complete non sense - to some extent - from my point of view.

Goals

Learn why it is not best practice.
How to make it better.
Finally how to really extend this to it's maximum power.

Outline

  • What is EntityFramework Core?
  • What is Unit of Work & Repositories Design Patterns?
  • Why isn't it logical to apply them to EntityFramework Core?
  • How to apply them correctly?

Sample articles

N/A , But you can check my github for complete in-depth documentation of my libraries/projects!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant