Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-of-work

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

Can you iterate over the properties of an eloquent object?

When to use PerThreadLifetimeManager?

UnitOfWork in Action Filter seems to be caching

How can I use a stored procedure + repository + unit of work patterns in Entity Framework?

UnitOfWork lifespan in WPF with an IoC Container

Should I be using a Generic Repository with Entity Framework 5?

taking advantage of inheritance in Controllers and Views

.NET Core/EF 6 - Dependency Injection Scope

Java/Python communication via message broker

Simple Data Unit of Work implementation

Where should I create the Unit of Work instance in an ASP.Net MVC 3 application?

Symfony2 / Doctrine2 throwing index error when flushing the entity manager

Is UnitOfWork equals Transaction? Or it is more than that?

Unit of work + repository + service layer with dependency injection

Not sure how to use Dependency Injection + Repository Pattern + Unit Of Work Pattern with a WinForm application