Categories

1 article in libman
ASP.NET Core Razor Pages Simple Web Template
Visual Studio 2022 provides a template for creating an empty ASP.NET Core application. Although this template requires a bit of work to get a Razor Pages website up and running, by using the empty template we can include only the libraries and template code that we actually need. Before we begin, if…