<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Async CTP</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Async CTP</description>
  <pubDate>Wed, 29 Jul 2026 12:23:36 -700</pubDate>
  <lastBuildDate>Mon, 13 Dec 2010 16:17:46 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2304</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Async CTP : Markus;Sorry but we don&amp;#039;t...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9393#9393</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2304<br /><strong>Posted:</strong> 13-Dec-2010 at 4:17pm<br /><br /><div style=": rgb255, 255, 255; margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; font-weight: normal; font-size: 12px; line-height: 1.4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; -: n&#111;ne; ">Markus;<div><br></div><div>Sorry but we don't currently have Async CTP example since it is a technology preview. For now, I can only recommend using Coroutines.</div></div>]]>
   </description>
   <pubDate>Mon, 13 Dec 2010 16:17:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9393#9393</guid>
  </item> 
  <item>
   <title>Async CTP : I am still trying to get the async...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9379#9379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=945" rel="nofollow">mseeli</a><br /><strong>Subject:</strong> 2304<br /><strong>Posted:</strong> 13-Dec-2010 at 6:23am<br /><br /><div style=": rgb255, 255, 255; margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; font-weight: normal; font-size: 12px; line-height: 1.4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; -: n&#111;ne; ">I am still trying to get the async CTP to work with DevForce.<div><br></div><div>I want to do something like this:</div><div><br></div><div>public async void GetCustomers()</div><div>{</div><div><br></div><div>&nbsp;&nbsp; &nbsp; var query = Manager.GetQuery&lt;Customer&gt;().Where(x=&gt;x.Name == "Miller");</div><div><br></div><div>&nbsp;&nbsp; &nbsp; var result = await query.ExecuteAsync();</div><div><br></div><div>&nbsp;&nbsp; &nbsp; Console.WriteLine(result.Result.Count().ToString());&nbsp;</div><div><br></div><div>}</div><div><br></div><div>It keeps complaining that Customer does not contain a definition for GetAwaiter</div><div><br></div><div>Could you give me a working example of getting customers async using the new async CTP</div><div><br></div><div>Thanx&nbsp;</div><div>Markus Seeli</div></div>]]>
   </description>
   <pubDate>Mon, 13 Dec 2010 06:23:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9379#9379</guid>
  </item> 
  <item>
   <title>Async CTP : See:http://www.ideablade.com/f...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9123#9123</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 2304<br /><strong>Posted:</strong> 15-Nov-2010 at 1:35pm<br /><br />See:<br><br>http://www.ideablade.com/forum/forum_posts.asp?TID=2262&amp;title=help-for-vb-programmers<br><br><br>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 13:35:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9123#9123</guid>
  </item> 
  <item>
   <title>Async CTP : What are your plans for support...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9110#9110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=945" rel="nofollow">mseeli</a><br /><strong>Subject:</strong> 2304<br /><strong>Posted:</strong> 15-Nov-2010 at 1:55am<br /><br />What are your plans for support of the Async CTP from Microsoft?<div>Will it replace your coroutines?</div><div>Is it possible to use the Async CTP with the current version auf DevForce?</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 01:55:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2304&amp;PID=9110#9110</guid>
  </item> 
 </channel>
</rss>