Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

What is the meaning of "Unit of Work" concept in NHibernate and other ORMs?

c# nhibernate unit-of-work

How can Dispose() know it was called because of an exception?

How to use joins with generic repository pattern - Entity Framework

Implementing Bounded Context to Entity Framework Based Infrastructure

Am i using correctly Unit of Work here? (Entityi Framework 4 POCO)

At which line in the following code should I commit my unit of work?

How to manage client context object in seperate class library?

WebApi DI Autofac - Make sure that the controller has a parameterless public constructor

Unit of Work with multiple Data Sources?

Join multiple table using generic repository patten with Entity framework with unit of work

Correct disposing using Repository and Unit Work patterns with Entity Framework?

Implementing UnitOfWork with Castle.Windsor

How should you use UnitofWork pattern on my asp.net-mvc site (using nhibernate and ninject)

Single threading a task without queuing further requests

Calling commands from within another command Handle() method

How to access a method in the context through unit of work?

Unit of work and the repository pattern

Using Unit of Work design pattern / NHibernate Sessions in an MVVM WPF

Trying to simplify our repository pattern