Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

CQRS: project out-of-order notifications in an ElasticSearch read model

How do the `EqualOperator()` and `NotEqualOperator()` methods work in this `ValueObject` implementation (Microsoft Docs)?

ASP.NET Core OData entity with private setters on properties

How to communicate between repositories

What goes in your domain model objects and what goes in your services?

domain-driven-design

Domain Driven Design, SOC, and entity identification

Meaning of infrastructure & application code in domain-driven design

Should i use partial classes as business layer when using entity framework?

Can a pure DDD approach be used with NHibernate?

How should I implement my Repository (DDD) in C# to handle multiple calls for the same Aggregate Root

Should security concerns be present in the domain model?

Base Classes "Entity" and "ValueObject" in Domain-Driven Design

DDD on an enterprise scale?

ASP.NET Membership & Role-based Security

DDD: is it ok to inject a Service into an Entity

symfony domain event

What is the best way to represent priorities/preferences in objects?

DDD: Should I use the Symfony EventDispatcher for my domain events?

DDD: how to properly implement with JPA/Hibernate entities relation?

How are domain events dispatched from within domain objects?