More on Async, Win8, and C#

added by rcash
9/21/2011 1:48:59 PM

206 Views

Let's talk async features in C# 5.0. In C# and async, you’ll never write another callback. Also all the languages (C++/C#/VB.NET/F#/Javascript) all support this construct.


1 comments

dpeterson
9/22/2011 8:30:19 AM
This is great, async code usually looks pretty ugly and is more difficult to maintain (bouncing around the code file makes it easy to lose track of what you're looking at). I'm all for being more lazy, this should do the trick ;-)