Tag archive for ‘blend’
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) [...]
Use Ninject to decouple discovery of your ViewModel’s in MVVMLight’s ViewModelLocator
Being a developer and having a blog it seems funny that I have yet to actually blog any code. I was working on some Windows Phone 7 development last night around 3-4am and was learning the ropes a bit. I’ve been paying attention to Windows Phone 7 but just haven’t gotten much hands on outside [...]