Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

Service Layer/Repository Pattern

How can I inject the Repositories to the UnitOfWork?

Symfony2 / Doctrine2 - Check Entity Object is new, never persisted

Data Mapper, Repository and Unit of Work patterns

How does the Unit of Work pattern accommodate references to new aggregates?

DDD (java) Aggregate roots and persistence

Implementing Generic Repository using Entity framework code first

Using Unity, how do you automatically dispose an IDisposable?

ASP.NET MVC 2 , Nhibernate and transaction across layers

Entity Framework 5 Unit of Work pattern - where should I call SaveChanges?

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