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.

Home Page:https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use Uow And Repository

asgharb opened this issue · comments

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?