Hi guys, today we are going to create our own event dispatcher from scratch.
00:00 : Intro and Project Overview
02:45 : Creating the Event Dispatcher
11:09 : Debugging the Event Dispatcher
12:15 : Running the Handlers in Parallel
How to publish domain events with MediatR without your domain referencing it: • How to publish domain events with Med...
Creating a mediator in C# from scratch (Part 1: Commands): • Video
Creating a mediator in C# from scratch (Part 2: Queries ): • Video
C# Async Await Mistakes: • C# Async Await Mistakes | Part 1