<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by ScottKFraley</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/ScottKFraley/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by ScottKFraley</title>
		<link>http://channel9.msdn.com/Niners/ScottKFraley/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/ScottKFraley/Discussions</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 09:40:21 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 09:40:21 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Introduction To WF4 &gt; Exercise 6 &gt; Task 1 – Write the Test To Verify Background Thread</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread#c96a9544528bf4c278fa5a1160133cd6b">JohnAskew</a>:Of course. &nbsp;But.. {see my response to @wkempf}</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread/6b270b2646c24696b614a1170109fc65#6b270b2646c24696b614a1170109fc65</link>
		<pubDate>Wed, 28 Nov 2012 16:08:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread/6b270b2646c24696b614a1170109fc65#6b270b2646c24696b614a1170109fc65</guid>
		<dc:creator>ScottKFraley</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ScottKFraley/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Introduction To WF4 &gt; Exercise 6 &gt; Task 1 – Write the Test To Verify Background Thread</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread#c972c6f9e41b24fbfad58a11601365477">wkempf</a>:The test(s) were provided by the person who wrote the tutorial. &nbsp;Changing to Console.WriteLine allowed me to compile and run the test no problem.</p><p>&nbsp;</p><p>Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread/3f17ba2e1fcf47c8b687a1170109a056#3f17ba2e1fcf47c8b687a1170109a056</link>
		<pubDate>Wed, 28 Nov 2012 16:07:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread/3f17ba2e1fcf47c8b687a1170109a056#3f17ba2e1fcf47c8b687a1170109a056</guid>
		<dc:creator>ScottKFraley</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ScottKFraley/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Introduction To WF4 &gt; Exercise 6 &gt; Task 1 – Write the Test To Verify Background Thread</title>
		<description><![CDATA[<p>I did a search and found nothing on this topic, so hoping it's cool to start this thread here.</p><p>So, the problem is that the newly added test doesn't compile due to the following two lines of code [in the test];</p><p><pre class="brush: csharp">TestContext.WriteLine(&quot;Test thread is {0}&quot;, Thread.CurrentThread.ManagedThreadId);
TestContext.WriteLine(&quot;Activity thread is {0}&quot;, activityThread);
</pre></p><p>I'm going to simply switch TextContext to Console and hope that fixes the issue. &nbsp;Will it?&nbsp;</p><p>&nbsp;</p><p>-Scott</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread/1dc58765c9224808a54fa116011b4ddf#1dc58765c9224808a54fa116011b4ddf</link>
		<pubDate>Tue, 27 Nov 2012 17:11:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Introduction-To-WF4--Exercise-6--Task-1--Write-the-Test-To-Verify-Background-Thread/1dc58765c9224808a54fa116011b4ddf#1dc58765c9224808a54fa116011b4ddf</guid>
		<dc:creator>ScottKFraley</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ScottKFraley/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>