Design Patterns – Mediator
In this post, we will see what is the Mediator pattern, why we should use it and then, we will implement all CRUD operations for an object “Book” with a Minimal API using MediatR, a popolar .NET library that implements this pattern.But firsrt of all, what is Mediator?“The Mediator pattern is a design pattern that… Read More »