Skip to content

TorresjDev/CSharp-Console-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C#

  • Project files created and used for Programming business applications using C# and .NET

Creating a Project section

To create a new console application, use the following command:

dotnet new console -o [file-name] --use-program-main true

Run the project application

To run console application, navigate to file directory and use the following command:

cd [file directory]
dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages