For those interested in eventsourcing and CQRS I’ve recently published a full stack example using NServiceBus, ServiceStack, EventStore, and my own DDD library Aggregates.NET
here: GitHub - charlessolar/eShopOnContainersDDD: Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Its a loose copy of microsoft’s eShopOnContainers example app which Particular has also made a fork of. But my version is specifically DDD, eventsourcing, and CQRS oriented and not microservices in the strict sense.
Both frontend and backend are implemented and a working demo site is available! Though the source code is probably most interesting.
Check it out!