Correcting Common Async - Await Mistakes in .NET
Offered By: NDC Conferences via YouTube
Course Description
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
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