Overview
Explore the intricacies of async/await in .NET with this informative conference talk. Delve into how the .NET compiler transforms async methods into classes and learn about the hidden try/catch blocks that can potentially mask exceptions. Gain valuable insights on optimizing async code in C# by analyzing the compilation process. Follow along as the speaker demonstrates practical improvements to an existing application, showcasing enhanced performance, more effective exception handling, faster run-time speeds, and reduced app size. Acquire the knowledge to leverage async/await more efficiently in your .NET projects and avoid common pitfalls.
Syllabus
Correcting Common Async/Await Mistakes in .NET - Brandon Minnick
Taught by
NDC Conferences