.NET Microservices: CQRS & Event Sourcing with Apache Kafka
Learn how to create microservices in C# that are based on CQRS and Event Sourcing. Powered by .NET and Apache Kafka.
Created by Sean Campbell | 8.5 hours on-demand video course
In this course, you will learn how to create .NET microservices that comply with the CQRS and Event Sourcing patterns. You will not use any CQRS framework, but you will write every line of code that is required to effectively create your own CQRS and Event Sourcing framework using C# and Apache Kafka. While this might sound a little daunting, you will be carefully guided step by step, and gain all the know-how and confidence to become an expert in CQRS and Event Sourcing.
What you’ll learn
- CQRS
- Event Sourcing
- How to Create Microservices in C# with .NET
- Creating DDD-Oriented Microservices
- Using Apache Kafka as a Message Bus
- Creating an Event Store with MongoDB
- Optimistic Concurrency Control
- Event Versioning
- Using Microsoft SQL to Implement the Read Database
- Replay the Event Store and Recreate the State of the Aggregate
- Replay the Event Store and Recreate the Entire Read Database
- Replay the Event Store and Recreate the Read Database in a Different Database Type – PostgreSQL
- Implementing the Database-Per-Service Pattern
- Entity Framework Core (MS SQL and PostgreSQL)
- Dependency Injection
- Docker
Recoommened Course
Master Microservices with Spring Boot and Spring Cloud
Microservices: Clean Architecture, DDD, SAGA, Outbox & Kafka