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…