Technical requirements
Since this is the first chapter (one of many to come since we’re in coding territory now) containing technical requirements, selecting your favorite editor that supports ASP.NET Core 7.0 or higher and C# code would be ideal. My top three editors are the following:
- Visual Studio (preferably 2022 or newer)
- Visual Studio Code
- JetBrains Rider
The editor we’ll be using is Visual Studio 2022 Enterprise, but any version (Community or Professional) will work for this chapter.
The code for this chapter is located at Packt Publishing’s GitHub repository located here: https://github.com/PacktPublishing/ASP.NET-Core-8-Best-Practices.