Level: Intermediate
Programming with asynchronous code has become easier with recent changes in .NET, such as the async and await keywords in C# and VB. However, they don't eliminate all issues that arise with asynchronous programming. Debugging asynchronous code can also be a difficult endeavor. In this session, you'll get a number of tips to make asynchronous coding easier and you'll see how you can use tools in Visual Studio that help you find issues in your code.
You will learn:
- The difficulties that can occur with asynchronous code
- Insight into asynchronous code to eliminate common bugs
- How tools in Visual Studio assist you in finding code issues