It is a free, platforms-free, open-source developer platform for developing applications with .NET Core. First, the SDK package needs to be installed. SDK or Software Development Kit is a package that contains tools such as compiler and cli required for software development. For installation on the Windows operating system, the necessary files are downloaded from the address below.
https://dotnet.microsoft.com/download
After the files are downloaded, we run them by double-clicking on them.
We continue by clicking the “install” button on the page that comes up.
On the “Setup Progress” page we will see that the installation continues.
Installation is complete. Click the “Close” button to close the setup page.
We open the command line to see that the “dotnet” program is running. Type the command “dotnet build -h” on the command line. When we see that the command is running, we see that the installation is complete.