How to create and run C# project

This post is just a reminder for me. So in order to find more details about dotnet CLI, follow the below link https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet Creating a C# Project Creating a Console Project Use any template short name after dotnet net and .NET SDK version after –framework option. Creating a WebApi Project Specify .NET version in project … Continue reading How to create and run C# project