Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

Problems with transactionScope and ServiceBus in production environment

Trying to Unit Test Generic Repository based on .NET EF Core fails when dealing with DbContext.Entry

Exception handling in entity framework, MVC with repository pattern

Generic Repository Pattern - DDD Implementation

Using an abstraction layer over DbContext

Query in LINQ with self join

c# sql linq unit-of-work

TDD Unit of Work Pattern Moq Cannot instantiate proxy of class error

Unit Of Work and Repository inter dependency

Generic Unit Of Work

Why would I want to use UnitOfWork with Repository Pattern?

Using MVC + Repository Pattern, where Business Logic should be?

Is Martin Fowler's POEAA implementation of Unit of Work an anti-pattern?

.Net - Decoupling Unit of Work pattern for multiple ORM's

Controller - Should it deal with service layer or repository directly? [closed]