Browse by Tags

All Tags » MEF » model-view-viewmodel
  • Jounce Part 14: Using MEF for Non-Shared Views and View Models

    Even if you don't use Jounce, this post will help you better understand how to create non-shared views and view models with the Managed Extensibility Framework (MEF). The architecture I prefer in Silverlight is to keep a shared view and view model where possible. If only one instance of the view is visible at a time, the view model can be ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on March 27, 2011
  • Jounce Part 2: Getting Started (Tagging and Binding)

    In this second installment about the Jounce framework, I'll share how to get started with Jounce and wire your first view bound to a view model. The Jounce project is available online at http://Jounce.Codeplex.com. Jounce injects itself as a service to the application. In my opinion, using IApplicationService is the right way to handle start ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 19, 2010
  • MVVM with MEF in Silverlight: Video Tutorial

    This is a video tutorial to introduce beginners to how to use both MVVM (Model-View-ViewModel) and MEF (Managed Extensibility Framework) with Silverlight (should work for versions 3 and 4). Of course, some ''veterans'' may want to watch as well in case you've missed some of the fundamentals, or have a clever way to do something that you can share ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on March 7, 2010
Powered by Community Server (Commercial Edition), by Telligent Systems