Saturday, January 02, 2021

DotNet - Create new console application

Create a dotnet project in C:\testprj folder, the name will be derived from the containing folder, testprj in this case.
c:\testprj> dotnet new console

Create a dotnet project called myprj
c:\testprj> dotnet new console --name myprj


Tags: DotNet Create New Console

No comments:

Fedora install screen chronicle

Fedora install screen chronicle Below are links to Fedora installation screens. It is interesting to see how it has evolved over time. Fe...