Technical requirements
To follow the examples shown in this chapter, Visual Studio 2022 must be installed with the web development workload, as shown in Chapter 1, Getting Started with Visual Studio 2022.
Likewise, the code implementation will be performed on the project created in Chapter 4, Creating Projects and Templates, specifically in the Program.cs
file, for easier testing.
You can find the Program.cs
file with the changes made throughout this chapter at the following link: https://github.com/PacktPublishing/Hands-On-Visual-Studio-2022/blob/main/Chapter05/Program.cs.