Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

Entity Framework with multiple edmx

ASP.NET MVC WebApi: No parameterless constructor defined for this object

Should repositories be properties on the unit of work when using Entity Framework?

How to use Repository and Unit of Work Patterns with ADO.NET?

How to get id from Add using UnitOfWork pattern?

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