Tag Archives: MEF

Simple MVVM Toolkit: Unit Testing with Dependency Injection and MEF

One of the main benefits of using the MVVM (Model, View, ViewModel) design pattern is to support better testability.  Having to click through screens to test an application can be tedious and time-consuming, and it may not provide good code … Continue reading

Posted in Technical | Tagged , , | 2 Comments

Simple MVVM Toolkit: Feature Rich with WPF and WP7 Support

I’ve rounded out the feature set of my Simple MVVM Toolkit to include a Message Bus (also known as an event aggregator or mediator) for loosely coupled communication among view-models and to support MEF (Managed Extensibility Framework0 for dependency injection … Continue reading

Posted in Technical | Tagged , , , , | Leave a comment

Webinar: MEF Explained

In the process of updating my Exploring .NET course for DevelopMentor, I’ve authored a module on the Managed Extensibility Framework, or MEF for short. I also presented a webinar on the topic.  Here is the recorded video, plus the slides … Continue reading

Posted in Technical | Tagged | Leave a comment