Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

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

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?