RCommon-Team / RCommon

A cohesive set of .NET 8+ infrastructure libraries that utilizes abstractions for persistence, unit of work/transactions, distributed event handling, CQRS, and more.
https://rcommon.com
Apache License 2.0
13 stars 3 forks source link

DDD Support via Aggregate Root and Domain Events #145

Open jasonmwebb-lv opened 1 week ago

jasonmwebb-lv commented 1 week ago

Explicit support should be added to for domain driven design (DDD) so that synchronous domain events can be utilized without the need for sagas to support event order and correlation. Also, it would just be nice to have native DDD support!