.NET Microservices: CQRS & Event Sourcing with Kafka
.NET Microservices: CQRS & Event Sourcing with Kafka, available at $79.99, has an average rating of 4.47, with 91 lectures, 16 quizzes, based on 1201 reviews, and has 7775 subscribers.
You will learn about 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 This course is ideal for individuals who are Software Engineers or Software Developers or Software Architects or Cloud Engineers or Solution Architects It is particularly useful for Software Engineers or Software Developers or Software Architects or Cloud Engineers or Solution Architects.
Enroll now: .NET Microservices: CQRS & Event Sourcing with Kafka
Summary
Title: .NET Microservices: CQRS & Event Sourcing with Kafka
Price: $79.99
Average Rating: 4.47
Number of Lectures: 91
Number of Quizzes: 16
Number of Published Lectures: 91
Number of Published Quizzes: 16
Number of Curriculum Items: 107
Number of Published Curriculum Objects: 107
Original Price: R1,199.99
Quality Status: approved
Status: Live
What You Will 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
Who Should Attend
- Software Engineers
- Software Developers
- Software Architects
- Cloud Engineers
- Solution Architects
Target Audiences
- Software Engineers
- Software Developers
- Software Architects
- Cloud Engineers
- Solution Architects
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.
By the end of this course, you will know how to:
-
Handle commands and raise events.
-
Use the mediator pattern to implement command and query dispatchers.
-
Create and change the state of an aggregate with event messages.
-
Implement an event store/ write database in MongoDB.
-
Create a read database in MS SQL.
-
Apply event versioning.
-
Implement optimistic concurrency control.
-
Produce events to Apache Kafka.
-
Consume events from Apache Kafka to populate and alter records in the read database.
-
Replay the event store and recreate the state of the aggregate.
-
Separate read and write concerns.
-
Structure your code using Domain-Driven-Design best practices.
-
Replay the event store to recreate the entire read database.
-
Replay the event store to recreate the entire read database into a different database type – PostgreSQL.
The ultimate goal of this course is to take a deep-dive into the world of CQRS and Event Sourcingto enable you to create microservices that are super decoupled and extremely scalable.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Microservices Basics
Lecture 2: CQRS
Lecture 3: Event Sourcing
Lecture 4: Architecture Overview
Lecture 5: Apache Kafka
Chapter 2: Setup & Structure
Lecture 1: Setup & Structure Section Intro
Lecture 2: Prerequisites
Lecture 3: Run Kafka in Docker
Lecture 4: Run MongoDB in Docker
Lecture 5: Run Microsoft SQL in Docker.
Lecture 6: Basic Project Setup
Lecture 7: Adding Project References
Lecture 8: Adding NuGet Packages
Lecture 9: Setup Debug Configurations (VS Code Only)
Chapter 3: Messages
Lecture 1: What is a Command?
Lecture 2: Commands
Lecture 3: What is an Event?
Lecture 4: Events
Chapter 4: Command Dispatching
Lecture 1: The Mediator Pattern
Lecture 2: ICommandDispatcher Interface (The Mediator)
Lecture 3: CommandDispatcher (The Concrete Mediator)
Chapter 5: Aggregate
Lecture 1: What is an Aggregate?
Lecture 2: AggregateRoot
Lecture 3: PostAggregate Part 1
Lecture 4: PostAggregate Part 2
Chapter 6: Event Store
Lecture 1: What is an Event Store?
Lecture 2: EventModel
Lecture 3: IEventStoreRepository Interface
Lecture 4: EventStoreRepository
Lecture 5: IEventStore Interface
Lecture 6: EventStore
Lecture 7: IEventSourcingHandler Interface
Lecture 8: EventSourcingHandler
Chapter 7: Command Handling
Lecture 1: The Mediator Pattern Continued
Lecture 2: ICommandHandler Interface (The Abstract Colleague)
Lecture 3: CommandHandler (The Concrete Colleague)
Lecture 4: Register Command Handlers
Chapter 8: Event Producer
Lecture 1: Kafka Producer
Lecture 2: EventProducer Interface & Implementation
Lecture 3: Producing an Event
Chapter 9: Domain Layer
Lecture 1: Important DDD Concepts
Lecture 2: Domain Entities
Lecture 3: IPostRepository Interface
Lecture 4: ICommentRepository Interface
Chapter 10: Read Database
Lecture 1: The Read Database
Lecture 2: DatabaseContext
Lecture 3: Programmatically Create DB & Tables on Startup
Lecture 4: PostRepository
Lecture 5: CommentRepository
Chapter 11: Event Handling
Lecture 1: Event Handling Introduction
Lecture 2: IEventHandler Interface
Lecture 3: EventHandler
Chapter 12: Event Consumer
Lecture 1: Kafka Consumer
Lecture 2: IEventConsumer Interface
Lecture 3: EventJsonConverter
Lecture 4: EventConsumer
Lecture 5: ConsumerHostedService
Chapter 13: Command Controllers
Lecture 1: Command Controllers Intro
Lecture 2: Data Transfer Objects
Lecture 3: NewPostController
Lecture 4: Creating a New Social Media Post
Lecture 5: EditMessageController
Lecture 6: Edit Message of a Social Media Post
Lecture 7: LikePostController
Lecture 8: Like a Social Media Post
Lecture 9: AddCommentController
Lecture 10: Add a Comment to a Social Media Post
Lecture 11: EditCommentController
Lecture 12: Edit a Comment on a Social Media Post
Lecture 13: RemoveCommentController
Lecture 14: Delete a Comment from a Social Media Post
Lecture 15: DeletePostController
Lecture 16: Deleting a Social Media Post
Chapter 14: Queries & Query Dispatching
Instructors
-
Sean Campbell
Passionate Software Engineer
Rating Distribution
- 1 stars: 12 votes
- 2 stars: 26 votes
- 3 stars: 92 votes
- 4 stars: 416 votes
- 5 stars: 655 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Content Creation Courses to Learn in December 2024
- Top 10 Game Development Courses to Learn in December 2024
- Top 10 Software Testing Courses to Learn in December 2024
- Top 10 Big Data Courses to Learn in December 2024
- Top 10 Internet Of Things Courses to Learn in December 2024
- Top 10 Quantum Computing Courses to Learn in December 2024
- Top 10 Cloud Computing Courses to Learn in December 2024
- Top 10 3d Modeling Courses to Learn in December 2024
- Top 10 Mobile App Development Courses to Learn in December 2024
- Top 10 Graphic Design Courses to Learn in December 2024
- Top 10 Videography Courses to Learn in December 2024
- Top 10 Photography Courses to Learn in December 2024
- Top 10 Language Learning Courses to Learn in December 2024
- Top 10 Product Management Courses to Learn in December 2024
- Top 10 Investing Courses to Learn in December 2024
- Top 10 Personal Finance Courses to Learn in December 2024
- Top 10 Health And Wellness Courses to Learn in December 2024
- Top 10 Chatgpt And Ai Tools Courses to Learn in December 2024
- Top 10 Virtual Reality Courses to Learn in December 2024
- Top 10 Augmented Reality Courses to Learn in December 2024