Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

A good design pattern for documenting every operation [closed]

DDD: How to check invariant with multiple aggregate

Prisma Transactions Cross Modules

Dealing with many to many relationships in DDD

How to model this in DDD and repository pattern

C# MongoDB: How can I map a domain object (BsonIgnoreIfDefault needed on Id property)

Is a "domain object" any class that represents business rules?

Domain Driven Design: Aggregate roots with large collections

Domain Driven Design - testability and the "new" keyword

How entities covered with in an aggregate Root are saved in DDD?

Migrate legacy database to cqrs/event sourcing view

Domain model entities vs data entities, one or both in software architecture

Is a Person an aggregate root?

The meaning of "entity" in Domain-Driven Design

domain-driven-design

DDD - Domain Model Problem

Scheduled tasks in DDD

DDD Bounded Context integration - Application Service vs Domain Service vs Repositories

Service layer and repositories relationship

IEnumerable<T>.ConvertAll & DDD