Implementing a Library Like MediatR-Notification in .NET Core
Dec 30, 2022 · 4 min read · 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...
Join discussion