Category: messaging

  • MAUI Publish/Subscribe messaging

    With MessagingCenter or WeakReferenceMessenger in .NET MAUI you can use those to let your app parts, like ViewModels, Views or services, communicate without them having a reference to each other. It is called Publish/ Subscribe messaging. There are two primary Publish/Subscribe Messaging Method for .NET MAUI Now we will explore both methods with examples. 1.…