Simple Redirects With ASP.NET Core Endpoints

Simple Redirects With ASP.NET Core Endpoints

As web applications evolve, and we better understand the problems we are solving, reorganizing routes becomes an annoying inevitability. In this short but helpful post, we’ll add a few extension methods to the IEndpointRouteBuilder interface that makes mapping redirects a...

Continue Reading

What Is Razor - ASP.NET

What Is Razor - ASP.NET

Developers just starting their ASP.NET web development journey might have heard the term Razor, and had developers apply it within many different situations. We’ll explore the beginnings of Razor, what it aims to accomplish, the frameworks it is currently in...

Continue Reading