Visual Studio / .NET

TH20 Async and Await Best Practices

06/04/2015

3:00pm - 4:15pm

Level: Introductory to Intermediate

Mark Rosenberg

Technical Instructor

New Horizons

You know about the new keywords Async and Await, but how do you use them. In this talk, Mark Rosenberg will go through Asynchronous programming and explain Microsoft best practices for writing asynchronous code with async and await. When you walk out of this session, you'll know how Microsoft intended these new keywords and how you can use them correctly in your code.

You will learn:

  • About asynchronous programming
  • Best practices for using async and await keywords
  • Design patterns to use for Asynchronous programming