<?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>Comment Feed for Channel 9 - Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/5ff7/4d52f843-9872-4145-864e-9f53014c5ff7/wpmgojs6_100_ch9.jpg</url>
		<title>Channel 9 - Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
		<link></link>
	</image>
	<description>CODE for this SESSION SLIDES for this SESSION Microsoft MVPs Rob Miles and Andy Wigley are back! The &amp;quot;Building Applications for Windows Phone &amp;quot;Mango&amp;quot; Jump Start&amp;quot; was hosted by Microsoft Learning as a follow-up to last year&#39;s Windows Phone 7 Jump Start sessions. Mobile application developers rave about the fast-paced, demo-rich, real-world and often-times humorous approach Rob and Andy use to deliver this timely content. Now that &amp;quot;Mango&amp;quot; has made such a huge splash in the industry, we&#39;ve asked them to put together another great course. This course is specially tailored for developers looking to build cool applications and games for the new Windows Phone Mango Platform. In module six, Rob leads a valuable session on multi-tasking and background tasks. After starting off with some essential information on Windows Phone Task Management, Rob shows options for multi-tasking with Background Agents, how to create tasks in Visual Studio, File Transfer tasks, Background Notifications and background music playback tasks. Mango Jump Start (01): Building Windows Phone Apps with Visual Studio 2010 Mango Jump Start (02): Silverlight on Windows Phone—Introduction Mango Jump Start (03): Silverlight on Windows Phone—Advanced Mango Jump Start (04): Using Expression to Build Windows Phone Interfaces Mango Jump Start (05): Windows Phone Fast Application Switching Mango Jump Start (06): Windows Phone Multi-tasking &amp;amp; Background Tasks &amp;lt; YOU ARE HERE Mango Jump Start (07): Using Windows Phone Resources (Bing Maps, Camera, etc.) Mango Jump Start (08a): Application Data Storage on Windows Phone | Part 1 Mango Jump Start (08b): Application Data Storage on Windows Phone | Part 2 Mango Jump Start (09): Using Networks with Windows Phone Mango Jump Start (10): Tiles &amp;amp; Notifications on Windows Phone Mango Jump Start (11a): XNA for Windows Phone | Part 1 Mango Jump Start (11b): XNA for Windows Phone | Part 2 Mango Jump Start (12): Selling a Windows Phone Application </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 21:06:40 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 21:06:40 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
		<description>
			<![CDATA[you guys are awesome, and one quesiton, where can I find the code which you demo&#39;ed in the video&#63;<p>posted by richard</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634510033650723806</link>
		<pubDate>Wed, 07 Sep 2011 14:42:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634510033650723806</guid>
		<dc:creator>richard</dc:creator>
	</item>
	<item>
		<title>Re: Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
		<description>
			<![CDATA[ <p>Hi Richard,</p><p>Code is available now at <span><a href="http://borntolearn.mslearn.net/wpmango/m/mediagallery/default.aspx">http://borntolearn.mslearn.net/wpmango/m/mediagallery/default.aspx</a></span>. I'll get direct links on all the posts presently.</p><p>posted by ptaavs</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634510087460157389</link>
		<pubDate>Wed, 07 Sep 2011 16:12:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634510087460157389</guid>
		<dc:creator>ptaavs</dc:creator>
	</item>
	<item>
		<title>Re: Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
		<description>
			<![CDATA[I&#39;m going to write car video recorder. I want to record video at the background agent. But calling<br>new CaptureSource&#40;&#41; &#123; VideoCaptureDevice &#61; CaptureDeviceConfiguration.GetDefaultVideoCaptureDevice&#40;&#41; &#125;&#59;<br>causes the exception &#58; Invalid cross-thread access.<br>How could i find the thread where i can run it&#63;<p>posted by jinek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634512558079702374</link>
		<pubDate>Sat, 10 Sep 2011 12:50:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634512558079702374</guid>
		<dc:creator>jinek</dc:creator>
	</item>
	<item>
		<title>Re: Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
		<description>
			<![CDATA[Can I employ background task to, say take a screenshot of the currently running application&#63;<p>posted by wp7agile</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634512739919446228</link>
		<pubDate>Sat, 10 Sep 2011 17:53:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634512739919446228</guid>
		<dc:creator>wp7agile</dc:creator>
	</item>
	<item>
		<title>Re: Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
		<description>
			<![CDATA[Can you take a screenshot from the foreground application&#63;<br>Here is the list of unsupported api&#39;s <br>http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;hh202962&#40;v&#61;vs.92&#41;.aspx<p>posted by jinek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634513087795577179</link>
		<pubDate>Sun, 11 Sep 2011 03:32:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634513087795577179</guid>
		<dc:creator>jinek</dc:creator>
	</item>
	<item>
		<title>Re: Mango Jump Start (06): Windows Phone Multi-tasking &amp; Background Tasks</title>
		<description>
			<![CDATA[<p>Loving these videos since I discovered them. A fun and entertaining way of answering the questions I have. Shortened my learning curve cause all I need to do is watch the video of the feature I'm&nbsp;interested&nbsp;in and I'm already familiar. Thank you for taking the time to do this.</p><p>posted by Fabulous_Fadz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634535820398649565</link>
		<pubDate>Fri, 07 Oct 2011 11:00:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Mango-Jump-Start/Mango-Jump-Start-06-Windows-Phone-Multi-tasking--Background-Tasks#c634535820398649565</guid>
		<dc:creator>Fabulous_Fadz</dc:creator>
	</item>
</channel>
</rss>