No, You Really Don't Need MediatR in .NET

Nick Chapsas explains why many .NET projects don’t need MediatR, and shows how to remove it while keeping the key benefits people typically rely on—especially pipeline behaviors for cross-cutting concerns.

Overview

Nick Chapsas discusses MediatR usage in .NET projects, focusing on how to remove the library without losing the functionality commonly implemented via pipeline behaviors. The video centers on simplifying application architecture while preserving cross-cutting behavior patterns that teams often associate with MediatR-based CQRS setups.