Introduction   To check whether your machine has .NET core installed or not, you need to use the following command on your command prompt: dotnet – -version As you can see, in the above image, .NET core is already installed on my machine. If you haven’t installed it, please download and install the SDK from here.  In this…