Technical requirements
For this chapter, 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 Visual Studio Code.
The code for this chapter can be found on GitHub here: https://github.com/PacktPublishing/Customizing-ASP.NET-Core-6.0-Second-Edition/tree/main/Chapter06.