Video: C# 5 Async CTP in Action
Join the DZone community and get the full member experience.
Join For FreeI've recently started playing with the new C# Async CTP which introduces the new keywords async and await.
Here
I talk a bit about what this means and I demonstrate how to use
it. I am frequently calling it C# 5 CTP, but it is called Async CTP,
you can download the CTP here: http://msdn.microsoft.com/en-us/vstudio/gg316360
You can download the entire Solution here: http://filipekberg.se/AsyncDemo.zip
or just look at the cs file here: http://pastebin.com/wTSnZnmQ
Download
Opinions expressed by DZone contributors are their own.
Comments