Two Biggest MediatR Mistakes
MediatR is useful at an application boundary: a caller sends one request, and one handler owns that use case. Two common shortcuts weaken that model—sending more requests from inside a handler and com
Aug 30, 20264 min read3


