Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

How to update complex model in ASP.NET MVC 3

ASP.NET MVC3 - 3 Tier design - Transaction control and business layer design questions

can you have multiple transactions occur inside one session in nhibernate? And is it a bad idea?

Casting Dynamic Object and Passing Into UnitOfWork and Repository Pattern. Throws Exception

Should Class Implement Both IAsyncDisposable and IDisposable?

Implementing the Repository Pattern in ASP.NET MVC

Do we really need to implement IDisposable in Repository or UnitOfWork classes?

Unit of Work, Repositories and IDisposable

Where does Unit Of Work belong w/ EF4, IoC (Unity), and Repository?

Using multiple DbContexts with a generic repository and unit of work

Multiple DbContexts in N-Tier Application

Decouple unit of work from services or repo

How to implement Unit of work in MVC: Responsibility

Repository + UnitOfWork pattern for entity framework

Unit of Work pattern - managing parent child relationships

Ninject Scope issue with Tasks/Threads

Reusable Querying in Entity Framework WITHOUT Repository. How?

Should Entities in Clean Architecture know of persistence mechanisms?

Repository pattern with MongoDB - multiple units of work with one transaction