Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

REST, Unit of Work, Business Transactions

C# IUnitOfWork, IRepository and IMemoryCache [ASP.Net Core]

Entity Framework UnitOfWork

Autofac Scoping Of Unit Of Work In MVC3 With Entity Framework

UnitOfWork (NHibernate), only one active UoW/session at a time? (need advice)

Cannot access a disposed object (on DbContext) error on Hangfire recurrent job in ABP

Design Patterns for SqlConnection, connection pooling and unit of works

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

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