<?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: Silverlight 3 Navigation: Navigating to Pages in dynamically-loaded assemblies</title>
	<atom:link href="http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/</link>
	<description>Software development and other goofy geeky goodness.</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:01:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-7934</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Wed, 23 Feb 2011 18:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-7934</guid>
		<description>I think MEF and Prism are both useful frameworks within the confines of how they&#039;re intended to be used.  My experience with MEF has been that it&#039;s more naturally suited to the &quot;optional&quot; scenarios.</description>
		<content:encoded><![CDATA[<p>I think MEF and Prism are both useful frameworks within the confines of how they&#8217;re intended to be used.  My experience with MEF has been that it&#8217;s more naturally suited to the &#8220;optional&#8221; scenarios.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-7915</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 19 Feb 2011 18:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-7915</guid>
		<description>Question: From what I have seen of MEF and Prism, they are very suitable for plug-ins, but I find their application to general add-ons, e.g., an new application you&#039;d like to load in a shell application that is not &quot;required&quot; per se, to be less than intuitive. Am I off base?</description>
		<content:encoded><![CDATA[<p>Question: From what I have seen of MEF and Prism, they are very suitable for plug-ins, but I find their application to general add-ons, e.g., an new application you&#8217;d like to load in a shell application that is not &#8220;required&#8221; per se, to be less than intuitive. Am I off base?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masha</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-7843</link>
		<dc:creator>Masha</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-7843</guid>
		<description>Thanks for your response, David!
I&#039;m still using SL3, but maybe your solution will give me any ideas. Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks for your response, David!<br />
I&#8217;m still using SL3, but maybe your solution will give me any ideas. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-7835</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Thu, 10 Feb 2011 22:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-7835</guid>
		<description>Masha,

If you&#039;re using SL4, I&#039;ve actually built a whole library out for this: http://www.davidpoll.com/2010/02/01/on-demand-loading-of-assemblies-with-silverlight-navigation-revisited-for-silverlight-4-beta/

Take a look ;)

-David</description>
		<content:encoded><![CDATA[<p>Masha,</p>
<p>If you&#8217;re using SL4, I&#8217;ve actually built a whole library out for this: <a href="http://www.davidpoll.com/2010/02/01/on-demand-loading-of-assemblies-with-silverlight-navigation-revisited-for-silverlight-4-beta/" rel="nofollow">http://www.davidpoll.com/2010/02/01/on-demand-loading-of-assemblies-with-silverlight-navigation-revisited-for-silverlight-4-beta/</a></p>
<p>Take a look <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>-David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masha</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-7834</link>
		<dc:creator>Masha</dc:creator>
		<pubDate>Thu, 10 Feb 2011 22:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-7834</guid>
		<description>Hi David, 

Thanks for an extremely helpful example! But I have one question - in your example you&#039;re loading a dll to use Navigation, and all I have is a .xap file. Is it possible to load a xap file and then use the Navigation framework with i?

Thanks!
Masha</description>
		<content:encoded><![CDATA[<p>Hi David, </p>
<p>Thanks for an extremely helpful example! But I have one question &#8211; in your example you&#8217;re loading a dll to use Navigation, and all I have is a .xap file. Is it possible to load a xap file and then use the Navigation framework with i?</p>
<p>Thanks!<br />
Masha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moin</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-6957</link>
		<dc:creator>Moin</dc:creator>
		<pubDate>Tue, 06 Jul 2010 21:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-6957</guid>
		<description>Hi David,

Thanks a lot for this post. It is really helpful.
How can we dynamically load a silverlight navigation application XAP through a navigation application.
I mean, after dynamically loading an assembly, I still want to navigate through different pages in the loaded assembly.
Can you suggest any workaround?</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Thanks a lot for this post. It is really helpful.<br />
How can we dynamically load a silverlight navigation application XAP through a navigation application.<br />
I mean, after dynamically loading an assembly, I still want to navigate through different pages in the loaded assembly.<br />
Can you suggest any workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-6534</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Thu, 29 Apr 2010 05:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-6534</guid>
		<description>Thanks David. And I found a way to simplify the solution. For example: in the project of AdditionalPages, Replace the content of ProductsPage.dyn.xaml as follow:



It works well.</description>
		<content:encoded><![CDATA[<p>Thanks David. And I found a way to simplify the solution. For example: in the project of AdditionalPages, Replace the content of ProductsPage.dyn.xaml as follow:</p>
<p>It works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-6513</link>
		<dc:creator>Kerry</dc:creator>
		<pubDate>Wed, 28 Apr 2010 05:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-6513</guid>
		<description>I also tried to implement this kind of framework, but encounter problems because ModuleManager doesn&#039;t load module synchronous (so I don&#039;t know when the module is ready).</description>
		<content:encoded><![CDATA[<p>I also tried to implement this kind of framework, but encounter problems because ModuleManager doesn&#8217;t load module synchronous (so I don&#8217;t know when the module is ready).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-5869</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-5869</guid>
		<description>Good article, lame constraint :(</description>
		<content:encoded><![CDATA[<p>Good article, lame constraint <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-5808</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Fri, 29 Jan 2010 08:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-5808</guid>
		<description>This isn&#039;t meant to be a framework for building general componentized applications.  This particular post is meant to show how you can load pages in assemblies that Prism has loaded for you.</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t meant to be a framework for building general componentized applications.  This particular post is meant to show how you can load pages in assemblies that Prism has loaded for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

