This post explores how to manage multiple view models across modules in a Prism-based Silverlight application.
One powerful feature of Prism is the ability to dynamically load modules. This allows reduction of the XAP file size, as well as encourages a smaller memory footprint as certain modules are not brought into the application until they ...