From 209a530926811de34c6b73d1b399a76525ed9722 Mon Sep 17 00:00:00 2001 From: Cedric Evers <12080057+CeEv@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:40:37 +0200 Subject: [PATCH] Add more links --- docs/Informations/domain-driven-design.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Informations/domain-driven-design.md b/docs/Informations/domain-driven-design.md index 037f3c5..49e618b 100644 --- a/docs/Informations/domain-driven-design.md +++ b/docs/Informations/domain-driven-design.md @@ -31,8 +31,9 @@ The datarecords from the microORM are marked as Entities from the framework it s - https://martinfowler.com/bliki/DDD_Aggregate.html -... aggregate explaination - ### Domain Event -- https://learn.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/domain-events-design-implementation \ No newline at end of file +- https://martinfowler.com/eaaDev/DomainEvent.html +- https://learn.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/domain-events-design-implementation +- https://devblogs.microsoft.com/cesardelatorre/domain-events-vs-integration-events-in-domain-driven-design-and-microservices-architectures/ +- https://www.refactory-project.com/application-events-and-domain-events/ \ No newline at end of file