Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddd-repositories

Question about Repositories and their Save methods for domain objects

Is there a common DDD pattern to deal with under-loading of domain objects?

DDD When should I create a domain object and a persistence object instead of using a persistence object as a domain object?

How to keep your unit tests simple and isolated and still guarantee DDD invariants?

Using Generic Repository and Stored Procedures

Repositories, factories and hierarchically structured data

Is DDD suited for all kinds of application?

Setting up a repository pattern in MVC

Applying DDD to Northwind database

TDD demos/guides/videos including fake repositories or domain models [closed]

DDD - Where should third-party API interfaces should be?

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?