Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deshansl/orders-event-sourcing

This repository is a sample .NET application that demonstrates event sourcing and event-driven architecture, leveraging rich domain models to manage orders in a scalable, robust system. It provides an example of how to implement event sourcing and CQRS (Command Query Responsibility Segregation) in a .NET environment.
https://github.com/deshansl/orders-event-sourcing

dotnet-core event-sourcing eventsourcing vertical-slice-architecture webapi

Last synced: 17 days ago
JSON representation

This repository is a sample .NET application that demonstrates event sourcing and event-driven architecture, leveraging rich domain models to manage orders in a scalable, robust system. It provides an example of how to implement event sourcing and CQRS (Command Query Responsibility Segregation) in a .NET environment.

Awesome Lists containing this project

README

        

# orders-event-sourcing

This repository is a sample .NET application that demonstrates event sourcing and event-driven architecture, leveraging rich domain models to manage orders in a scalable, robust system. It provides an example of how to implement event sourcing and CQRS (Command Query Responsibility Segregation) in a .NET environment.