Event Storming and Domain Events Sample Concepts

Using Event Storming to design Domain Events

This project it's for demostration pourpose only with a very suggar implementation of Domain Events focused on EDA with CQRS in ASP.NET Core using MediatR framework in .NET 5

See my Event Storming Miro Board tool template: https://miro.com/app/board/o9J_llBEmFk=/?invite_link_id=372692750770 Tania Storm Event Storming (5)

Built With

  • ASP.NET Core - Web Framework
  • Entity Framework Core - Object Relational Mapper (ORM)
  • MediatR - Mediator implementation in .NET
  • AutoMapper - Convention-based object-object mapper in .NET
  • Swashbuckle.AspNetCore - Swagger tooling for API's built with ASP.NET Core
  • FluentValidation - A validation library for .NET that uses fluent interfaces for building validation rules.
  • Event Store - Event Store stores your data as a series of immutable events over time, making it easy to build event-sourced applications.