<?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 - Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/526233_100x75.jpg</url>
		<title>Channel 9 - Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<link></link>
	</image>
	<description>Glenn Block, Program Manager working on MEF and self professed &amp;quot;MEF Maniac,&amp;quot; makes a return visit to Silverlight TV. Glenn dives right into the code and shows how to use MEF to load and unload XAP files on demand.&amp;nbsp;This is a great way to solve the problem
 of&amp;nbsp;how to handle large applications in Silverlight with large XAP files. 

All code samples from the episode can be found 
via this link.

Follow 
@SilverlightTV on Twitter for the latest updates. 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 21:14:17 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 21:14:17 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>You guys Rock! This is such a clean solution for developing large app. <br>
<br>
John, seriously you and Glenn should write a book on &quot;Building large app with MEF &amp; SL&quot;. I love the way John always stops at the right point to clear certain points. He did that in his book too.</p>
<p>posted by Ben Hayat</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634030787400000000</link>
		<pubDate>Mon, 01 Mar 2010 22:19:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634030787400000000</guid>
		<dc:creator>Ben Hayat</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Why is SL application split to XAPs. Why not split to DLL (one XAP shell and many DLL to download).</p>
<p>Split to DLL&nbsp;will be more &quot;compatible and smooth&quot; if you have single source code for SL and WPF application.</p>
<p>&nbsp;</p>
<p>posted by cesnek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031267320000000</link>
		<pubDate>Tue, 02 Mar 2010 11:38:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031267320000000</guid>
		<dc:creator>cesnek</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>john what's in that koozie? </p>
<p>&nbsp;</p>
<p>Having this flexibility will allow for more sophisticated applicaitons while maintaining a positive user experience by delivering functionality on demand.
</p>
<p>&nbsp;</p>
<p>Thanks for the video, glad to know this is on the road map.</p>
<p>posted by zenbeats</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031357590000000</link>
		<pubDate>Tue, 02 Mar 2010 14:09:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031357590000000</guid>
		<dc:creator>zenbeats</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>&gt;&gt;john what's in that koozie?&lt;&lt;</p>
<p>&nbsp;</p>
<p>Looks like a Bud can to me! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by Ben Hayat</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031408290000000</link>
		<pubDate>Tue, 02 Mar 2010 15:33:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031408290000000</guid>
		<dc:creator>Ben Hayat</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Having separate XAPs allows you to keep the proejcts completely decoupled perhaps to build them at different times without affecting each other (just one possibility). Another option is when you have one team building an architecture while another team or
 company builds a plug in for your architecture. The disconnected XAPs is a more elegant solution in many ways than separate DLLs as it gives you more opportunity to keep your code fully decoupled.
</p>
<p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031507820000000</link>
		<pubDate>Tue, 02 Mar 2010 18:19:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031507820000000</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Ben &amp; zenbeats - I'm not telling what's in the koozie <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> </p>
<p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031508600000000</link>
		<pubDate>Tue, 02 Mar 2010 18:21:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031508600000000</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Well, it's a white Can,</p>
<p>you're smiling in that shot (looks like you're feeling good) </p>
<p>and you're hanging on to table table pretty tightly, </p>
<p>I'll say it's a Cold one.</p>
<p><em><strong><br>
</strong></em></p>
<p><em><strong>“if it looks like a duck and sounds like a duck, it’s probably a duck” <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' />
<br>
</strong></em></p>
<p>posted by Ben Hayat</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031575790000000</link>
		<pubDate>Tue, 02 Mar 2010 20:12:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031575790000000</guid>
		<dc:creator>Ben Hayat</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Cesnek</p>
<p><br>
XAPs provide a way to&nbsp;groups of related functionality into a simple deployment unit.&nbsp; Without such a unit you have to&nbsp;manage all dependencies at a very fine-grained level.</p>
<p>&nbsp;</p>
<p>Glenn</p>
<p>posted by gblock</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031738220000000</link>
		<pubDate>Wed, 03 Mar 2010 00:43:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634031738220000000</guid>
		<dc:creator>gblock</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Thanks Ben. We are currently planning a MEF book, we'll have to see if John is interested in authoring a chapter or two.</p>
<p>&nbsp;</p>
<p>Glenn</p>
<p>posted by gblock</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634032504280000000</link>
		<pubDate>Wed, 03 Mar 2010 22:00:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634032504280000000</guid>
		<dc:creator>gblock</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p></p>
<p>Ran into an issue with composition happening more than once for a given element and that's because I was using page navigation and if the user&nbsp;navigated to a page, navigated away and then return to page, I was trying to load xap again.&nbsp; So what I did is
 made a change to the AddXap method to check if the aggregateCatalog already contains the deploymentCatalog</p>
