Correcting Common Async - Await Mistakes in .NET 8
Offered By: NDC Conferences via YouTube
Course Description
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
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube