What is async and await and when would you use these in windows development?

前端 未结 2 913
天涯浪人
天涯浪人 2020-12-09 11:39

I have always seen the keywords async used in Silverlight but was wondering if there is someone with a dummy\'s explanation of what it is and when to use it and its benefits

相关标签:
2条回答
  • 2020-12-09 11:40

    Start with my introductory article in MSDN magazine.

    And then read the papers on the async CTP site.

    And then read these fifteen articles:.

    If you still have questions after all that, try asking at the async forum.

    0 讨论(0)
  • 2020-12-09 11:53

    Have a look at this blog post, it gives a nice introduction and explanation of what async and await are.

    If you want to really understand it, have a look at Jon Skeet's series on async and await

    0 讨论(0)
提交回复
热议问题