<?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 - Asynchronous Programming for C++ Developers: PPL Tasks and Windows 8</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/f638/01a028b0-7e8c-4a2e-a7e2-9f910151f638/PPLWinRTAsync_100_ch9.jpg</url>
		<title>Channel 9 - Asynchronous Programming for C++ Developers: PPL Tasks and Windows 8</title>
		<link></link>
	</image>
	<description>The Parallel Patterns Library (PPL) provides a task-based asynchrony model that can make working with asynchronous APIs much easier for C&amp;#43;&amp;#43; programmers. Asynchronous APIs are pervasive in the &amp;quot;Windows 8&amp;quot; Windows Runtime (WinRT). Potentially long-running operations—like file and network I/O—are typically exposed through some asynchronous pattern. Here, we meet&amp;nbsp;software engineer and&amp;nbsp;ConCRT/PPL team&amp;nbsp;member Genevieve Fernandes and&amp;nbsp;ConCRT/PPL team member Rahul Patil (lead program manager—you&#39;ve met him before).&amp;nbsp;The goal here is to explain how this stuff works and why it&#39;s designed the way it is. This conversation includes whiteboarding and a code demo. You&#39;ll see how you can use C&amp;#43;&amp;#43;/CX plus PPL Tasks to produce asynchronous operations that JavaScript or C#/VB can consume in very natural ways (from their perspectives) on &amp;quot;Windows 8.&amp;quot; Watch and learn!&amp;nbsp; Get the latest PPL to experiment with writing asynchronous code for &amp;quot;Windows 8&amp;quot; Metro style applications. Don&#39;t forget to provide feedback to the PPL team! They want to hear from you, so please write some code and see if you find this comfortable/useful/etc.See the BUILD sessions on WinRT to get more information about asynchrony in &amp;quot;Windows 8.&amp;quot; </description>
	<link></link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 00:13:40 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 00:13:40 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Asynchronous Programming for C++ Developers: PPL Tasks and Windows 8</title>
		<description>
			<![CDATA[<p>'then' is the word !</p><p>posted by felix9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8#c634567046902433396</link>
		<pubDate>Sat, 12 Nov 2011 14:24:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8#c634567046902433396</guid>
		<dc:creator>felix9</dc:creator>
	</item>
	<item>
		<title>Re: Asynchronous Programming for C++ Developers: PPL Tasks and Windows 8</title>
		<description>
			<![CDATA[<p>Deja Vu? Looks very much like the async API model of the Javascript userland in <a href="https://developer.palm.com/content/api/reference/javascript-libraries/foundations/foundations-control-future.html" target="_blank">webOS</a>. Perhaps, not an uncommon thing after all, seeing the pattern is <a href="http://en.wikipedia.org/wiki/Promise_%28programming%29" target="_blank">widely recognized</a>.</p><p>posted by mandark</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8#c634567483132058846</link>
		<pubDate>Sun, 13 Nov 2011 02:31:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8#c634567483132058846</guid>
		<dc:creator>mandark</dc:creator>
	</item>
	<item>
		<title>Re: Asynchronous Programming for C++ Developers: PPL Tasks and Windows 8</title>
		<description>
			<![CDATA[<p>Asynchrony jobs widely used modern programming. It's really useful to have this library in C&#43;&#43;. We used it in java before and it was very happy experince at the client side.&nbsp;<a title="c" href="http://www.webmastersitesi.com/net-programciligi/139248-c-de-kelime-boyu-bulan-program.htm"><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></a> Thanks for the video real educative to me.&nbsp;</p><p>posted by leonardok</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8#c634568441200164487</link>
		<pubDate>Mon, 14 Nov 2011 05:08:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Asynchronous-Programming-for-C-Developers-PPL-Tasks-and-Windows-8#c634568441200164487</guid>
		<dc:creator>leonardok</dc:creator>
	</item>
</channel>
</rss>