Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 897 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 897 Bytes

SimpleCQRS

This is a re-implementation of Greg Young's SimpleCQRS project, arguably the de-facto sample application for CQRS & Event Sourcing. This re-implementation is by Craig Phillips.

The original project was written in C# 4.0/5.0 and targets the full .NET Framework 4.0/4.5.

This implementation is still written in C# but targets .NET 8 and uses ASP.NET Core as the GUI.

The intention is to evolve this project to address some of the issues raised against the original project as well as attempting to improve the code with a more modern implementation using newer idiomatic constructs of the evolved .NET Core framework and the C# language whilst keeping the project simple and approachable as a reference project for how to build an application that leverages the CQRS and Event Sourcing patterns.