Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

Mocking UnitOfWork with Moq and EF 4.1

How correctly implement Unit Of Work per scope and Repository in desktop server side application using Entity Framework 4?

Entity Framework Core, Unit of Work and Repository Pattern

Using DbContext and DbSet instead of implementing repositories and unit of work

How do I rollback a transaction using Unit of Work and Repository patterns?

How to get DbContext Instance within UnitOfWork via Ninject?

UnitOfWork vs Database connection

c# .net ado.net unit-of-work

Unable to delete child entities from a POCO using Unit Of Work pattern

How to get list of changed (dirty) entities from Nhibernate session?

nhibernate unit-of-work

Where should i use the unit of work ? and why?

Unit of work pattern not allowing me to create db context without options

Multiple generic repositories in unitofwork?

using UnitOfWork and Repository Pattern with Entity Framework

Generics problem with Unit of Work Pattern