Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Fluent Nhibernate Domain Driven Design

Design Help - Object modifies and saves another Object

c# domain-driven-design

How big or small should a Use Case Interactor be in Clean Architecture?

Which Layer for Domain Events, EventHandlers, Dispatcher

How can you model a complex type in multiple abstract dimensions?

Many-to-Many Relation in EfCore with DDD

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?