AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
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.