Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in repository-pattern

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

MVC Repository Pattern: Creating Model Classes

Clarification in dealing with collections with the repository pattern

Generic repository. Need suggestion

Constructor injection overuse

Unit Of Work and Repository inter dependency

Generic Unit Of Work

How to use Generic Repository with DDD (Domain Model + Persistence Model)?

RxJava2 Single.Concat for repository pattern

Constructing a Domain Object from multiple DTOs

Repository pattern and collection error handling

Getting last inserted row id using repository pattern

Unity: Injection of multiple PerResolveLifetimeManager registered types

.net architecture: Creating a IRepository<T> generically

How much logic should i put my repository methods when using repository pattern?