关于[A Practical Example Of Asynchronous Programming in C# and ASP.NET]的摘要:
I'll make no secret of it: I LOVE asynchronous programming in ASP.NET! I love it so much that I submitted a talk for CodeMash 2019 called "Hold Up, Wait a Minute, Let Me Put Some Async In It," which I actually got to present despite that ridiculous title. This post is a direct result of that talk, in which I took an existing synchronous ASP.NET web application and slowly refactored it to use asynchronous programming. I figure that more than just CodeMash's attendees might find this useful.
原文地址: https://exceptionnotfound.net/asynchronous-programming-asp-net-csharp-practical-guide-refactoring/