-
Book Overview & Buying
-
Table Of Contents
ASP.NET Core 9 Essentials
By :
This chapter has some prerequisites in order to get the most out of it. Therefore, you will need to install Docker and Azure Data Studio.
All source code and examples for this chapter can be found in the GitHub repository at https://github.com/PacktPublishing/ASP.NET-Core-9.0-Essentials/tree/main/Chapter05.
We will use Docker as the basis for running a SQL database server. Using Docker will avoid the problems associated with installing databases on different operating systems as it is a portable option.
To install Docker, follow the instructions for your operating system.
Run the following command as an administrator on the terminal:
winget install -e --id Docker.DockerDesktop
Access the following link and follow the tutorial for installation according to your processor: https://docs.docker.com/desktop/install/mac-install/#install-and-run-docker-desktop-on-mac.
Docker supports Ubuntu, Debian...