shmao-msft@hotmail.com

Post by this author

Using ASP.Net Module to Debug Async Calls

I had a web application that generously used async/await keywords. The application encountered a slow response possibly due to a pending backend database call. I attached a debugger to the application. There was, however, nothing running in the process (see Figure 1), which was expected due to the calls being async and the waiting threads ...