MediatR when and why I should use it? vs 2017 webapi [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 months ago . It might have been asked before but I cannot find even in the official site why I should use MediatR and what problems it solves? Is it because I can pass a single object in my constructor rather than a multitude of Interfaces? Is it a replacement or competitor of ServicesBus etc