<?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"
	>
<channel>
	<title>Comments on: Testing TempData in ASP.NET MVC Preview 4</title>
	<atom:link href="http://mhinze.com/testing-tempdata-in-aspnet-mvc-preview-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhinze.com/testing-tempdata-in-aspnet-mvc-preview-4/</link>
	<description>Matt Hinze, learning in public</description>
	<pubDate>Fri, 21 Nov 2008 05:26:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Zuhaib &#124; ASP.NET MVC Preview 4 Released</title>
		<link>http://mhinze.com/testing-tempdata-in-aspnet-mvc-preview-4/#comment-49</link>
		<dc:creator>Zuhaib &#124; ASP.NET MVC Preview 4 Released</dc:creator>
		<pubDate>Fri, 18 Jul 2008 06:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/?p=47#comment-49</guid>
		<description>[...] Finally TempData is test-friendly by Matt Hinze [...]</description>
		<content:encoded><![CDATA[<p>[...] Finally TempData is test-friendly by Matt Hinze [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - July 17, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://mhinze.com/testing-tempdata-in-aspnet-mvc-preview-4/#comment-45</link>
		<dc:creator>Dew Drop - July 17, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Thu, 17 Jul 2008 16:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/?p=47#comment-45</guid>
		<description>[...] Testing TempData in ASP.NET MVC Preview 4 (Matt Hinze) [...]</description>
		<content:encoded><![CDATA[<p>[...] Testing TempData in ASP.NET MVC Preview 4 (Matt Hinze) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mhinze.com/testing-tempdata-in-aspnet-mvc-preview-4/#comment-44</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 17 Jul 2008 16:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/?p=47#comment-44</guid>
		<description>Oh yeah.  That's sort of what I was going for and I missed the boat.  I'll update my post.</description>
		<content:encoded><![CDATA[<p>Oh yeah.  That&#039;s sort of what I was going for and I missed the boat.  I&#039;ll update my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Scheirman</title>
		<link>http://mhinze.com/testing-tempdata-in-aspnet-mvc-preview-4/#comment-42</link>
		<dc:creator>Ben Scheirman</dc:creator>
		<pubDate>Thu, 17 Jul 2008 16:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/?p=47#comment-42</guid>
		<description>Also note that if you just want to test a controller that _uses_ temp data, you don't even have to do this.  You can just say controller.TempData = new TempDataDictionary();  &#60;-- note no httpcontext parameter in constructor.  Previously we had to provide this all mocked out.</description>
		<content:encoded><![CDATA[<p>Also note that if you just want to test a controller that _uses_ temp data, you don&#039;t even have to do this.  You can just say controller.TempData = new TempDataDictionary();  &lt;&#8211; note no httpcontext parameter in constructor.  Previously we had to provide this all mocked out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
