Getting Started With Event Sourcing in .NET Using Marten

preview_player
Показать описание
Here's how to get started with event sourcing in .NET using Marten! Event Sourcing is an architectural modern that approaches software design from the perspective of events that happen in a system. In event sourcing what we store in the database are just events, usually grouped into event streams that represent specific resource. When we want to get the current state we get the events from a stream and replay them in order. Event Sourcing is very powerful and offers some advantages compared to the more traditional approaches to software design. Seems complicated, isn't it? Well, it's actually not. With the help of Marten we can get started with event sourcing in our .NET apps in a matter of minutes.
#dotnet #eventsourcing #softwarearchitecture #softwaredesign

Join this channel to get source code access and other perks:

Рекомендации по теме
Комментарии
Автор

I love event sourcing and I also love the critter stack (Marten, Wolverine, Alba...). Keep it comming!

majormartintibor
Автор

Yes Event Sourcing is very popular, we want more videos about it!

zoranProCode
Автор

in the beginning it is a bit hard to swallow concept. It needs a bit of time to understand how event sourcing works.
We would love to have more videos.

Time