composite-wpf

Controllers in the context of Composite WPF

What is a Controller in the context of Composite WPF? ...

Minimizing the number of DLLs while keeping Composite WPF modular

I've been working on a Composite WPF application and just read some good guidelines on partitioning code into assemblies. The author of the article supports minimizing the number of assemblies where possible. How do you balance making your Composite WPF application reasonably modular while minimizing the number of assemblies? For my cu...

How to avoid coupling when using regions in Composite WPF

I have an application designed using Microsoft's Composite Application Library. My shell has several regions defined so that I can inject content from separate modules. I'm looking for a design pattern that will reduce the coupling that these regions introduce. In all examples I have seen, regions are defined and accessed using a string...