Monday, July 25, 2016

Creating a new Asp.NET MVC Core project in Linux/Ubuntu

Here I am going to show U hoe to Create a new Asp.NET Core project in Linux/Ubuntu

Before proceeding go through the below posts

OutPut:





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

  • dotnet new MVC
  • dotnet restore

  • dotnet run







  • No comments:

    Post a Comment