Replies: 2 comments 7 replies
-
(Anyone please? Thank you) |
Beta Was this translation helpful? Give feedback.
6 replies
-
Using CommunityToolkit in a greenfield project. It is terrific, and sending messages through the application is as easy as 🍰 In general, I would personally not consider any other MVVM framework. CommunityToolkit is fast by design since it utilizes source generators. It provides everything you need for a modern .NET application without any magic. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
1- What are the advantages/disavantages (flexibility, readability, maintainability, functionality etc.) between using Prism EventAggregator/PubSubEvent and CommunityToolkit Messenger?
2- On first sight CommunityToolkit Messenger seems to me easier to implement, and less boilerplate. Is it a more "modern" approach to Prism EventAggregator? Why Messenger has been chosen istead of EventAggregator?
3- I know that CT Messengers has a (great) "Request Message" which Prism EventAggr doesnt have, but other than this are the features equivalent?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions