This project provide a sample that shows how to implement an Event Sourcing Design Pattern in .Net 6.
I also wrote an article in the following address that completely explains Event Sourcing Design Pattern:
https://www.linkedin.com/pulse/event-sourcing-amir-doosti
The solution contains one Console App project which is written in Visual Studio. It simulate generating event during deposit and withdraw in a bank account and then create a new account and apply all event on it to have two simmilar accounts.
- OS: Windows 10 Enterprise - 64 bits
- IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.2.5
- Framework: .Net 6
- Language: C#
Open the solution in Visual Studio and run it using F5. You will see the output in a console.