<?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 referenced assemblies</title>
	<atom:link href="http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-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: Kam</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-8085</link>
		<dc:creator>Kam</dc:creator>
		<pubDate>Sat, 30 Apr 2011 20:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-8085</guid>
		<description>Hi,
I tried your example but when I run my applicationn I get Error 404. 
What am I missing here?

Thanks,
Kam</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried your example but when I run my applicationn I get Error 404.<br />
What am I missing here?</p>
<p>Thanks,<br />
Kam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Q. Public</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-5902</link>
		<dc:creator>John Q. Public</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-5902</guid>
		<description>Great example, but for those of you that don&#039;t want a &#039;frame-based&#039; navigation where you have a bar at the top, but simply want a WPF style way of navigating between pages, where you can use the browser &#039;Back&#039; button to go back, check out chapter 6 of MacDonald&#039;s book Pro Silverlight 2 in C# 2008.  It&#039;s a different approach, without the frames/navigation bar, but it works fine.</description>
		<content:encoded><![CDATA[<p>Great example, but for those of you that don&#8217;t want a &#8216;frame-based&#8217; navigation where you have a bar at the top, but simply want a WPF style way of navigating between pages, where you can use the browser &#8216;Back&#8217; button to go back, check out chapter 6 of MacDonald&#8217;s book Pro Silverlight 2 in C# 2008.  It&#8217;s a different approach, without the frames/navigation bar, but it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok Kumar</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-5100</link>
		<dc:creator>Ashok Kumar</dc:creator>
		<pubDate>Thu, 03 Dec 2009 12:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-5100</guid>
		<description>Hi David,

Thank you for the post. I would like to use the navigation like,
Home&gt;&gt;Guitars&gt;&gt;Light Weight

Will you please any sample to achieve like this.
Thanks in advance for your help,
Regards
Ashok</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Thank you for the post. I would like to use the navigation like,<br />
Home&gt;&gt;Guitars&gt;&gt;Light Weight</p>
<p>Will you please any sample to achieve like this.<br />
Thanks in advance for your help,<br />
Regards<br />
Ashok</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghuraman</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-4948</link>
		<dc:creator>Raghuraman</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-4948</guid>
		<description>David,

Thanks for this Post.

It makes for quick and neat reference for the uninitated.

Regards

Raghuraman</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Thanks for this Post.</p>
<p>It makes for quick and neat reference for the uninitated.</p>
<p>Regards</p>
<p>Raghuraman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On-demand loading of assemblies with Silverlight Navigation &#171; davidpoll.com</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-4282</link>
		<dc:creator>On-demand loading of assemblies with Silverlight Navigation &#171; davidpoll.com</dc:creator>
		<pubDate>Mon, 21 Sep 2009 05:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-4282</guid>
		<description>[...] here.&#160; HyperlinkButtons use the exact same URI scheme as before (for navigating to pages in referenced/dynamically-loaded assemblies).&#160; Here’s what my XAML for my navigation bar looks [...]</description>
		<content:encoded><![CDATA[<p>[...] here.&#160; HyperlinkButtons use the exact same URI scheme as before (for navigating to pages in referenced/dynamically-loaded assemblies).&#160; Here’s what my XAML for my navigation bar looks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Great Posts and Tutorials on Silverlight and Blend 3 &#171; Adam Kinney</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-4261</link>
		<dc:creator>30 Great Posts and Tutorials on Silverlight and Blend 3 &#171; Adam Kinney</dc:creator>
		<pubDate>Sat, 19 Sep 2009 23:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-4261</guid>
		<description>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Great Posts and Tutorials on Silverlight and Blend 3 - AdamKinney.com</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-3283</link>
		<dc:creator>30 Great Posts and Tutorials on Silverlight and Blend 3 - AdamKinney.com</dc:creator>
		<pubDate>Mon, 03 Aug 2009 23:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-3283</guid>
		<description>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beat and Byte &#187; 30 grandes post y tutoriales de Silverlight 3 y Blend 3</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-3132</link>
		<dc:creator>Beat and Byte &#187; 30 grandes post y tutoriales de Silverlight 3 y Blend 3</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-3132</guid>
		<description>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 grandes post y tutoriales de Silverlight 3 y Blend 3 at Comunidad Gunet México</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-3131</link>
		<dc:creator>30 grandes post y tutoriales de Silverlight 3 y Blend 3 at Comunidad Gunet México</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-3131</guid>
		<description>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight 3 Navigation – David Poll explains how to use the Navigation Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 grandes post y tutoriales de Silverlight 3 y Blend 3 - Blog de Oskar Alvarez</title>
		<link>http://www.davidpoll.com/2009/07/12/silverlight-3-navigation-navigating-to-pages-in-referenced-assemblies/comment-page-1/#comment-2782</link>
		<dc:creator>30 grandes post y tutoriales de Silverlight 3 y Blend 3 - Blog de Oskar Alvarez</dc:creator>
		<pubDate>Tue, 21 Jul 2009 05:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/?p=88#comment-2782</guid>
		<description>[...] Silverlight 3 Navigation &#8211; David Poll explains how to use the Navigation Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight 3 Navigation &ndash; David Poll explains how to use the Navigation Framework [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

