Skip to content

Instantly share code, notes, and snippets.

@voquanghoa
Created June 25, 2020 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voquanghoa/68a2da90b7344e9342aee258491f3c0b to your computer and use it in GitHub Desktop.
Save voquanghoa/68a2da90b7344e9342aee258491f3c0b to your computer and use it in GitHub Desktop.
Dotnet Core Useful Commands

Create new solution

dotnet new sln

The solution file has the same name to the contains directory (current directory)

Create project WebClient with angular as frontend

dotnet new angular -o WebClient

Add project WebClient to the solution

dotnet sln add WebClient/WebClient.csproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment