<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: On-demand loading of assemblies with Silverlight Navigation</title>
	<atom:link href="http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/</link>
	<description>Silverlight, RIA development, and other goofy geeky goodness.</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:06:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-6011</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-6011</guid>
		<description>Please take a look at the sample source.  In the DynamicallyLoadedLibrary project, for example, there are the following files:

CSDynamicPage.dyn.xaml
CSDynamicPage.xaml
CSDynamicPage.xaml.cs

You&#039;ll put the UI for your page in CSDynamicPage.xaml, and the code-behind for that file is CSDynamicPage.xaml.cs.  You shouldn&#039;t be modifying the CSDynamicPage.dyn.xaml file at all.</description>
		<content:encoded><![CDATA[<p>Please take a look at the sample source.  In the DynamicallyLoadedLibrary project, for example, there are the following files:</p>
<p>CSDynamicPage.dyn.xaml<br />
CSDynamicPage.xaml<br />
CSDynamicPage.xaml.cs</p>
<p>You&#8217;ll put the UI for your page in CSDynamicPage.xaml, and the code-behind for that file is CSDynamicPage.xaml.cs.  You shouldn&#8217;t be modifying the CSDynamicPage.dyn.xaml file at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-6007</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Fri, 05 Mar 2010 08:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-6007</guid>
		<description>Where do we put codebehind and events for the dynamicpages? I tried adding a button and click event to the delayloaded page, but can&#039;t figure it out. I cannot access the button due to the shim model</description>
		<content:encoded><![CDATA[<p>Where do we put codebehind and events for the dynamicpages? I tried adding a button and click event to the delayloaded page, but can&#8217;t figure it out. I cannot access the button due to the shim model</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On-demand loading of assemblies with Silverlight Navigation – Revisited for Silverlight 4 Beta</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-5820</link>
		<dc:creator>On-demand loading of assemblies with Silverlight Navigation – Revisited for Silverlight 4 Beta</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-5820</guid>
		<description>[...] back in July, shortly after Silverlight 3 was released, I posted a technique that allowed you to use the Navigation framework in the SDK to load pages in dlls that would be [...]</description>
		<content:encoded><![CDATA[<p>[...] back in July, shortly after Silverlight 3 was released, I posted a technique that allowed you to use the Navigation framework in the SDK to load pages in dlls that would be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On-demand loading of assemblies with Silverlight Navigation &#8211; Revisited for Silverlight 4 Beta &#171; davidpoll.com</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-5815</link>
		<dc:creator>On-demand loading of assemblies with Silverlight Navigation &#8211; Revisited for Silverlight 4 Beta &#171; davidpoll.com</dc:creator>
		<pubDate>Mon, 01 Feb 2010 08:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-5815</guid>
		<description>[...] for Silverlight 4 Beta         Way back in July, shortly after Silverlight 3 was released, I posted a technique that allowed you to use the Navigation framework in the SDK to load pages in dlls that would be [...]</description>
		<content:encoded><![CDATA[<p>[...] for Silverlight 4 Beta         Way back in July, shortly after Silverlight 3 was released, I posted a technique that allowed you to use the Navigation framework in the SDK to load pages in dlls that would be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calsy</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-5631</link>
		<dc:creator>Calsy</dc:creator>
		<pubDate>Mon, 18 Jan 2010 05:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-5631</guid>
		<description>Hi David, My problem is that im using a 3rd party control for my web application and the dll for this control is quite heavy at 3 meg. Can i use your suite to dynamically load this dll for the application?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi David, My problem is that im using a 3rd party control for my web application and the dll for this control is quite heavy at 3 meg. Can i use your suite to dynamically load this dll for the application?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-5391</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 29 Dec 2009 19:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-5391</guid>
		<description>Hi David,

I just wanted to comment that I love the direction you&#039;re heading in with this stuff.  I&#039;m already using your dynamic pages in my apps, and I&#039;m going to start working today on the new xaml, declarative stuff you&#039;ve provided.  Keep up the great work - it&#039;s REALLY appreciated!!!  :)   

regards,
Patrick</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I just wanted to comment that I love the direction you&#8217;re heading in with this stuff.  I&#8217;m already using your dynamic pages in my apps, and I&#8217;m going to start working today on the new xaml, declarative stuff you&#8217;ve provided.  Keep up the great work &#8211; it&#8217;s REALLY appreciated!!!  <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    </p>
<p>regards,<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Cecil</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-5020</link>
		<dc:creator>Rob Cecil</dc:creator>
		<pubDate>Tue, 24 Nov 2009 19:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-5020</guid>
		<description>David,
I attended Block&#039;s MEF session at PDC09, during which he mentioned Dynamic XAP support in the SL4.0 Toolkit. Does your work relate to that?

Can you point me to more information?

Thanks
Rob</description>
		<content:encoded><![CDATA[<p>David,<br />
I attended Block&#8217;s MEF session at PDC09, during which he mentioned Dynamic XAP support in the SL4.0 Toolkit. Does your work relate to that?</p>
<p>Can you point me to more information?</p>
<p>Thanks<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-4986</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Sat, 21 Nov 2009 01:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-4986</guid>
		<description>can you tell me why you don&#039;t use webclient to download the assembly, while using Webrequest?</description>
		<content:encoded><![CDATA[<p>can you tell me why you don&#8217;t use webclient to download the assembly, while using Webrequest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-4956</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-4956</guid>
		<description>I definitely feel your pain there.  Hopefully there will be improvements on this front in the future :)</description>
		<content:encoded><![CDATA[<p>I definitely feel your pain there.  Hopefully there will be improvements on this front in the future <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DN</title>
		<link>http://www.davidpoll.com/2009/07/20/on-demand-loading-of-assemblies-with-silverlight-navigation/comment-page-1/#comment-4585</link>
		<dc:creator>DN</dc:creator>
		<pubDate>Mon, 05 Oct 2009 18:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/07/21/on-demand-loading-of-assemblies-with-silverlight-navigation/#comment-4585</guid>
		<description>Hi David,

We combine both: SL3 assembly cache with on-demand xap loading.

With that, we can both take advantage of client side cache and great first time download experience (just a xap is downladed, all the rest are not until they are required).

Please let us know if that&#039;s what you were looking for, and if we can give you some tips.</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>We combine both: SL3 assembly cache with on-demand xap loading.</p>
<p>With that, we can both take advantage of client side cache and great first time download experience (just a xap is downladed, all the rest are not until they are required).</p>
<p>Please let us know if that&#8217;s what you were looking for, and if we can give you some tips.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
