Introduction To Managed Extensibility Framework |
Index |
Hands-On Lab
Introduction to the Managed Extensibility Framework
Lab version:1.0.0
Last updated:6/27/2011
Contents
Overview
Exercise 1: Using MEF to Extend an Application
Task 1 � Updating Your Application to Load Composable Parts
Task 2 � Updating Your Composable Part to Export Contracts
Task 3 � Creating a New Extension
Exercise 2: Using Metadata and Lazy-Loading Modules
Task 1 � Attaching Metadata to an Export
Task 2 � Using a Custom Export Attribute
Exercise 3: Using MEF and Silverlight 4
Task 1 � Convert Extensions to Silverlight
Task 2 � Create Silverlight Cash Maker UI
Task 3 � Update Your Silverlight Application to Load Composable Parts
Task 4 � Load Silverlight Extensions Dynamically