<?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: Opening up Silverlight 4 Navigation: Authentication/Authorization in an INavigationContentLoader</title>
	<atom:link href="http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/</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: joyce821</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-8292</link>
		<dc:creator>joyce821</dc:creator>
		<pubDate>Sat, 11 Jun 2011 03:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-8292</guid>
		<description>This blog was interesting! I’ve got a solution for it that’s already in the latest Slab bits (a few controls that make life easier), but I haven’t yet blogged about it. Expect to see it soon. I&#039;m excited.</description>
		<content:encoded><![CDATA[<p>This blog was interesting! I’ve got a solution for it that’s already in the latest Slab bits (a few controls that make life easier), but I haven’t yet blogged about it. Expect to see it soon. I&#8217;m excited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tip: Silverlight page authorization with the navigation framework &#171; Burela&#039;s house-o-blog</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-8181</link>
		<dc:creator>Tip: Silverlight page authorization with the navigation framework &#171; Burela&#039;s house-o-blog</dc:creator>
		<pubDate>Mon, 16 May 2011 01:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-8181</guid>
		<description>[...] I came across a  way to easily secure any Silverlight application, and thought I would share it with the list. It is a simple combination of 2 controls that can be found here http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-... [...]</description>
		<content:encoded><![CDATA[<p>[...] I came across a  way to easily secure any Silverlight application, and thought I would share it with the list. It is a simple combination of 2 controls that can be found here <a href="http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-.." rel="nofollow">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7764</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 29 Jan 2011 15:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7764</guid>
		<description>Awesome library!  This is exactly what I am looking for.  I am trying to test my rules though and getting this into my testing framework.  I currently try to put everything in ViewModel classes to aid in testing, but your solution is so elegant that I am using it anyway.  Do you have any insight into how to do unit testing on AuthContentLoader?  I checked out your unit tests in your source, but it looks like you added your rules manually into the test.  What I would like is to have the AuthLoader I have already defined in my MainPage.xaml as the unit under test but testing this using the Silverlight Unit Testing framework is turning into a bear.  Any insight would be greatly appreciated.  Love the approach (hating testing right now).</description>
		<content:encoded><![CDATA[<p>Awesome library!  This is exactly what I am looking for.  I am trying to test my rules though and getting this into my testing framework.  I currently try to put everything in ViewModel classes to aid in testing, but your solution is so elegant that I am using it anyway.  Do you have any insight into how to do unit testing on AuthContentLoader?  I checked out your unit tests in your source, but it looks like you added your rules manually into the test.  What I would like is to have the AuthLoader I have already defined in my MainPage.xaml as the unit under test but testing this using the Silverlight Unit Testing framework is turning into a bear.  Any insight would be greatly appreciated.  Love the approach (hating testing right now).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7657</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Mon, 24 Jan 2011 22:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7657</guid>
		<description>AuthContentLoader is available as part of SLaB (see the Downloads and Samples page)</description>
		<content:encoded><![CDATA[<p>AuthContentLoader is available as part of SLaB (see the Downloads and Samples page)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: debraj</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7654</link>
		<dc:creator>debraj</dc:creator>
		<pubDate>Sun, 23 Jan 2011 15:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7654</guid>
		<description>could not find AuthContentLoader ??how to get it??</description>
		<content:encoded><![CDATA[<p>could not find AuthContentLoader ??how to get it??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7610</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Sun, 26 Dec 2010 10:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7610</guid>
		<description>Shane,

Sorry for the delayed response.  As far as licensing goes, all of this is released under MS-Pl, which is about as permissive as it gets.  You&#039;re welcome to use it with the caveat that you shouldn&#039;t expect support/thorough testing from me, so it&#039;s all for use at your own risk :)

-David</description>
		<content:encoded><![CDATA[<p>Shane,</p>
<p>Sorry for the delayed response.  As far as licensing goes, all of this is released under MS-Pl, which is about as permissive as it gets.  You&#8217;re welcome to use it with the caveat that you shouldn&#8217;t expect support/thorough testing from me, so it&#8217;s all for use at your own risk <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Ritchie</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7337</link>
		<dc:creator>Shane Ritchie</dc:creator>
		<pubDate>Thu, 16 Dec 2010 10:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7337</guid>
		<description>Hi David, this is an excellent piece of work and I am keen to use it in the authentication on an application I am developing. What are the licensing issues for this, am I able to do this?

One thing I am worried about, and this may  a bit of a noob question. Is the namespace on the Main.xaml usercontrol: xmlns:SLaB=&quot;http://www.davidpoll.com/SLaB&quot;

What do I need to do to change this so that it references locally. (Otherwise my application is dependent on your site being up?)

Many Thanks,

Shane</description>
		<content:encoded><![CDATA[<p>Hi David, this is an excellent piece of work and I am keen to use it in the authentication on an application I am developing. What are the licensing issues for this, am I able to do this?</p>
<p>One thing I am worried about, and this may  a bit of a noob question. Is the namespace on the Main.xaml usercontrol: xmlns:SLaB=&#8221;http://www.davidpoll.com/SLaB&#8221;</p>
<p>What do I need to do to change this so that it references locally. (Otherwise my application is dependent on your site being up?)</p>
<p>Many Thanks,</p>
<p>Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7221</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Fri, 12 Nov 2010 01:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7221</guid>
		<description>Unfortunately, WPF doesn&#039;t yet support INavigationContentLoader.</description>
		<content:encoded><![CDATA[<p>Unfortunately, WPF doesn&#8217;t yet support INavigationContentLoader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Zdunic</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7208</link>
		<dc:creator>Nick Zdunic</dc:creator>
		<pubDate>Wed, 03 Nov 2010 00:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7208</guid>
		<description>This is a noobie type question so aologies in advance.

Can this concept be applied to WPF applications?</description>
		<content:encoded><![CDATA[<p>This is a noobie type question so aologies in advance.</p>
<p>Can this concept be applied to WPF applications?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Jones</title>
		<link>http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/comment-page-1/#comment-7172</link>
		<dc:creator>Kevin Jones</dc:creator>
		<pubDate>Tue, 12 Oct 2010 05:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2010/01/01/opening-up-silverlight-4-navigation-authenticationauthorization-in-an-inavigationcontentloader/#comment-7172</guid>
		<description>Very interesting and amazing post. Very great.. You&#039;ve been kicked. :-)

http://www.asphostportal.com</description>
		<content:encoded><![CDATA[<p>Very interesting and amazing post. Very great.. You&#8217;ve been kicked. <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://www.asphostportal.com" rel="nofollow">http://www.asphostportal.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

