discussions on software development
#134 Brandon Minnick, Async Await - Common Mistakes, Part 2
November 25, 2019
00:29:29
28.33 MB
Downloads: 0
Summary
Brandon Minnick of Microsoft continues with his list of common mistakes in async/await programming and his suggestions.
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.