- Project files created and used for Programming business applications using C# and .NET
To create a new console application, use the following command:
dotnet new console -o [file-name] --use-program-main true
To run console application, navigate to file directory and use the following command:
cd [file directory]
dotnet run