aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
587 stars 148 forks source link

use Uow And Repository #30

Open asgharb opened 3 years ago

asgharb commented 3 years ago

Hi. It has been argued in several discussions that the use of Uow and Repositories is not very correct, and these are implemented in DbContext itself. Is using Uow and Repository an Anti-pattern? You used the Meditor package with Uow. I wanted to know what is the advantage of this?