Table of Contents
async/await
Conference Videos
Best Pratices
Never use .Wait() or .Result
ValueTask
async/await
Conference Videos
YouTube: Correcting Common Async/Await Mistakes in .NET 8 - Brandon Minnick - NDC London 2024
Best Pratices
Never use .Wait() or .Result
Always use await
If synchronous, use .GetAwaiter().GetResult()
ValueTask