Monday, July 25, 2016

Create New Project In Ubuntu/Linux using .Net Core

Here I will show U how to create new project and run it in terminal

Before creating New Project go through Installing .NET Core on Linux/Ubuntu 16.04

OutPut:













For creating new project, create a folder and right click on it and select open in terminal
Run below Commands One By One

  1. dotnet new
  2. dotnet restore
  3. dotnet run

No comments:

Post a Comment