composite-application-lib

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...

When to use Composite Application Library

When to use Composite Application Library? For example: simple desktop application (WPF) with 3 - 4 forms (windows).Is it good idea to use CAL in this case? ...