.NET public 7 min read Don't use MediatR by default on all .NET projects Pierre Belin Dec 4, 2024 The .NET ecosystem has witnessed a significant shift in recent years, with MediatR becoming almost synonymous with Clean Architecture implementations.…
Tests public 9 min read MediatR: How to Quickly Test Your Handlers with Unit Tests Pierre Belin Mar 12, 2024 Ensuring code quality and reliability is crucial in software development. MediatR, a popular library for the in-process request/response pattern,…
.NET public 7 min read Improving Error Handling with the Result Pattern in MediatR Pierre Belin Mar 5, 2024 The integration of the Result pattern in MediatR is a sophisticated technique that enhances error handling and operational feedback in…