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.

Less-Common C# Keywords - A Guided Tour

Good morning everyone! Welcome to the Less-Common C# Keywords Tour here at Exception Not Found! My name is Reggie and I'll be your tour guide today. For those of you who are visiting us for the first time, welcome! For those of you who have taken our other tours [https:

Modeling the Card Game War in C# Part 3 - Running the App

Our card-game-WAR playing C# app is done! Now we can test it, and prove that it works correctly and fairly... I hope.

Modeling the Card Game War in C# Part 2 - The Code

NOTE: This is Part 2 of a three-part series demonstrating how we might model the card game War [https://en.wikipedia.org/wiki/War_(card_game)] as a C# program. Part 1 is over here [https://www.exceptionnotfound.net/modeling-the-card-game-war-in-c-part-1-background-and-rules/] . You might want to use the sample project over on

Exception Not Found © 2026