Speakers: Christophe Nasarre, Kevin Gosse

Level: 400

Times have changed. Multi-core CPUs have become the norm and multi-threading has been replaced by asynchronous programming. You think you know everything about async/await… until something goes wrong. While debugging synchronous code can be straightforward, investigating an asynchronous deadlock or race condition proves to be surprisingly tricky. In this talk, follow us through real-life examples and investigations to cover the main asynchronous code patterns that can go wrong. You will tumble on deadlock and understand the reasons behind ThreadPool thread starvation. In addition to WinDBG magic to follow async/await chains, Visual Studio goodies won’t be forgotten to quickly analyze hundreds of call stacks or tasks status.