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