Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Is it a good practice to use JPA entities as domain models?

jpa domain-driven-design

Repository Pattern: What is the 'right size'?

How to represent bounded contexts?

Should Value Objects Contain Technical Validation For Input Parameters?

domain-driven-design dddd

Domain Driven Design, .NET and the Entity Framework

Event Sourcing: Events that trigger others & rebuilding state

DDD - Modifications of child objects within aggregate

DDD: Enum like entities

Full stack framework for Java [closed]

Eventual consistency with both database and message queue records

Domain Driven Design - Domain model vs Hibernate Entity

How to design an immutable object with complex initialization

Domain Driven Design and IoC/Dependency Injection

Is Repository Pattern with Domain Driven Design become Anti-Pattern? [closed]

c# domain-driven-design

Naming Convention for Commands & Events

Is Domain Driven Design right for my project?

DDD repository and factory

Can DDD repositories be aware of user context?

IoC Containers and Domain Driven Design

Proper way of creating child entities with DDD