Replies: 1 comment
-
Opt for |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
1- What would be the advantages/disavantages (flexibility, readability, maintainability, functionality etc.) between using Prism EventAggregator and https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/messenger?
On first sight CommunityToolkit Messenger seems to me easier to implement, and less boilerplate. Is it a more "modern" approach to Prism EventAggregator?
2- A really nice feature of CommToolkit Messenger is "Request Messages":
I can't find anything similar in Prism EventAggregator API, is it a deliberate design choice (is Request a bad practice?) or is it coming in Prism 9, or is there a way to "simulate"/implement this feature using Prism's EventAggregator?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions