Exception Not Found

Modeling Battleship in C# - Introduction and Strategies

Let's build Battleship as a C# program!

Mapping DataTables and DataRows to Objects in C# and .NET

Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes.

A Simple Caching Scheme for Web API using Dependency Injection

I use Dependency Injection (DI) [https://exceptionnotfound.net/tag/dependency-injection/] quite a bit in my ASP.NET projects, particularly in Web API and MVC web applications. Recently, I had a need to implement a caching layer in one of my MVC apps, and such a layer would be best used

C# Decimal vs Double and Other Tips About Number Types

Learn about precision vs accuracy and when to use int, double, and decimal in .NET projects.

Working with Environments and Launch Settings in ASP.NET Core

I'm continuing my series of deep dives into ASP.NET Core [https://www.exceptionnotfound.net/tag/asp.net-core/], on my never-ending quest to keep my coding career from becoming obsolete [https://www.exceptionnotfound.net/learn-or-die-warding-off-my-coding-careers-eventual-obsolescence/] . In this part of the series, let's discuss a new feature in ASP.NET Core

Exception Not Found © 2026