<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx</link><description>By Jeremy Meng 
 Visual Studio Async CTP (SP1 Refresh) is available now! You are welcome to download and try it out! 
 Thanks to the new Async feature coming in Visual Basic and C# it has never been so easy to write asynchronous code. With the newly</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10173237</link><pubDate>Fri, 10 Jun 2011 09:11:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10173237</guid><dc:creator>Andrew</dc:creator><description>&lt;p&gt;The problem is, sometimes we want to create the method&lt;/p&gt;
&lt;p&gt;as synchronusly instead of async&lt;/p&gt;
&lt;p&gt;so with the new keyword, we still have to write 2 methods each ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10173237" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10162816</link><pubDate>Tue, 10 May 2011 06:37:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10162816</guid><dc:creator>Max</dc:creator><description>&lt;p&gt;Resharper and other third-party extensions doesn&amp;#39;t support Async keywords and you still get squiggly underlines within Visual Studio and errors within the editor.&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t worry, the code will compile anyway. The new keywords are recognized by the compiler. By the way, you will have no error in Visual Studio.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10162816" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10162733</link><pubDate>Mon, 09 May 2011 23:25:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10162733</guid><dc:creator>Max</dc:creator><description>&lt;p&gt;It took one hour for fully installation. Async CTP works for now.&lt;/p&gt;
&lt;p&gt;To check the installation : &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/lucian/archive/2011/04/13/async-ctp-refresh-installation.aspx"&gt;blogs.msdn.com/.../async-ctp-refresh-installation.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10162733" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10162719</link><pubDate>Mon, 09 May 2011 22:30:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10162719</guid><dc:creator>Max</dc:creator><description>&lt;p&gt;zzz : same problem as you. Setup blocked during NDP40-KB0000002 installation.&lt;/p&gt;
&lt;p&gt;someone else got the same problem ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10162719" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10160303</link><pubDate>Tue, 03 May 2011 07:57:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10160303</guid><dc:creator>Nick</dc:creator><description>&lt;p&gt;&amp;quot;I really don&amp;#39;t think the async pattern is for you. &amp;nbsp;You seem like a single threaded apartment kind of guy.&amp;quot;&lt;/p&gt;
&lt;p&gt;comment of the day.&lt;/p&gt;
&lt;p&gt;In other news, great little article. Shown at such a simple level I could take one look and &amp;quot;get&amp;quot; it. job done, off to overhaul some GUI&amp;#39;s with this now!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10160303" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10158092</link><pubDate>Tue, 26 Apr 2011 11:51:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10158092</guid><dc:creator>JamesMGreene</dc:creator><description>&lt;p&gt;Seems similar to—but less cool than—Reactive Extensions (Rx). &amp;nbsp;Built in keywords are kind of cool, but I dislike having to permanently change methods to be async... usually that choice is left up to the caller rather than the callee.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10158092" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10157941</link><pubDate>Tue, 26 Apr 2011 01:53:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10157941</guid><dc:creator>yyy</dc:creator><description>&lt;p&gt;Way Cool &amp;nbsp;- Good Info Chef - but to try it - it has to be installed.&lt;/p&gt;
&lt;p&gt;Yeah - play by play is perhaps neurotic - but apparently nobody else stopped by at all until now.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10157941" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10157940</link><pubDate>Tue, 26 Apr 2011 01:48:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10157940</guid><dc:creator>Chief Scientist</dc:creator><description>&lt;p&gt;@zzz @yyy .... NO comments, because, people, this site&amp;#39;s comments are meant to comment on the article, not the install of the CTP. &amp;nbsp; Use connect or some other avenue to enter comments on the CTP, not article comments.&lt;/p&gt;
&lt;p&gt;Async is a great idea, guys. &amp;nbsp;Thanks for the update.&lt;/p&gt;
&lt;p&gt;-e&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10157940" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10157939</link><pubDate>Tue, 26 Apr 2011 01:47:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10157939</guid><dc:creator>zzzPrime</dc:creator><description>&lt;p&gt;Dude...what&amp;#39;s wrong with you? &amp;nbsp;Why are you giving everyone a play by play update on your installation. Is it really worth spamming a comment board with messages that no one cares about to say that it took 26 minutes to install the CTP? &amp;nbsp;What if people had real questions or concerns that weren&amp;#39;t noticed because of your constant updates? &amp;nbsp;I really don&amp;#39;t think the async pattern is for you. &amp;nbsp;You seem like a single threaded apartment kind of guy.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10157939" width="1" height="1"&gt;</description></item><item><title>re: Async CTP (SP1 Refresh)</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2011/04/13/async-ctp-sp1-refresh.aspx#10157935</link><pubDate>Tue, 26 Apr 2011 01:24:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10157935</guid><dc:creator>yyy</dc:creator><description>&lt;p&gt;10 days later and no feedback on the above install?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10157935" width="1" height="1"&gt;</description></item></channel></rss>