Browse by Tags

All Tags » Prism
Showing page 1 of 2 (16 total posts)
  • MEF instead of PRISM for Silverlight 3 Part 2 of 2: Region Management

    In my last post, I showed you how to dynamically load modules on demand using the latest MEF release in Silverlight 3. This post, I will take you through managing regions with MEF. This will enable us to have a 100% MEF-based solution in Silverlight 3 if the only pieces of PRISM we were using were the dynamic module loading and region ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on March 1, 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
  • Vancouver Olympics - How'd We Do That?

    The Silverlight team recently posted a blog entry entitled ''Vancouver Olympics - How'd we do That?'' in which they detailed the massive effort across multiple partners to pull together the on-line solution for streaming HD videos, both live and on demand. This was an exciting post for Wintellect and me because it detailed the effort we ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on February 25, 2010
  • Auto-Discoverable Views using Fluent PRISM in Silverlight

    One reason a developer would use a technology like MEF is to, as the name implies, make an application extensible through a process called discovery. Discovery is simply a method for locating classes, types, or other resources in an assembly. MEF uses the Export tag to flag items for discovery, and the composition process then aggregates those ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on January 10, 2010
  • PRISM, MEF, and MVVM Part 3 of 3: Dynamic MEF Modules in PRISM

    Series recap: PRISM, MEF, and MVVM Part 1 of 3: Unity GluePRISM, MEF, and MVVM Part 2 of 3: Making PRISM MEF FriendlyPRISM, MEF, and MVVM Part 3 of 3: Dynamic MEF Modules in PRISM In the final part of this series, I will show a dynamically loaded module (using PRISM) that takes full advantage of MEF. Here is a preview of the final product, ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on January 3, 2010
  • PRISM, MEF, and MVVM Part 2 of 3: Making PRISM MEF Friendly

    In the first part of this series, we explored using the Unity container to bind the view model to the view. The next logical step is to explore how to use MEF. PRISM provides several useful mechanisms that relate directly to views and modules, such as the region manager and the module manager. This allows us to dynamically assign views to regions ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on December 30, 2009
  • 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
  • MVVM Composition in Silverlight 3 with Prism

    This post explores how to manage multiple view models across modules in a Prism-based Silverlight application. One powerful feature of Prism is the ability to dynamically load modules. This allows reduction of the XAP file size, as well as encourages a smaller memory footprint as certain modules are not brought into the application until they ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on December 8, 2009
  • Dynamic Module Loading with Silverlight Navigation using Prism

    I started a project to update my personal website using Silverlight. The goal is to use Prism/Composite Application Guidance to build out a nice site that demonstrates some Silverlight capabilities and make the source code available as a reference. One of the first pieces I chose to tackle was ensuring I could facilitate deep linking using ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on November 18, 2009
  • Jeremy Likness Prism+Navigation+SEO+VSM Example

    This is a simple example that covers a few advanced topics: Silverlight navigation combined with Prism and on-demand loading, search engine optimization, and use of the visual state manager. It is a shell for a biography site I was building.
    Posted to Sample (FileGallery) by jlikness on November 17, 2009
1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems