dotnet-cqrs-intro

CQRS tutorial

Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers

Examples of implementation CQRS with Event Sourcing - evolutionary approach

GitHub

140 stars
20 watching
48 forks
Language: C#
last commit: over 5 years ago
Linked from 1 awesome list

cqrsdotnetdotnet-coreevent-sourcing

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
asc-lab/java-cqrs-intro An introduction to CQRS and Event Sourcing with Java implementation 202
xerprojects/xer.cqrs A lightweight CQRS library with DDD concepts for building command and event handling systems 101
eventstore/eventstore-client-dotnet A .NET client SDK for interacting with an event-native database using gRPC protocol 147
andreschaffer/event-sourcing-cqrs-examples An implementation of Event Sourcing and CQRS in a minimalist banking system using Java 564
ddd-by-examples/event-source-cqrs-sample A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) 468
gregoryyoung/m-r A simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#. 2,136
gautema/cqrslite A lightweight framework for building CQRS and Eventsourcing applications in C# 1,100
xerprojects/xer.cqrs.eventstack A lightweight CQRS event handling library for .NET. 5
dcomartin/ddd-cqrs-es-example An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. 133
charlessolar/aggregates.net A framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore. 440
sebastianharko/adv-es-cqrs-ddd A collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems. 109
oktaykir/eventflow.example An EventFlow implementation of CQRS and event-sourcing architecture with RabbitMQ, MongoDB, PostgreSQL, and EventStore 201
ocoda/event-sourcing A library to implement event-sourced Domain-Driven Design and CQRS in NestJS applications 117
extcore/extcore-sample-events A sample web application demonstrating the use of events in an ASP.NET Core framework 0
yevhen/streamstone.m-r Demonstrates CQRS and event store functionality using Streamstone ES 18