Back to articles

Tag archive

#sourcing

E
Jun 26, 2026

Event Sourcing in .NET Core

Event Sourcing is an architectural pattern where instead of storing only the current state of an entity, you store the complete sequence of events that led to that state. The current state is derived by replaying these events from the beginning. This approach fundamentally change

Jun 26, 20263 min read0 reactions0 comments