Exception Not Found

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.

Using EF Core's InMemory Provider To Store A "Database" In Memory

Let's make an in-memory "database" with Entity Framework Core and the InMemory provider! Watch out for squirrels!

Adding Swagger to ASP.NET Core Web API using XML Documentation

Swagger and XML Comments make documenting your ASP.NET Core APIs a breeze! Or was it a cinch?... Either way, check it out!

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

Let's delete a bunch of extra files from an ASP.NET Core MVC default project!

Middleware - ASP.NET Core Demystified

For the next installment in our ASP.NET Core Demystified [https://www.exceptionnotfound.net/tag/asp-net-core-demystified/] series, we will discuss of feature of ASP.NET Core that doesn't really have an equivalent feature in ASP.NET Framework: Middleware. What Are Middleware? Middleware are classes in ASP.NET Core which form

Exception Not Found © 2026