漏 2026 Hashnode
The Mediator pattern has become almost a default choice in many .NET projects I鈥檝e seen over the years. It promises better separation of responsibilities, cleaner controllers, lower coupling, and the idea that it is the right enterprise approach for ...

In this article, we will look at how to create a notification library in .NET Core inspired by the popular MediatR library. We will start by defining the core interfaces that make up the notification system, and then we will build a mediator class th...
