DEV Community

[Comment from a deleted post]
Collapse
 
kyziur_28 profile image
Krystian

You don't need UoW and repository pattern with EF Core because it is already implemented.

Collapse
 
otamnitram profile image
Martín Mato

Even though EF Core implements it, I think is a good practice to decouple our project. In this way it does not bound you to a particular ORM or EF Core version. Also, is better in this way for mocking to test.