dotnet new -l List all the avaialble template
dotnet new angular -n MyAppName Create porject from angualr template with name MyAppName
dotnet build build dotnet application
dotnet run Run dotnet application
code command will open the VSCode editor