Browse by Tags

All Tags » Silverlight » Managed Extensibility Framework
  • MEF in the Wild: A Retrospective

    After having worked on several major projects that integrated the Managed Extensibility Framework, I thought it might be beneficial to share a retrospective on how it was used what value it provided. These are all ways MEF helped my team build modular Silverlight applications. Unlike my earlier post that covered 10 Reasons to use the Managed ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on September 27, 2010
  • Hello, MEF for Silverlight Quickstart

    Published another quickstart. This is an introductory quickstart for the Managed Extensibility Framework, and is similar to the previous one except that it is specific to Silverlight. You can take a look at the article and watch the short video by clicking here.
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on September 1, 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
  • MEF instead of PRISM for Silverlight 3 Part 1 of 2: Dynamic Module Loading

    Recently I've been having lots of conversations about the Managed Extensibility Framework (MEF), the Composite Application Library (CAL or PRISM), and how they relate. One point of confusion that many people has comes when they try to force the two solutions to work together. In a recent conversation, I mentioned that PRISM has some great ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on February 26, 2010
  • PRISM, MEF and MVVM Part 1 of 3: Unity Glue

    PRISM, also known as Composite WPF, has established itself as a very popular framework for building modular, scalable Silverlight applications. A newer contender, the Managed Extensibility Framework (MEF), has also grown in popularity. In fact, these two frameworks have left people scratching their heads wondering which one to use, when, how, and ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on December 21, 2009
  • MEF Extension to XAML for Export as Attached Property

    See how to use MEF's ''ExportProvider'' to create a custom export process to allow bringing resources into a page as imports.
    Posted to Sample (FileGallery) by jlikness on December 2, 2009
  • Silverlight MEF: Custom ExportProvider for Attached XAML Exports

    I've been enjoying learning more about the Managed Extensibility Framework (MEF) and exploring various ways to integrate it with applications. After toying with MEF on Silverlight for awhile, I began to wonder about using it to export/import UI pieces or even define data elements in XAML. After a tweet to @gblock confirmed there was not native ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on December 2, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems