Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-events

Should the rule "one transaction per aggregate" be taken into consideration when modeling the domain?

Best practice for naming Event Types in Event Sourcing

Domain events and versioning without CQRS

DDD generic vs. specific domain events

structuremap ObjectFactory.GetAllInstances<IHandle<TEvent>>()

DDD - How handle transactions in the "returning domain events" pattern?

Using Ninject with Udi Dahan's Domain Events

How are domain events dispatched from within domain objects?

CQRS - can EventListener invoke Command?

cqrs domain-events

Domain Event pattern implementation in Java?

Where does the message bus service live in Domain Driven Design

Domain driven design and domain events

Serialize and Deserialize domain events to persist and retrieve from Event Store in generic implementation

CQRS and synchronous operations (such as user registration)

Domain event handlers - Should they be used for Application layer concerns?

Persistence and Domain Events with persistence ignorant objects

Domain events that trigger other domain changes in CQRS

When do domain event handlers come into play?

Showing changes in View when using CQRS & DDD with Domain Events & ServiceBus

Looking for examples of Domain Events