.Net Core in Visual studio code (VScode)
The .NET Core CLI is a cross platform cli for developing, building and publishing .NET core related applications.
Prerequisites
- .NET Core SDK. The SDK also includes the Runtime.
- The C# extension from the VS Code Marketplace.
dotnet new command creates a .NET Core project or other artifacts based on a template.