Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddd-repositories

Where do all "bulk" operations belong in DDD?

Domain driven design repository implementation in infrastructure layer

Implementing the Repository Pattern Correctly with EF Core

Where to call repository.update in DDD?

Adding items to a collection using Entity Framework

DDD repository and factory

Can DTO's have nested DTO's?

Is there a mismatch between Domain-Driven Design repositories and Spring Data ones?

Where to define the interfaces for a repository in an layered architecture?

DDD - How to implement high-performing repositories for searching

Django and domain driven design

Is it ok for entities to access repositories?

Repository Pattern: how to Lazy Load? or, Should I split this Aggregate?

How do Repositories fit with CQRS?

How are Spring Data repositories actually implemented?

What's an Aggregate Root?