How to modules in Prism (CAL) communicate with each other?
I've got a WPF application which uses the MVVM pattern throughout, no code-behind, the ViewModels communicate with each other through the MainViewModel which gets injected into each of them. Eventually, this application needs to be incorporated into an application which uses Composite Application Library, Unity, etc. Looking through the...