Search code examples
Avoid Unit of Work pattern in domain driven design...

domain-driven-designunit-of-workaggregateroot

Read More
Calling commands from within another command Handle() method...

c#.netarchitecturedependency-injectionunit-of-work

Read More
How to update database of parent class and [Owned] attribute class type in Entity Framework Core 8.0...

c#authenticationentity-framework-corerepository-patternunit-of-work

Read More
Is Martin Fowler's POEAA implementation of Unit of Work an anti-pattern?...

oopormdomain-driven-designunit-of-workdomain-model

Read More
Right implementation Unit of Work pattern...

c#asp.netdatabaseentity-framework-coreunit-of-work

Read More
Get scheduled extra updates from Doctrine UnitOfWork...

phpsymfonydoctrine-ormunit-of-worketag

Read More
architecture layering and unit of work pattern...

architecturerepository-patternunit-of-work

Read More
Unit of work with DBContextFactory vs DBContext...

c#asp.net-coreentity-framework-coredbcontextunit-of-work

Read More
Unit of Work has null repository property in Unit Test...

.netunit-testingdependency-injectionmoqunit-of-work

Read More
Practical usage of the Unit Of Work & Repository patterns...

ormdomain-driven-designrepository-patternunit-of-workdomain-model

Read More
How should the UnitOfWork pattern be actually handled?...

design-patternsunit-of-work

Read More
Is it necessary to implement Unit of work patterns when using time series database.(ex: influxDb)...

c#asp.netrepository-patterninfluxdbunit-of-work

Read More
How can I use `ThenInclude` in generic class in UnitOfWork...

c#genericsdesign-patternsentity-framework-coreunit-of-work

Read More
How to combine the three-layer architecture with the unit of work in C#...

c#asp.net-coredesign-patternsentity-framework-coreunit-of-work

Read More
Multiple DbContexts in N-Tier Application...

c#entity-framework-4.1repositorydbcontextunit-of-work

Read More
Is Unit Of Work and Repository Patterns very useful for big projects?...

c#domain-driven-designrepository-patternunit-of-work

Read More
Trying to Unit Test Generic Repository based on .NET EF Core fails when dealing with DbContext.Entry...

c#entity-framework-corerepository-patternunit-of-work

Read More
Using UnitOfWork design at different endpoints. Can't tracking entity updates when I try to appl...

c#.net.net-6.0unit-of-worksavechanges

Read More
I can't inject my IUnitOfWork class into my ApartmentManager class...

entity-frameworkdependency-injectionentity-framework-coreautofacunit-of-work

Read More
Unit of Work Pattern with Foreign Keys - ASP.NET Web API...

asp.net-web-apientity-framework-coreunit-of-work

Read More
ASP.NET Web API - Service Between Controller and Repository?...

entity-frameworkasp.net-web-apiunit-of-work

Read More
Unable to find "Proxies\__CG__\App\Entity\EnseigneNationale" entity identifier associated ...

doctrineunit-of-worksymfony5persist

Read More
How to dynamically add "OR" conditions in Where method provided by Entity Framework...

c#asp.net-coreentity-framework-corewhere-clauseunit-of-work

Read More
UnitOfWork w/ TransactionScope no changes in database but a passing unitTest...

c#unit-of-worktransactionscope

Read More
EF Core 6 - The instance of entity type 'AppCase' cannot be tracked because another instance...

asp.net-coreentity-framework-corerepository-patternunit-of-work

Read More
Is UnitOfWork equals Transaction? Or it is more than that?...

design-patternsdata-access-layerunit-of-work

Read More
Implementing repositories with EF Core without creating multiples methods...

c#entity-framework.net-corerepositoryunit-of-work

Read More
Is it good to use both TransactionScope and UnitOfWork in a single transaction process in C#?...

c#transactionsasp.net-core-3.1unit-of-work

Read More
MVC unit of work and repository not working for me...

asp.net-mvcrepositoryasp.net-web-apiunit-of-work

Read More
Which Level is Better For Inspection in CRUD Operation?...

c#entity-frameworkrepositoryunit-of-work

Read More
BackNext