<?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: Extending WCF InstanceContext to store custom state</title>
	<atom:link href="http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/</link>
	<description>Developer.Speaker.Blogger</description>
	<lastBuildDate>Fri, 12 Mar 2010 18:33:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pedro</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/comment-page-1/#comment-3288</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Wed, 29 Jul 2009 01:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=225#comment-3288</guid>
		<description>Is there a way to use extensions on the client side?</description>
		<content:encoded><![CDATA[<p>Is there a way to use extensions on the client side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly microsoft oriented crumbs #6 - ASP.net MVC Preview 3 - Service Endpoint</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/comment-page-1/#comment-640</link>
		<dc:creator>Weekly microsoft oriented crumbs #6 - ASP.net MVC Preview 3 - Service Endpoint</dc:creator>
		<pubDate>Sun, 01 Jun 2008 04:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=225#comment-640</guid>
		<description>[...] to make your LINQ span the globe, linq extensions that make a link query run on multiple machines Dan Rigsby - Extending WCF InstanceContext to store custom state, WCF [...]</description>
		<content:encoded><![CDATA[<p>[...] to make your LINQ span the globe, linq extensions that make a link query run on multiple machines Dan Rigsby &#8211; Extending WCF InstanceContext to store custom state, WCF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - May 25, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/comment-page-1/#comment-617</link>
		<dc:creator>Dew Drop - May 25, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Sun, 25 May 2008 15:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=225#comment-617</guid>
		<description>[...] Extending WCF InstanceContext to Store Custom State (Dan Rigsby) - Part 2 in Dan&#8217;s series on WCF InstanceContext. [...]</description>
		<content:encoded><![CDATA[<p>[...] Extending WCF InstanceContext to Store Custom State (Dan Rigsby) &#8211; Part 2 in Dan&#8217;s series on WCF InstanceContext. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/comment-page-1/#comment-614</link>
		<dc:creator>Dan Rigsby</dc:creator>
		<pubDate>Sun, 25 May 2008 03:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=225#comment-614</guid>
		<description>&lt;p&gt;Making a Singe instance isnt always the best option, but sometimes it is (this might be a good future article itself).Â  As this article noted, these extensions are most useful for PerCall or PerSession.Â Â  Of course its always easy to store these values in local fields on the object itself too, but this allows you to bury potentially complex logic (depending on what you are doing) into reusable component.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Making a Singe instance isnt always the best option, but sometimes it is (this might be a good future article itself).Â  As this article noted, these extensions are most useful for PerCall or PerSession.Â Â  Of course its always easy to store these values in local fields on the object itself too, but this allows you to bury potentially complex logic (depending on what you are doing) into reusable component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnon Rotem-Gal-Oz</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/comment-page-1/#comment-613</link>
		<dc:creator>Arnon Rotem-Gal-Oz</dc:creator>
		<pubDate>Sun, 25 May 2008 00:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=225#comment-613</guid>
		<description>Yes, you can use InstanceContext to store state - but it is easier to mark the service withÂ  [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)] and achieve the same effect
Â 
Arnon</description>
		<content:encoded><![CDATA[<p>Yes, you can use InstanceContext to store state &#8211; but it is easier to mark the service withÂ  [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)] and achieve the same effect<br />
Â<br />
Arnon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rigsby &#187; Understanding InstanceContext in WCF</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/05/24/extending-wcf-instancecontext-to-store-custom-state/comment-page-1/#comment-612</link>
		<dc:creator>Dan Rigsby &#187; Understanding InstanceContext in WCF</dc:creator>
		<pubDate>Sat, 24 May 2008 16:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=225#comment-612</guid>
		<description>[...] Clarkin       &#171; XNA Game Studio 3.0 CTP, no 64-Bit support (yet) Extending WCF InstanceContext to store custom state [...]</description>
		<content:encoded><![CDATA[<p>[...] Clarkin       &laquo; XNA Game Studio 3.0 CTP, no 64-Bit support (yet) Extending WCF InstanceContext to store custom state [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
