Tuesday, November 16, 2021

How to use BenchmarkDotNet

If you want to measure the performance of your .NET code, you can use the BenchmarkDotNet NuGet package. Let's see what you can do with it.

Friday, November 12, 2021

Why do we need MediatR?

Recently I came across using the MediatR package in our source code. This interested me. Why should I use MediatR? What advantages can it give me? Here we'll discuss these topics.