Skip to content

amirdoosti6060/EventSourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventSourcing

Introduction

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

Structure of soution

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.

Technology stack

  • OS: Windows 10 Enterprise - 64 bits
  • IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.2.5
  • Framework: .Net 6
  • Language: C#

How to run

Open the solution in Visual Studio and run it using F5. You will see the output in a console.

Releases

No releases published

Packages

No packages published

Languages