You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a review of some concepts about Event Sourcing and CQRS.
The project is a simple API that simulates a blog with posts.
The project is written in C# and uses .NET 8 and also new data types like records from C# 10.