Visual Studio / .NET Framework

LTH24 Asynchronous Debugging in .NET

03/13/2014

1:30pm - 2:45pm

Level: Intermediate

Jason Bock

MVP (C#)

Practice Lead

Magenic

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