Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

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?

EF Core and DDD: Store ValueObjects in the same table as Entities, also use parametrized constructors to set property values on Entities

How to properly publish DDD domain events with spring?

Using multiple services or multiple repositories within service?