Overview
Explore the intricacies of async/await in C# and learn how to optimize your code in this comprehensive conference talk from NDC Porto 2023. Discover how the .NET compiler transforms async methods into classes and adds hidden try/catch blocks that can potentially mask exceptions. Analyze the compilation process of async code in .NET to gain a deeper understanding of its inner workings. Follow along as the speaker demonstrates practical optimization techniques on an existing application, showcasing improvements in performance, exception handling, runtime speed, and application size. Gain valuable insights into correcting common async/await mistakes and enhancing your .NET 8 development skills.
Syllabus
Correcting Common Async/Await Mistakes in .NET 8 - Brandon Minnick - NDC Porto 2023
Taught by
NDC Conferences