Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

Avoid singleton repository (DryIoc) when using dependency injection

Repository pattern: One repository class for each entity?

Using Repository pattern - selecting specific fields of the entity for EF performance reasons

Why is an interface used when implementing the repository pattern, with entity framework?

DI and repository pattern

Is it possible to inject an interface into Laravels Kernel.php?

Should I returning IQueryable<T> from a repository in DDD

Implementing Generic Repository Pattern - entity key type

Swift - implementing repository pattern with generics

swift repository-pattern

Managing transactions in service layer + Clean Architecture/DDD principles

Controller - Should it deal with service layer or repository directly? [closed]

How to universally create Repositories that inherit from a generic type?

i would like to do the generic search option in repository pattern