Technical requirements
For this chapter, you’ll need the following:
- Visual Studio.
- The
Azure.Data.Tables
NuGet package. - An Azure account (you can get a free starter account at https://azure.microsoft.com/en-us/).
Aspire comes with Visual Studio 2022 (version 17.10 or higher) and requires .NET 8.
- You will need to install Docker Desktop (which is free and can be obtained at https://www.docker.com/Products/docker-desktop/).
The code files for this chapter can be found in the GitHub repository here: https://github.com/PacktPublishing/Programming-APIs-with-C-Sharp-and-.NET/tree/main/Chapter08