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.

In this post, we will begin the process of refactoring a synchronous ASP.NET web app to an asynchronous one, and show what kinds of problems might arise from doing so. Let’s get started!

#ultimate asynchronous #programming-c #csharp

A Practical Example Of Asynchronous Programming in C# and ASP.NET
1.35 GEEK