Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

In which layer should live read models (projections) in DDD with Event Sourcing?

Code Generation - Domain/model first (DDD) [closed]

What does bounded context mean in Microservices World?

Complex domain model based on companies and not users

Value Object with identity

domain-driven-design

Understanding the concept of Hexagonal Ports and Adapters with an example

c# domain-driven-design

Pagination in a Rich Domain Model

Denormalizing / projecting data in CQRS

Save Me on a Business Object

Should we store Events in a database? (Event Driven Design)

Understanding DDD (services, aggregate, entities, repositories and specifications)

c# domain-driven-design

DDD - Concurrency with quantity

Why shouldn't a repository hold transaction logic?

Alternatives to repository access from domain (DDD)

domain-driven-design

ASP.NET MVC - Complex Objects and Forms

Kotlin inline class for @Id-annotated properties

Can a domain event be emitted without being part of an aggregate state change (DDD)

Should domain models call infrastructure interfaces?