<?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>Silverlight, RIA development, and other goofy geeky goodness.</description>
	<lastBuildDate>Fri, 05 Mar 2010 18:09:31 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<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-5807</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Fri, 29 Jan 2010 08:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-5807</guid>
		<description>Ruslan,

Strictly speaking, the limitation still exists.  That said, it is now possible to produce a reusable custom ContentLoader that no longer has this limitation.  I&#039;m soon going to blog a solution that does some things with pages in dynamically-loaded assemblies using the SL4 feature.

-David</description>
		<content:encoded><![CDATA[<p>Ruslan,</p>
<p>Strictly speaking, the limitation still exists.  That said, it is now possible to produce a reusable custom ContentLoader that no longer has this limitation.  I&#8217;m soon going to blog a solution that does some things with pages in dynamically-loaded assemblies using the SL4 feature.</p>
<p>-David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruslan Urban</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-5797</link>
		<dc:creator>Ruslan Urban</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-5797</guid>
		<description>David,
Do you know if the limitation of loading pages from external libraries (dynamically loaded modules) still exists in Silverlight 4? Do you have an example for SL4?</description>
		<content:encoded><![CDATA[<p>David,<br />
Do you know if the limitation of loading pages from external libraries (dynamically loaded modules) still exists in Silverlight 4? Do you have an example for SL4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-5652</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-5652</guid>
		<description>Excuse my ignorance...but how is this different than what Microsoft&#039;s Prism is trying to accomplish?</description>
		<content:encoded><![CDATA[<p>Excuse my ignorance&#8230;but how is this different than what Microsoft&#8217;s Prism is trying to accomplish?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-5019</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-5019</guid>
		<description>Great Stuff, thanks for sharing
I&#039;m now using this style of Frame Navigation but using a generic MVVM.
Thanks for putting me on the right track.</description>
		<content:encoded><![CDATA[<p>Great Stuff, thanks for sharing<br />
I&#8217;m now using this style of Frame Navigation but using a generic MVVM.<br />
Thanks for putting me on the right track.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian Schenkelman&#8217;s Blog Â» Blog Archive &#187; Why Silverlight 3 Navigation cannot be fully leveraged when loading modules remotely with Prism 2</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-4946</link>
		<dc:creator>Damian Schenkelman&#8217;s Blog Â» Blog Archive &#187; Why Silverlight 3 Navigation cannot be fully leveraged when loading modules remotely with Prism 2</dc:creator>
		<pubDate>Tue, 03 Nov 2009 22:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-4946</guid>
		<description>[...] Silverlight 3 Navigation: Navigating to Pages in dynamically-loaded assemblies [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight 3 Navigation: Navigating to Pages in dynamically-loaded assemblies [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Relative hyperlinks with Silverlight navigation &#171; davidpoll.com</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-4280</link>
		<dc:creator>Relative hyperlinks with Silverlight navigation &#171; davidpoll.com</dc:creator>
		<pubDate>Mon, 21 Sep 2009 05:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-4280</guid>
		<description>[...] libraries (see my other posts for an introduction to what it provides and how to use it – 1, [...]</description>
		<content:encoded><![CDATA[<p>[...] libraries (see my other posts for an introduction to what it provides and how to use it – 1, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered! &#124; Share Anything for Everyone in the World</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-3614</link>
		<dc:creator>Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered! &#124; Share Anything for Everyone in the World</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-3614</guid>
		<description>[...] David Poll posted a very cool technique for navigating to dynamically loaded pages and on demand downloading of pages in a Silverlight 3 application .&#160; It was very cool but the [...]</description>
		<content:encoded><![CDATA[<p>[...] David Poll posted a very cool technique for navigating to dynamically loaded pages and on demand downloading of pages in a Silverlight 3 application .&#160; It was very cool but the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Abrams : Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered!</title>
		<link>http://www.davidpoll.com/2009/07/14/silverlight-3-navigation-navigating-to-pages-in-dynamically-loaded-assemblies/comment-page-1/#comment-3176</link>
		<dc:creator>Brad Abrams : Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered!</dc:creator>
		<pubDate>Sat, 01 Aug 2009 05:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=92#comment-3176</guid>
		<description>[...] David Poll posted a very cool technique for navigating to dynamically loaded pages and on demand downloading of pages in a Silverlight 3 application .&#160; It was very cool but the [...]</description>
		<content:encoded><![CDATA[<p>[...] David Poll posted a very cool technique for navigating to dynamically loaded pages and on demand downloading of pages in a Silverlight 3 application .&#160; It was very cool but the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
