Exception Not Found

How to Use Routing in ASP.NET Core 3.0 Razor Pages

Let's see how routing works in a sample Razor Pages application, including how to use [BindProperty].

ASP.NET Core Routing Basics

Let's dive into Routing in ASP.NET Core to discover how to make our URLs pretty, readable, and useful!

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.

Opinion Time: Should Razor Pages Be the Default for ASP.NET Core Apps?

A few days ago I published the latest ASP.NET Core Demystified [https://www.exceptionnotfound.net/tag/asp-net-core-demystified/] post which was all about Razor Pages [https://www.exceptionnotfound.net/asp-net-core-demystified-razor-pages] and demonstrated how to build an app using them. In the process of writing that post, I realized that I

Razor Pages - ASP.NET Core Demystified

ASP.NET Core 2.0 was released just a few weeks ago, and included a new feature that may be the biggest single addition to ASP.NET Core since it was announced: Razor Pages! Come along with me as we figure out what Razor Pages are for, how they are

Exception Not Found © 2026