<font size="2" color="#0000ff"><font size="2" color="#0000ff">
<p>&nbsp;</p>
</font></font>
<p></p>
<p></p>
<p><font size="2"></p>
<div>
<p>&nbsp;</p>
<p><span>public</span> <span>void</span> AddXap(<span>string</span> uri)</p>
<p>{</p>
<p>&nbsp;&nbsp;&nbsp; <span>DeploymentCatalog</span> catalog;</p>
<p>&nbsp;&nbsp;&nbsp; <span>if</span> (!_catalogs.TryGetValue(uri, <span>out</span> catalog))</p>
<p>&nbsp;&nbsp;&nbsp; {</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; catalog = <span>new</span> <span>DeploymentCatalog</span>(uri);</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; catalog.DownloadAsync();</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; _catalogs[uri] = catalog;</p>
<p>&nbsp;&nbsp;&nbsp; }</p>
<p>&nbsp;&nbsp;&nbsp; <strong><span>if</span> (!_aggregateCatalog.Catalogs.Contains(catalog))</strong></p>
<p><strong>&nbsp;&nbsp;&nbsp; {</strong></p>
<p><strong>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; _aggregateCatalog.Catalogs.Add(catalog);</strong></p>
<p><strong>&nbsp;&nbsp;&nbsp; }</strong></p>
<p>}</p>
</div>
<p>&nbsp;</p>
</font>
<p></p>
<p></p>
<p>posted by dsoltesz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634033274900000000</link>
		<pubDate>Thu, 04 Mar 2010 19:24:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634033274900000000</guid>
		<dc:creator>dsoltesz</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>John, Glenn</p>
<p>&nbsp;</p>
<p>Thanks for the great post, helped me get my head round a few issues concerning MEF!
</p>
<p>&nbsp;</p>
<p>I have a question tho, is it possible to have an independant navigation framework working in one or more of the child XAPs and import the required navigation elements into the host XAP to navigate to said child XAP?</p>
<p>&nbsp;</p>
<p>Sorry if this is confusing, we are considering using MEF for a couple of large projects we're about to start and this is one of the requirements.</p>
<p>&nbsp;</p>
<p>If more info about the projects would help you answer the question please feel free to contact me directly.</p>
<p>&nbsp;</p>
<p>Kind regards, </p>
<p>&nbsp;</p>
<p>Jonny</p>
<p>posted by jmcmullan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634037480960000000</link>
		<pubDate>Tue, 09 Mar 2010 16:14:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634037480960000000</guid>
		<dc:creator>jmcmullan</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Hi Jonny</p>
<p>&nbsp;</p>
<p>It is possible to integrate MEF with Navigation in SL4 and even to navigate cross-xaps. I demo that in my recent MIX talk which the code that I demo is also available. I posted a link to the code in the comments.</p>
<p>&nbsp;</p>
<p>The session is here: <a href="http://live.visitmix.com/MIX10/Sessions/CL52">http://live.visitmix.com/MIX10/Sessions/CL52</a></p>
<p>posted by gblock</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634048026360000000</link>
		<pubDate>Sun, 21 Mar 2010 21:10:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634048026360000000</guid>
		<dc:creator>gblock</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>I would like to know following</p>
<p>- Does MEF support dynamic XAP loading of two Silverlight Application where one has&nbsp; &quot;windowless&quot; parameter set to true and</p>
<p>&nbsp; another with &quot;windowless&quot; parameter as false.</p>
<p>I have situation where I have to use Silverlight DataForms to enter Japanese Characters (IME support) and I also have HTML content to be displayed.</p>
<p>For HTML content - windowless parameter needs to be true and for IME support the windowless parameter should be false.</p>
<p>So, application using HTML content and IME characters cannot co-exist in a single XAP.
</p>
<p>Any insight to above issue will be appreciated.</p>
<p>&nbsp;</p>
<p>sdeepak</p>
<p>posted by sdeepak</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634054970430000000</link>
		<pubDate>Mon, 29 Mar 2010 22:04:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634054970430000000</guid>
		<dc:creator>sdeepak</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>I don't see why it wouldn't work as the DeploymentCatalog does not have any UI dependencies. Haven't tried it though <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by gblock</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634063906300000000</link>
		<pubDate>Fri, 09 Apr 2010 06:17:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634063906300000000</guid>
		<dc:creator>gblock</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>All of this is AWESOME...</p>
