<?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: ASP.NET MVC: Do You Know Where Your TempData Is?</title>
	<atom:link href="http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/</link>
	<description>Reflections on technology and web development</description>
	<lastBuildDate>Tue, 24 Jan 2012 15:20:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: When to use ViewBag, ViewData, or TempData in ASP.NET MVC 3 applications &#171; Chandara</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-2010</link>
		<dc:creator>When to use ViewBag, ViewData, or TempData in ASP.NET MVC 3 applications &#171; Chandara</dc:creator>
		<pubDate>Fri, 12 Aug 2011 06:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-2010</guid>
		<description>[...] Greg shackles has a very comprehensive blog post that covers just about everything you need to know about TempData. [...]</description>
		<content:encoded><![CDATA[<p>[...] Greg shackles has a very comprehensive blog post that covers just about everything you need to know about TempData. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David M</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-947</link>
		<dc:creator>David M</dc:creator>
		<pubDate>Fri, 31 Dec 2010 01:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-947</guid>
		<description>From what I can tell with my testing of this, you don&#039;t actually need to remove the collection in order to prevent other requests from getting your TempData (granted, you may have threading issues but that&#039;s another problem).  PossiblySaveTempData only passes values in if they have been actively set by the request.  Therefore, as long as you save an empty (or delete) collection, you shouldn&#039;t need that code.</description>
		<content:encoded><![CDATA[<p>From what I can tell with my testing of this, you don&#8217;t actually need to remove the collection in order to prevent other requests from getting your TempData (granted, you may have threading issues but that&#8217;s another problem).  PossiblySaveTempData only passes values in if they have been actively set by the request.  Therefore, as long as you save an empty (or delete) collection, you shouldn&#8217;t need that code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanigainathan</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-403</link>
		<dc:creator>Thanigainathan</dc:creator>
		<pubDate>Wed, 04 Aug 2010 18:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-403</guid>
		<description>The article is very nice. One things is like how we can use TempDataProvider without the session objects ?

Because in some companies they used to restrict the session.

Thanks,
Thani</description>
		<content:encoded><![CDATA[<p>The article is very nice. One things is like how we can use TempDataProvider without the session objects ?</p>
<p>Because in some companies they used to restrict the session.</p>
<p>Thanks,<br />
Thani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-311</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Wed, 21 Jul 2010 02:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-311</guid>
		<description>[...] to VoteASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles (7/14/2010)Wednesday, July 14, 2010 from GregYou might have noticed that I said that TempData is kept in the [...]</description>
		<content:encoded><![CDATA[<p>[...] to VoteASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles (7/14/2010)Wednesday, July 14, 2010 from GregYou might have noticed that I said that TempData is kept in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Berens</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-285</link>
		<dc:creator>Eric Berens</dc:creator>
		<pubDate>Sat, 17 Jul 2010 01:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-285</guid>
		<description>It&#039;s good to point out that if your site does not use Session at all and you remove the Session Http Module, then you also need to override the default TempDataProvider so it removes the dependency otherwise you will get exceptions thrown.</description>
		<content:encoded><![CDATA[<p>It&#8217;s good to point out that if your site does not use Session at all and you remove the Session Http Module, then you also need to override the default TempDataProvider so it removes the dependency otherwise you will get exceptions thrown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles - asp</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-254</link>
		<dc:creator>ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles - asp</dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-254</guid>
		<description>[...] resztę artykułu: ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles      Tags: are-not, asp, look-at-some, meaning-you, might-have, mvc, net, source, the-session, [...]</description>
		<content:encoded><![CDATA[<p>[...] resztę artykułu: ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles      Tags: are-not, asp, look-at-some, meaning-you, might-have, mvc, net, source, the-session, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by AdrianLogan</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-253</link>
		<dc:creator>Twitted by AdrianLogan</dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-253</guid>
		<description>[...] This post was Twitted by AdrianLogan [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by AdrianLogan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #643</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-250</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #643</dc:creator>
		<pubDate>Thu, 15 Jul 2010 07:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-250</guid>
		<description>[...] ASP.NET MVC: Do You Know Where Your TempData Is? - Greg Shackles explores the ASP.NET MVC TempData feature looking at its implementation, and also showing how you can, via an extensibility point, implement your own TempData Provider to allow you to store TempData where ever you want. [...]</description>
		<content:encoded><![CDATA[<p>[...] ASP.NET MVC: Do You Know Where Your TempData Is? &#8211; Greg Shackles explores the ASP.NET MVC TempData feature looking at its implementation, and also showing how you can, via an extensibility point, implement your own TempData Provider to allow you to store TempData where ever you want. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles -- Topsy.com</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-246</link>
		<dc:creator>Tweets that mention ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles -- Topsy.com</dc:creator>
		<pubDate>Thu, 15 Jul 2010 04:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-246</guid>
		<description>[...] This post was mentioned on Twitter by Greg Shackles, Larry King. Larry King said: ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles http://bit.ly/9Kq20A #MVC [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Greg Shackles, Larry King. Larry King said: ASP.NET MVC: Do You Know Where Your TempData Is? « Greg Shackles <a href="http://bit.ly/9Kq20A" rel="nofollow">http://bit.ly/9Kq20A</a> #MVC [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.gregshackles.com/2010/07/asp-net-mvc-do-you-know-where-your-tempdata-is/comment-page-1/#comment-245</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Thu, 15 Jul 2010 04:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gregshackles.com/?p=251#comment-245</guid>
		<description>&lt;strong&gt;ASP.NET MVC: Do You Know Where Your TempData Is?...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>ASP.NET MVC: Do You Know Where Your TempData Is?&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.gregshackles.com @ 2012-02-05 12:29:35 -->
