Exception Not Found

Custom User Message Extension Methods in C# and MVC

Let's code up two extensible ways to show important messages to your users.

The Catch Block #57 - Choices, Made Intentionally

A story about choices. Plus: the Basecamp implosion, Gall's Law, and fixing Git problems.

Razor Pages vs MVC - How Do They Differ?

Razor Pages and the MVC pattern are different ways of building web apps in ASP.NET Core. Let's see how different they really are.

What's This and Can I Delete It? Examining A Default ASP.NET MVC Project

I have a two-step process that I utilize whenever I have to dive into a code project that I didn't create. For each file, folder, NuGet package, etc. I examine the item in question and ask myself the following questions: 1. What is this? 2. Can I delete it? See,

Extending RestSharp to Handle Timeouts in ASP.NET MVC

Let's modify RestSharp to handle timeouts with ASP.NET MVC and Web API!

Exception Not Found © 2026