Exception Not Found

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

Let's take an existing synchronous ASP.NET web app and begin refactoring it to use asynchronous programming. Sample C# project included.

The Ultimate Guide to Async and Await in C# and ASP.NET

Let's learn how asynchronous programming works in ASP.NET, and what we should remember when attempting to implement it.

Using Stopwatch and ContinueWith to Measure Task Execution Time in C#

We needed to see which of many tasks, executing asynchronously, was taking too long. Stopwatch and ContinueWith were the solution!

Opinion Time: What Should I Include in My New Async/Await Talk?

What should I include in my brand-new async/await talk? I need your opinions, dear readers!

Two Ways to Do Async/Await in ASP.NET Wrong (and How to Fix Them)

My team is in the process of refactoring a large application that we want to deploy to our production environment soon. I've just been assigned as lead developer to this project, since the prior lead got another job in a different state, and I've been digging through the code to

Exception Not Found © 2026