1. Install .NET Core SDK
To develop .NET applications, first, you need to install the .NET Core SDK. Visit https://dotnet.microsoft.com/en-us/download to download .NET, get the suitable .NET Core SDK for your operating system, and proceed with the installation.
dotnet --version