<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MyVBProf.com : Async, Windows RT</title><link>http://msmvps.com/blogs/burrows/archive/tags/Async/Windows+RT/default.aspx</link><description>Tags: Async, Windows RT</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>WinRT Async Tutorial</title><link>http://msmvps.com/blogs/burrows/archive/2012/06/30/winrt-async-tutorial.aspx</link><pubDate>Sat, 30 Jun 2012 19:53:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1812076</guid><dc:creator>Burrows</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/burrows/rsscomments.aspx?PostID=1812076</wfw:commentRss><comments>http://msmvps.com/blogs/burrows/archive/2012/06/30/winrt-async-tutorial.aspx#comments</comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;Segoe UI&amp;#39;,&amp;#39;sans-serif&amp;#39;;line-height:115%;"&gt;WinRT applications, available on both Windows 8 and Windows RT operating systems, make extensive use of asynchronous programming concepts. In fact, with WinRT, Microsoft has followed a simple rule: if an API is expected to take more than 50 milliseconds to run, the API is asynchronous. The rationale behind this decision was to make user experience fluid and not hang or block the UI while an operation is being completed.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;Segoe UI&amp;#39;,&amp;#39;sans-serif&amp;#39;;line-height:115%;"&gt;&lt;a href="http://www.myvbprof.com/myVBProf2012/Tutorials/WinRT_Async.aspx" target="_blank"&gt;In this tutorial&lt;/a&gt;, we create two simple applications that demonstrate the use of asynchronous programming using direct API calls as well as writing custom methods that are asynchronous.&lt;span&gt;&amp;#160; &lt;/span&gt;We discuss the ‘Await” keyword and how it is used. We also demonstrate the concepts of an asynchronous ‘task’ and how we use tasks to implement asynchronous activities.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1812076" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/burrows/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://msmvps.com/blogs/burrows/archive/tags/WinRT/default.aspx">WinRT</category><category domain="http://msmvps.com/blogs/burrows/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://msmvps.com/blogs/burrows/archive/tags/Async/default.aspx">Async</category></item></channel></rss>