ModularMonolith + DDD
-
Updated
May 16, 2024 - C#
ModularMonolith + DDD
Simple, concise implementation of Events in .NET
Implements the Transactional Outbox pattern. Persists domain events atomically with aggregate state changes through a customizable table schema, reflection-based payload serialization, and built-in support for event schema versioning.
Implements tactical DDD building blocks for PHP: entities, aggregate roots, domain events, snapshots, and upcasters.
Example of integration events
CleanArchitecture + DDD
Event contracts and primitives for building decoupled, event-driven .NET applications, designed for trimming and Native AOT
Domain Events vs Integration Events in event-driven communication.
To associate your repository with the integration-events topic, visit your repo's landing page and select "manage topics."