#134 Brandon Minnick, Async Await – Common Mistakes, Part 2

Summary

Brandon Minnick of Microsoft continues with his list of common mistakes in async/await programming and suggested solutions.

Details

Don’t return awaits (sometimes), ConfigureAwait(false), synchronization context, what about API applications with no UI, and .NET Core is different too. Do I need async if I my threadpool never runs out of threads, consider scaling in the future. New in .NET Core 3, ValueTask (if method has an await but might not use it), heaps and stacks, how to find Brandon.

Links

Download mp3 of podcast

comments powered by Disqus

Related