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

.NET Core Console

Jaap de Haan edited this page Nov 16, 2016 · 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