Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

.NET Core Console

Tore Lervik edited this page Mar 30, 2017 · 11 revisions

Writing simple console applications for the .NET Core.

To play with .NET Core console applications you will need to install Visual Studio 2015. Then do:

  1. Open the Developer Command Prompt
  2. Change to the directory containing HelloWorld.cs
  3. Run dotnet.exe
  4. Run the app: bin\HelloWorld.exe
Clone this wiki locally