<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Matt Duffield</title>
	<atom:link href="http://mattduffield.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattduffield.wordpress.com</link>
	<description>One developer to another...</description>
	<lastBuildDate>Thu, 02 May 2013 20:09:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Writing a BrightScript syntax highlight extension for Visual Studio 2010 by Arlen</title>
		<link>http://mattduffield.wordpress.com/2012/07/31/writing-a-brightscript-syntax-highlight-extension-for-visual-studio-2010/#comment-2504</link>
		<dc:creator><![CDATA[Arlen]]></dc:creator>
		<pubDate>Thu, 02 May 2013 20:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=1049#comment-2504</guid>
		<description><![CDATA[I enjoy, result in I discovered just what I used to be taking a look for.

You&#039;ve ended my four day lengthy hunt! God Bless you man. Have a great day. Bye]]></description>
		<content:encoded><![CDATA[<p>I enjoy, result in I discovered just what I used to be taking a look for.</p>
<p>You&#8217;ve ended my four day lengthy hunt! God Bless you man. Have a great day. Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing Windows 8 &#8211; Using AppBarCommand Icons outside the AppBar by Will</title>
		<link>http://mattduffield.wordpress.com/2012/11/23/developing-windows-8-using-appbarcommand-icons-outside-the-appba/#comment-2503</link>
		<dc:creator><![CDATA[Will]]></dc:creator>
		<pubDate>Thu, 02 May 2013 11:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=1345#comment-2503</guid>
		<description><![CDATA[Fantastic! I&#039;ve been looking all over to find out how I can do this.
It makes complete sense that Windows uses an icon font though, smart thinking Microsoft for embracing the new.]]></description>
		<content:encoded><![CDATA[<p>Fantastic! I&#8217;ve been looking all over to find out how I can do this.<br />
It makes complete sense that Windows uses an icon font though, smart thinking Microsoft for embracing the new.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically changing the connection string for WCF RIA Services Linq2Entities by Cliff Strass</title>
		<link>http://mattduffield.wordpress.com/2010/05/20/dynamically-changing-the-connection-string-for-wcf-ria-services-linq2entities/#comment-2494</link>
		<dc:creator><![CDATA[Cliff Strass]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 15:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=134#comment-2494</guid>
		<description><![CDATA[To solve this I basically added the client ID or database ID to the WCF header before making the RIA services call to the server.  At the server end I &#039;pick-up&#039; the database ID and lookup the connection string and pass it along to the domain context when instantiating it.
Works like a charm.  Here is a thread from Kyle McClellan (from the RIA services team) explaining in more detail (with code) how this is done. 
http://social.msdn.microsoft.com/Forums/id-ID/silverlightwcf/thread/a74b563e-1df5-456f-b628-a068557f0bb3

Hope it helps anyone else.
Thanks,  Cliff.]]></description>
		<content:encoded><![CDATA[<p>To solve this I basically added the client ID or database ID to the WCF header before making the RIA services call to the server.  At the server end I &#8216;pick-up&#8217; the database ID and lookup the connection string and pass it along to the domain context when instantiating it.<br />
Works like a charm.  Here is a thread from Kyle McClellan (from the RIA services team) explaining in more detail (with code) how this is done.<br />
<a href="http://social.msdn.microsoft.com/Forums/id-ID/silverlightwcf/thread/a74b563e-1df5-456f-b628-a068557f0bb3" rel="nofollow">http://social.msdn.microsoft.com/Forums/id-ID/silverlightwcf/thread/a74b563e-1df5-456f-b628-a068557f0bb3</a></p>
<p>Hope it helps anyone else.<br />
Thanks,  Cliff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically changing the connection string for WCF RIA Services Linq2Entities by mattduffield</title>
		<link>http://mattduffield.wordpress.com/2010/05/20/dynamically-changing-the-connection-string-for-wcf-ria-services-linq2entities/#comment-2477</link>
		<dc:creator><![CDATA[mattduffield]]></dc:creator>
		<pubDate>Tue, 16 Apr 2013 13:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=134#comment-2477</guid>
		<description><![CDATA[Hi Cliff,

The short answer is yes.  Once I authenticate a user, then I present them with a dropdown of business entities that they can perform their work on behalf.  This is a generic solution and it should work for most scenarios where you have two-step authentication where you first authenticate is a separate database that holds the connections to all other databases.  This way you can extend and add as many other databases connections you want in the future without recompile or redeploying. 

Hope that helps,

Matt]]></description>
		<content:encoded><![CDATA[<p>Hi Cliff,</p>
<p>The short answer is yes.  Once I authenticate a user, then I present them with a dropdown of business entities that they can perform their work on behalf.  This is a generic solution and it should work for most scenarios where you have two-step authentication where you first authenticate is a separate database that holds the connections to all other databases.  This way you can extend and add as many other databases connections you want in the future without recompile or redeploying. </p>
<p>Hope that helps,</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically changing the connection string for WCF RIA Services Linq2Entities by Cliff Strass</title>
		<link>http://mattduffield.wordpress.com/2010/05/20/dynamically-changing-the-connection-string-for-wcf-ria-services-linq2entities/#comment-2452</link>
		<dc:creator><![CDATA[Cliff Strass]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 17:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=134#comment-2452</guid>
		<description><![CDATA[Great article Matt. I have implemented this and all works great. One question .. Is there a way to change the connection string per query?  That is I want to create the connection string from a UI drop-down. With this in place the end-user can select which db instance to query against.
Any help would be appreciated, thanks Cliff.]]></description>
		<content:encoded><![CDATA[<p>Great article Matt. I have implemented this and all works great. One question .. Is there a way to change the connection string per query?  That is I want to create the connection string from a UI drop-down. With this in place the end-user can select which db instance to query against.<br />
Any help would be appreciated, thanks Cliff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing Windows 8 &#8211; Documents Library and your developer account type by Scott Nimrod</title>
		<link>http://mattduffield.wordpress.com/2012/10/13/developing-windows-8-documents-library-and-your-developer-account-type/#comment-2445</link>
		<dc:creator><![CDATA[Scott Nimrod]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 04:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=1244#comment-2445</guid>
		<description><![CDATA[There&#039;s also FutureAccessList that you can use that will return a token id when you call it&#039;s Add method.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s also FutureAccessList that you can use that will return a token id when you call it&#8217;s Add method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing Windows 8 &#8211; Documents Library and your developer account type by mattduffield</title>
		<link>http://mattduffield.wordpress.com/2012/10/13/developing-windows-8-documents-library-and-your-developer-account-type/#comment-2444</link>
		<dc:creator><![CDATA[mattduffield]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 03:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=1244#comment-2444</guid>
		<description><![CDATA[You will be presented a listing of all the apps that support that file type.]]></description>
		<content:encoded><![CDATA[<p>You will be presented a listing of all the apps that support that file type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing Windows 8 &#8211; Documents Library and your developer account type by Scott Nimrod</title>
		<link>http://mattduffield.wordpress.com/2012/10/13/developing-windows-8-documents-library-and-your-developer-account-type/#comment-2432</link>
		<dc:creator><![CDATA[Scott Nimrod]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 03:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=1244#comment-2432</guid>
		<description><![CDATA[What if I need other apps to access this file?]]></description>
		<content:encoded><![CDATA[<p>What if I need other apps to access this file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing CodePlus! by Introducing CodePlus! :: Learning</title>
		<link>http://mattduffield.wordpress.com/2013/02/27/introducing-codeplus/#comment-2400</link>
		<dc:creator><![CDATA[Introducing CodePlus! :: Learning]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 11:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=1426#comment-2400</guid>
		<description><![CDATA[[...] Read Matt&#039;s entire article here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Read Matt&#039;s entire article here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing DoodlePad! by Introducing DoodlePad! :: Learning</title>
		<link>http://mattduffield.wordpress.com/2013/02/26/introducing-doodlepad/#comment-2395</link>
		<dc:creator><![CDATA[Introducing DoodlePad! :: Learning]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 22:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://mattduffield.wordpress.com/?p=1416#comment-2395</guid>
		<description><![CDATA[[...] Read Matt&#039;s entire article here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Read Matt&#039;s entire article here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
