Install .NET:
• Download .net latest from: Here
Confirm Installation:
• Start cmd
• cd/ to C: drive (not mandatory)
• Run command: dotnet --version
• Should return the dotnet version: eg. 6.0.302
IDE Installation:
• For cross platform use Visual Studio Code:
• Download VS Code from: Here
• Download VS Studio from: Here
Check templates available:
• In CMD run : dotnet new -l