PreviousNext

Exploring dotnet new with .NET Core

by bill-s, 2016-07-23T07:13:57.000Z

I'm very enjoying the "dotnet" command line. Mostly I do "dotnet new" and then add to the default Hello World app with the Visual Studio Code editor. Recently, though, I realized that the -t "type" and -l "lang" options are there and I wasn't use them.

Read More