← Back
James Montemagno August 11, 2022 16m

A Better Pub/Sub Messenger for .NET Applications with WeakReferenceMessenger

Summary

The transcript discusses implementing a messenger service in .NET MVVM architecture to facilitate decoupled communication between application components. The speaker demonstrates using the .NET Community Toolkit's messenger API to send messages between view models, specifically showing how to delete an item across different pages using a weak reference messenger. The key practical takeaway is that developers can use this messenger pattern to enable communication between loosely coupled components without direct references, making application architectures more modular and maintainable.

View original episode ↗