← Back
Nick Chapsas May 20, 2024 37m

Getting Started with Event Sourcing in .NET

Summary

This video introduces event sourcing in software engineering as a simple, language-agnostic concept, clarifying that instead of just storing current state, it records all actions ("events") that lead to that state in an append-only fashion. The practical takeaway is that understanding events as a sequence of changes, like bank transactions, helps grasp how to reconstruct and even reverse application states.

View original episode ↗