Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How to simplify Unit Testing DDD Value objects Equality with AutoFixture

When to update audit fields? DDD

CQRS - Domain Exceptions Vs Events for Exceptional Scenarios

domain-driven-design cqrs

Are Repositories implementations part of my domain? Should repositories have SQL queries?

domain-driven-design

Domain Events without Service Locator

How manage transaction between domain logic and events in DDD?

DDD Customer, Contacts, and Addresses (aggregate root)

DDD: Should Persistence Logic belong to Infrastructure Layer?

Design: When the line between domain objects and service objects isn't clear

DDD: Domain Driven Design. What does the Domain mean in DDD?

Is Aggregate Root with Deep Hierarchy appropriate in DDD?

How to avoid anemic domain model with business logic in the form of rules

Aggregate for one entity

Refactoring domain logic that accesses repositories in a legacy system

DDD: how to keep a complex value object immutable?

DDD: What is the scope of the ubiquitous language? Is it domain or bounded context?

domain-driven-design

Correct use of Repository / Service Classes

Should domain objects be allowed to be temporarily invalid, and how does that decision affect validation techniques?

DDD, identifying the core domain

Entity Framework Core 2.1 - owned types and nested value objects