<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - MEF &amp; Silverlight 4 Beta - Part 6, Locating Defaults &amp; ExportProviders</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/515711_100x75.jpg</url>
		<title>Channel 9 - MEF &amp; Silverlight 4 Beta - Part 6, Locating Defaults &amp; ExportProviders</title>
		<link></link>
	</image>
	<description>
Part&amp;nbsp;6 of a series of screencasts looking at the new Managed Extensibility Framework (MEF) in the Silverlight 4 beta. 

MEF is a framework that simplifies the design of extensible applications and components. It can flexibly and dynamically discover a set of loosely coupled components and analyse their dependencies in order to compose them together at run time. 

In this screencast we take a look at how we can provide defaults in a CompositionContainer such that an application can be sure that it has an implementation of a plug-in if no additional plug-in is discovered by MEF. This leads to a discussion about
 ExportProviders and how they provide an extensibility point for MEF.Tips for viewing:  

Each video in this series has a 3.5 minute standard introductory &amp;quot;header&amp;quot; on it so once you have seen that header you may like to skip it on subsequent videos
For the time pressured - I find that I speak so slowly that you can speed me up to approximately 1.5-2.0 times normal speed and still listen comfortably.

I&#39;m working&amp;nbsp;to get together a Live Meeting in early 2010 with people from the MEF team in order that people can chat more about MEF in Silverlight. Stay tuned.The next screencast in this series is ( not yet available&amp;nbsp;).&amp;nbsp;&amp;quot;That&#39;s all folks!&amp;quot; but subscribe to the feed above for notifications when more come online... 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 01:00:52 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 01:00:52 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: MEF &amp; Silverlight 4 Beta - Part 6, Locating Defaults &amp; ExportProviders</title>
		<description>
			<![CDATA[
<p>Nice video. I'm still a bit fuzzy on why it's necessary to set &quot;CatalogExportProvider.SourceProvider&quot; and what it should point to though.
</p>
<p>&nbsp;</p>
<p>I couldn't find any real use of this property during a quick look at the MEF source, except that exceptions are thrown if it is not set. The root &quot;System.ComponentModel.Composition.Hosting.ExportProvider&quot; abstract class doesn't even have this property.</p>
<p>posted by wcoenen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c633991124340000000</link>
		<pubDate>Fri, 15 Jan 2010 00:33:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c633991124340000000</guid>
		<dc:creator>wcoenen</dc:creator>
	</item>
	<item>
		<title>Re: MEF &amp; Silverlight 4 Beta - Part 6, Locating Defaults &amp; ExportProviders</title>
		<description>
			<![CDATA[
<p>Great job with this video series Mike ...&nbsp; I like this format of doing a series of videos each one building on the next.&nbsp; THANKS, I've definitely learned a lot.</p>
<p>posted by emcpadden</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c633993849410000000</link>
		<pubDate>Mon, 18 Jan 2010 04:15:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c633993849410000000</guid>
		<dc:creator>emcpadden</dc:creator>
	</item>
	<item>
		<title>Re: MEF &amp; Silverlight 4 Beta - Part 6, Locating Defaults &amp; ExportProviders</title>
		<description>
			<![CDATA[
<p>@wcoenen source provider is what allows a catalog to talk back to the rest of the world to satify it's imports.&nbsp; It is not part of ExportProvider because not all EPs need to do that loop back. CatalogExportProvider queries back through the source provider
 property. For example imagine the container had an ILogger instance directly added to it, and the catalog had an OrderProcessor part which imports it. In order for that part to be created, the catalog needs to grab the ILogger which it gets through the source
 provider.</p>
<p>posted by gblock</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c634019137840000000</link>
		<pubDate>Tue, 16 Feb 2010 10:43:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c634019137840000000</guid>
		<dc:creator>gblock</dc:creator>
	</item>
	<item>
		<title>Re: MEF &amp; Silverlight 4 Beta - Part 6, Locating Defaults &amp; ExportProviders</title>
		<description>
			<![CDATA[
<p>Nice video. Any idea on putting some videos of using PRISM &#43; MEF with MVVM ? I would really like to see on of those.
</p>
<p>posted by AllSpark</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c634117958540000000</link>
		<pubDate>Thu, 10 Jun 2010 19:44:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c634117958540000000</guid>
		<dc:creator>AllSpark</dc:creator>
	</item>
	<item>
		<title>Re: MEF &amp; Silverlight 4 Beta - Part 6, Locating Defaults &amp; ExportProviders</title>
		<description>
			<![CDATA[
<p>It's on my list of things to think about, yes <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>&nbsp;</p>
<p>Mike.</p>
<p>posted by mtaulty</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c634141736230000000</link>
		<pubDate>Thu, 08 Jul 2010 08:13:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/MEF--Silverlight-4-Beta-Part-6-Locating-Defaults--ExportProviders#c634141736230000000</guid>
		<dc:creator>mtaulty</dc:creator>
	</item>
</channel>
</rss>