Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

What should I consider when deciding to split our monolithic web application into separate web apps using DDD? [closed]

Can I reuse Value Objects?

domain-driven-design

DDD Process Managers: Are they part of business logic?

DDD Bounded Context "integration"

DDD Value Object equality, == vs .Equals()

Protecting invariants and children of aggregate roots when implementing DDD

domain-driven-design

How to store collection of value object in single field without creating new table in EF Core

where should put input validation in Domain Driven Design?

DDD value object with reference to entity identifier

java domain-driven-design

Layers in Hexagonal Architecture

How to share domain event scheme between microservices?

DDD Domain Entity vs Persistence Entity

How update an entity inside Aggregate

Java Event Sourcing/DDD framework not polluting domain layer

In Domain Driven Design (DDD) How do you record and document a model

domain-driven-design

CQRS/ES denormalizers

DDD child entity validation

Onion Architecture should we inject domain models into the presentation layer?