Thursday 

Room 6 

10:20 - 11:20 

(UTC+02

Talk (60 min)

Practical Event Sourcing with Marten and .NET

Event Sourcing is like the Nessie, all heard about it but not much have seen it.

.NET
Architecture

The presentation will show how the moderns systems can benefit from that pattern with the practical examples using Marten (https://martendb.io/documentation/events/).

Marten is an interesting framework that benefits from the great JSON support in Postgres. It makes it an Event Store (and DocumentDB) keeping benefits of the Event-Driven systems and allowing them to keep strong data consistency.

All of that will be flavoured with a dose of CQRS and DDD.

Oskar Dudycz

I'm a developer, technical team leader, and architect. I started a career before StackOverflow existed. For over 14 years, I've been creating systems close to the business process. I believe that Event-Driven Architectures and Event Sourcing are great ways to achieve that.

I'm an active open-source developer and one of the Marten library maintainers. I'm sharing my journey and findings on my blog https://event-driven.io and practical samples at https://github.com/oskardudycz.