Tag archive for ‘MEF’
Use MEF to decouple discovery of your ViewModel’s in MVVMLight’s ViewModelLocator
A couple days ago I did a blog post where I showed an example of how to decouple the discovery of your ViewModel’s using MVVMLight’s ViewModelLocator with Ninject. ViewModelLocator really gives us a great touch point for where we can do this and keep it centralized. I originally wanted to use MEF (Managed Extensibility Framework) [...]
The evil singleton and its impact
As I truck along further in my career one common trend I am starting to see often is rigid and inflexible code. Any developer can tell you they have taken over or had to fix a bug in a piece of code where said code had so many handcuffs you couldn’t easily adjust it to [...]