.NET 10 is now available: the most productive, modern, secure, intelligent, and performant release of .NET yet. The async/await feature in C# has revolutionized how developers targeting .NET write asynchronous code. Sprinkle some async and await around, change some return types to be tasks, and badda bing badda boom, you’ve got an asynchronous implementation. In theory. In practice, obviously I’ve

