Technical requirements
This chapter includes short code snippets to demonstrate the concepts that are explained. The following software is required to make these work:
- Visual Studio 2019: Visual Studio can be downloaded from https://visualstudio.microsoft.com/vs/community/. The Community edition is free and will work for the purposes of this book.
- Some of the samples require you to have an Azure subscription. If you don't have one already, you can create one by going to the Azure portal (https://portal.azure.com) and signing up for a free account.
- The DevOps examples refer to Azure DevOps. A single developer can sign up for a free account at https://dev.azure.com.
For lab purposes, all of the samples in this chapter are possible to test free of charge, but regional-specific requirements might require the use of a credit card for verification purposes.
The source code for this chapter is in the GitHub repository at https://github.com/PacktPublishing/ASP...