how to Create dotnet core Project using this command line

The Dotnet core command-line interface (CLI) is a new cross-platform tool for creating, restoring packages, building, running, and publishing .NET app
Share it:

How to Create Dotnet core Project using this command line

In this article, we will learn how to Create Dotnet core Project using this command line.


Create Dotnet core Project using this command line

The Dotnet core command-line interface (CLI) is a new cross-platform tool for creating, restoring packages, building, running, and publishing .NET applications.


We created our first Dotnet core web application using Visual Studio in the previous chapter. Visual Studio internally uses this CLI to restore, build and publish an application. Other higher-level IDEs, editors, and tools can use CLI to support .NET Core applications.


The Dotnet Core CLI is installed with .NET Core SDK for selected platforms. So we don't need to install it separately on the development machine. We can verify whether the CLI is installed properly by opening the command prompt in Windows and writing dotnet and pressing Enter.

Sample of Dotnet Core  command-line interface (CLI)

dotnet
dotnet - h
dotnet new 
dotnet new web
Dir
dotnet build
Dotnet run
dotnet publish

Video

Share it:

#Create Dotnet core Project using this command line

DotnetCore

Post A Comment:

0 comments: