Exception Not Found

Using Named Handler Methods to Make jQuery AJAX GET Calls in Razor Pages

Let's see how to wire up a jQuery AJAX request to a Named Handler Method in ASP.NET Core Razor Pages!

ASPNETCORE_ENVIRONMENT - Set Using a Web.Config File

Let's see how to set the ASPNETCORE_ENVIRONMENT variable in ASP.NET Core projects using our old friend, the web.config file.

Implementing a Generic Dapper Repository in ASP.NET Core

Let's make a "base" Dapper repository in ASP.NET Core, which can expose data access methods and log exceptions, in order to clean up our code.

ASP.NET Core Guide for ASP.NET Framework Developers

ASP.NET Core is here to stay. Let's see what has changed from the ASP.NET you've known for years

Implementing POST-REDIRECT-GET in ASP.NET Core Razor Pages

Let's see how to implement POST-REDIRECT-GET in our Razor Pages apps by changing OnGet and OnPost.

Exception Not Found © 2026