<?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 Doors</title>
	<atom:link href="http://lostechies.com/mokhan/2008/11/04/opening-doors/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/mokhan/2008/11/04/opening-doors/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Tue, 12 May 2009 07:06:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Mo</title>
		<link>http://lostechies.com/mokhan/2008/11/04/opening-doors/#comment-39</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Tue, 04 Nov 2008 21:50:24 +0000</pubDate>
		<guid isPermaLink="false">/blogs/mokhan/archive/2008/11/04/opening-doors.aspx#comment-39</guid>
		<description>That&#039;s an awesome use for thread local storage. Thanks Jonathan! </description>
		<content:encoded><![CDATA[<p>That&#8217;s an awesome use for thread local storage. Thanks Jonathan! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://lostechies.com/mokhan/2008/11/04/opening-doors/#comment-38</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 04 Nov 2008 20:48:03 +0000</pubDate>
		<guid isPermaLink="false">/blogs/mokhan/archive/2008/11/04/opening-doors.aspx#comment-38</guid>
		<description>I do the same thing and have an implementation for HttpContext as well as thread local storage (if it&#039;s not a web app):

var slot = Thread.GetNamedDataSlot(slotName);
var content = (T)Thread.GetData(slot);
</description>
		<content:encoded><![CDATA[<p>I do the same thing and have an implementation for HttpContext as well as thread local storage (if it&#8217;s not a web app):</p>
<p>var slot = Thread.GetNamedDataSlot(slotName);<br />
var content = (T)Thread.GetData(slot);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
