Archive For October 2021

Razor Pages Startup in .NET 6

calendar_today 06 October 2021 13:05

.NET 6 ASP.NET Core Razor Pages

When you create a new web app using .NET 6 (from the new RC1 templates), you might notice something is missing. There is no Startup class. What happened to it? And how do you configure your new .NET 6 web app?