Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

Why would I use the Unit of Work pattern on top of an NHibernate session?

c# nhibernate unit-of-work

NHibernate mapping exception. No persister for: NHibernateTesting.Account

Applying Unit Of Work pattern

UnitOfWork Implementation

Generic Repository Pattern with UnitOfWork Pattern

Unit of work, rollback options

Trouble Mocking Lambda withing Unitofwork's Repository

Architectural problems in repository pattern and unit of work

entity framework + repository + unit or work question

Repository/Unit of Work pattern - How to query a repository for objects meeting certain criteria?

Unit of work when using MassTransit

unit-of-work masstransit

IDocumentSession.SaveChanges() vs Transactions

What is the correct way to use Unit of Work/Repositories within the business layer?

Implementing unit of work in a WCF service with Autofac

wcf autofac unit-of-work

Sharing a NHibernate session between UnitOfWork and Repository

Using asynchronous save changes on Entity Framework with multiple contexts

What's the intent of the Rollback method in the Unit of Work pattern?

Unit of Work, Entity Framework DBContext Scope

Symfony & Doctrine : UnitOfWork undefined index after calling flush()

Is it a good idea to wrap my DbContext in a Unit of Work class?