VSH12 Asynchronous Debugging in .NET

11/20/2014

11:00am - 12:15pm

Level: Intermediate

Jason Bock

MVP (C#)

Practice Lead

Magenic

See how you can use tools in Visual Studio 2013 that help you find issues in your async code.

Writing programs with asynchronous code has become easier with recent changes in .NET, such as the async and await keywords in C# and VB. However, they do not eliminate issues that arise with asynchronous programming. Debugging asynchronous code can also be a difficult endeavor. In this session, you'll see how you can use tools in Visual Studio 2013 that help you find issues in your async code.

You will learn:

  • Understand the difficulties that can occur with asynchronous code
  • Gain insight into asynchronous code to eliminate common bugs
  • See how tools in VS 2013 assist you in finding code issues