Implementing the Event Sourcing Pattern with EFCore
Event Sourcing is a design pattern that has gained increasing popularity in recent years. It is a way of building software applications that is based on the idea of capturing all changes made to the application state as a sequence of events. This app...
mbarkt3sto.hashnode.dev5 min read