Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

unable to update user via UserManager<TUser> using ef core 2.2 in asp.net core 2.2 app

creating a generic repository with TypeORM

Who is responsible for handling the logic of data-caching and in-memory storages?

How to deal with external stateful webservices in DDD?

Should repositories use objects or primitives?

Using one Repository Inside Another

DDD: Is there an elegant way to pass auditing information through while updating an aggregate root?

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

MVC Repository Pattern - Accessing other Repositories [closed]

Alternative to promises of asynchronous callouts?

Domain-Driven Design with Entity Framework & Repository Pattern [closed]

Exception handling in entity framework, MVC with repository pattern

Generic Repository Pattern - DDD Implementation

Remove an entity without fetching it in the generic repository pattern entity framework

How do you handle an aggregate root with a collection of child entities whose update frequency is different than the root?

.Net Core - Inject Dependency IUserInfo from API middleware down to repository layer

Instance Property is not defined for type 'System.Int64'

TDD: Test first or Repository pattern first

tdd repository-pattern