Why MediatR?
#1009
Replies: 2 comments 6 replies
-
I have been using this template with MediatR for 3 years now in various projects. It has helped me and my teams tremendously. We take advantage of the MediatR behaviors to add custom logic around commands and queries and even utilize it appropriately in combination with the Strategy pattern to isolate custom logic for different clients within the same solution. I have used it in APIs and Function Apps and it works great. |
Beta Was this translation helpful? Give feedback.
6 replies
-
this is an outrage!!
…________________________________
From: DennisJansenDev ***@***.***>
Sent: Sunday, October 8, 2023 8:38 AM
To: jasontaylordev/CleanArchitecture ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [jasontaylordev/CleanArchitecture] Why MediatR? (Discussion #1009)
@DennisJansenDev<https://github.com/DennisJansenDev> , if you do not undestand what complexity means in software, maybe you should go to school again, or consider switch your profession.
Hahahaha do everyone a favor and stop writing software, please.
—
Reply to this email directly, view it on GitHub<#1009 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A45PICB3IGTNLBTOXIA7ZN3X6KNDBAVCNFSM6AAAAAA5SWPF6WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TEMRSGY2TE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is widly discussed that MediatR is neither a mediator pattern implementation nor a best practice. Some reads if anyone are interested in this:
Why put this in a template?
Beta Was this translation helpful? Give feedback.
All reactions