<p>&nbsp;</p>
<p>Question: is there a way to avoid downloading assemblies that are already included in the base XAP or in one of the dynamically downloaded XAPs?</p>
<p>&nbsp;</p>
<p>Related Question: can I now (in Silverlight 4) enumerate the assemblies that an assembly references?</p>
<p>posted by mgraham</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634065463700000000</link>
		<pubDate>Sun, 11 Apr 2010 01:32:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634065463700000000</guid>
		<dc:creator>mgraham</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Here is an excellent description of the deployment catalog including information on how to create a XAP that references assemblies, but does not include them (copy local = false).</p>
<p>&nbsp;</p>
<p><a href="http://mef.codeplex.com/wikipage?title=DeploymentCatalog&amp;referringTitle=Using%20Catalogs">http&#58;&#47;&#47;mef.codeplex.com&#47;wikipage&#63;title&#61;DeploymentCatalog&#38;referringTitle&#61;Using&#37;20Catalogs</a></p>
<p>&nbsp;</p>
<p>The main caveat is that a XAP that does include these assemblies must already be loaded before loading such a XAP (otherwise when MEF enumerates the contained types, Silverlight will throw an exception about the assembly or referenced assemblies not being
 loaded).</p>
<p>posted by mgraham</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634068398370000000</link>
		<pubDate>Wed, 14 Apr 2010 11:03:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634068398370000000</guid>
		<dc:creator>mgraham</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Any chance of getting the sample code in VB? </p>
<p>&nbsp;</p>
<p>I am&nbsp;failing to get it&nbsp;a C#&nbsp;conversion that works.</p>
<p>&nbsp;</p>
<p>Thanks</p>
<p>posted by StuckInVB</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634090491970000000</link>
		<pubDate>Mon, 10 May 2010 00:46:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634090491970000000</guid>
		<dc:creator>StuckInVB</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[
<p>Hi Glenn,</p>
<p>&nbsp;</p>
<p>All of that is absolutely fantastic and I am trying to leverage every part of it (especially the DeploymentCatalogService approach, although I fear (and hope) that it will be overridden with a true distributable in the near future).</p>
<p>&nbsp;</p>
<p>However, these samples are a little bit misleading; SatisfyImports() is not asynchronous and you have already loaded all the catalogs before the button is pressed; if you put AddXap() to the button click nothing will work; and this is exacly the scenario
 that we want: nothing should be pre-loaded unless it is going to be used. Essentially, you pre-load everything in the main page and if the user quick enough and the server slow enough it will break as well.</p>
<p>&nbsp;</p>
<p>In short I would expect&nbsp;<font face="Consolas" size="2" color="#2b91af"><font face="Consolas" size="2" color="#2b91af"><font face="Consolas" size="2" color="#2b91af">IPartImportsSatisfiedNotification to be more closely related to an async SatisfyImports.</font></font></font></p>
<p>&nbsp;</p>
<font face="Consolas" size="2" color="#2b91af"><font face="Consolas" size="2" color="#2b91af"></font></font>
<p>Regards,<br>
Ceyhun</p>
<p>posted by Ceyhun</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634102196330000000</link>
		<pubDate>Sun, 23 May 2010 13:53:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634102196330000000</guid>
		<dc:creator>Ceyhun</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[Here is an excellent description of the deployment catalog including  information on how to create a XAP. thanks<br />&nbsp;&nbsp; url:&nbsp; http://www.livetv.pk<br />id: 15606<p>posted by syed ijlal haider 15606</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634205170430000000</link>
		<pubDate>Sun, 19 Sep 2010 18:17:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634205170430000000</guid>
		<dc:creator>syed ijlal haider 15606</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[thanks for giving nice website<p>posted by Muhammad Arslan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634210025370000000</link>
		<pubDate>Sat, 25 Sep 2010 09:08:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634210025370000000</guid>
		<dc:creator>Muhammad Arslan</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[ <p>good !!!</p><p>posted by tahmad81</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634221292680000000</link>
		<pubDate>Fri, 08 Oct 2010 10:07:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634221292680000000</guid>
		<dc:creator>tahmad81</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 11: Dynamically Loading XAPs with MEF</title>
		<description>
			<![CDATA[ <p>I have one some questions Glenn would you please be able to answer!</p><p>&nbsp;If i create different class libraries in my&nbsp; single silverlight application, means there is only one xap and in my SL&nbsp;application i am importing controls from other library projects , so what is the benefit ? because the xap is downloaded at client at srartup so how can i say its a dynamic loading .</p><p>In multiple xap project i can understand becasue control referenced in the other xap is loaded dynamically&nbsp;at the moment when i need that control .</p><p>Regards.</p><p>&nbsp;</p><p>posted by tahmad81</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634223717370000000</link>
		<pubDate>Mon, 11 Oct 2010 05:28:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-11-Dynamically-Loading-XAPs-with-MEF#c634223717370000000</guid>
		<dc:creator>tahmad81</dc:creator>
	</item>
</channel>
</rss>