2 articles in Razor Pages
Dockerize an ASP.NET Core Application
May 22, 2022
Visual Studio provides excellent support for docker containers, but this does mean some of the complexities of the technology can get masked. In this tutorial we walk through the basics of building a docker container for a simple ASP.NET Core Web Application so that we can better understand the…
ASP.NET Core Razor Pages Simple Web Template
February 28, 2022
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…