Technical requirements
You will need the following software to be installed on your machine:
- Visual Studio 2022 or Visual Studio Code
- Microsoft SQL Server 2022 Developer Edition
- Microsoft SQL Server Management Studio
You will need to create a database in SQL Server (MyCompany). The SQL to create the required Employees table was provided in the previous chapter, but I will also include it in this chapter.
The code for this chapter is available in the GitHub repository at: https://github.com/PacktPublishing/Minimal-APIs-in-ASP.NET-9.