Search code examples
NHibernate: Update vs Merge methods...


c#nhibernaterepository-patternunit-of-work

Read More
How do I publish a custom event after the current UoW transaction is successfully completed?...


asp.net-coreunit-of-workabp-framework

Read More
EF Core 5 One-to-many relationship problem...


c#asp.net-coreentity-framework-coreone-to-manyunit-of-work

Read More
EFCore with SQLite shows concurrency exception...


.netsqliteentity-framework-corerepository-patternunit-of-work

Read More
Pytest Flask rollback transactions after tests when using the Unit of Work pattern...


pythonflasksqlalchemypytestunit-of-work

Read More
i can't get all Categories data with ChildCategories...


asp.net-coreentity-framework-corerepository-patternunit-of-workef-fluent-api

Read More
Store References to Generic Repositories in UnitOfWork...


c#entity-frameworkunit-of-work

Read More
How to implement unit of work pattern with IServiceProvider injected in repositories?...


c#asp.net-corerepository-patternunit-of-work

Read More
Async not working with EF + Unit of Work + Repo...


c#entity-frameworkasync-awaitrepositoryunit-of-work

Read More
Retrieve data from a table using a list of Ids extracted from another table using the Unit of Work P...


c#asp.net-mvcasp.net-corerepositoryunit-of-work

Read More
Should Class Implement Both IAsyncDisposable and IDisposable?...


c#asp.net-coredependency-injectionidisposableunit-of-work

Read More
How to pass a generic type object to a class constructor...


c#genericsrepositoryunit-of-work

Read More
How to structure projects with ASP MVC using Repository Pattern, Service Pattern, UnitOfWork, ORM (E...


c#asp.net-mvcentity-frameworkrepository-patternunit-of-work

Read More
EFCore Generic Repository and UnitOfWork Design Pattern...


entity-framework-coreef-code-firstrepository-patternunit-of-workef-fluent-api

Read More
Can't access DbContext in class that extends Hub...


c#dbcontextaspnetboilerplateunit-of-work.net-core-3.1

Read More
Why would I run out of SQL connections using the unit of work pattern?...


c#sql-serversql-server-2017unit-of-work.net-core-2.2

Read More
How to use joins with generic repository pattern - Entity Framework...


c#entity-frameworkrepository-patternunit-of-work

Read More
Unit of Work with Identity on ASP.NET Core...


c#sql.netasp.net-coreunit-of-work

Read More
IDocumentSession.SaveChanges() vs Transactions...


c#transactionsravendbunit-of-work

Read More
ABP UnitOfWork is not locking database record for IsolationLevel RepeatableRead...


aspnetboilerplateunit-of-work

Read More
Throw exception to rollback and redirect to another action at the same time...


c#rollbackaspnetboilerplateunit-of-worktransactionscope

Read More
Unit Testing Service with Unit of Work with xunit .NET Core 3.1 and Moq...


c#unit-testingmoqxunitunit-of-work

Read More
Add Genegic interface into service. How does this code work?...


.net.net-coredependency-injectionrepository-patternunit-of-work

Read More
How can I unit test my UnitOfWork class with NUnit?...


c#unit-testingasp.net-corenunitunit-of-work

Read More
Persisting the state pattern using Entity Framework...


c#entity-frameworkef-code-firstunit-of-workstate-pattern

Read More
Having problems inserting records in a local SQL database using EF 6...


sqldatabasewinformsentity-frameworkunit-of-work

Read More
Tracking model changes in SQLAlchemy...


pythonsqlalchemyunit-of-work

Read More
Is it ok to inject both UnitOfWork and DbContext itself?...


c#asp.net-coreasp.net-web-apidependency-injectionunit-of-work

Read More
Register partically closed generic type with Autofac...


c#genericsautofacunit-of-work

Read More
Asp.Net core Repository and Unit Of Work Pattern for Posting an entity...


c#entity-framework-corerepositoryasp.net-core-webapiunit-of-work

Read More
BackNext