Skip to content

Latest commit

 

History

History

c2-ViewModelCommunication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sending messages between view models via different channels

This example is part of a recipe from the book published by Packt:

.NET MAUI Cookbook: Build a full-featured app swiftly with MVVM, CRUD, AI, authentication, real-time updates, and more

The recipe in the book covers the following topics:

  • Creating loosely-coupled communication between view models.
  • Registering multiple communication channels in WeakReferenceMessenger using tokens.
  • Requesting information from another module with WeakReferenceMessenger.

Note: This example may not include all the points mentioned above. For complete details, please refer to the corresponding recipe in the book.