Technical requirements
For this series, we just need to set up a small empty web application:
dotnet new web -n ExploreHosting -o ExploreHosting
That's it. Open it with Visual Studio Code:
cd ExploreHosting code .
Et voilà! A simple project opens in VS Code.
The code for this chapter can be found on GitHub here: https://github.com/PacktPublishing/Customizing-ASP.NET-Core-5.0/tree/main/Chapter12.