Here are the development tools required to enable you to start coding on a .NET Training.
During the installation select the workloads shown in red, below:
-
SQL Server Local Installation OR SQL Server (Docker image) (For Docker follow below steps:)
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=admin!@#123" -p 1433:1433 --name sql1 -d mcr.microsoft.com/mssql/server:2019-CU3-ubuntu-18.04
-
A new SQL Server instance will be created and you can access it using SQL Server Management Studio by using:
Server name:
localhost
Authentication:
SQL Server authentication
Username:
sa
Password:
admin!@#123
-