EventStore / samples

Samples showing practical aspect of EventStoreDB, Event Sourcing
https://developers.eventstore.com/
MIT License
70 stars 24 forks source link

Added classic CQRS flow in .NET #1

Closed oskardudycz closed 2 years ago

oskardudycz commented 2 years ago

Added E-Commerce sample showing the classic Event Sourcing and CQRS flow with EvenStoreDB in .NET.

Overview

Write Model

Read Model

Tests

Other

Besides that:

oskardudycz commented 2 years ago

@ylorph, I think that I applied or answered or your comments. Thanks for checking that :+1: Good feedback.