Skip to content

janit/dotnetcore-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d31236 · Oct 4, 2017

History

7 Commits
Oct 4, 2017
Oct 4, 2017
Oct 4, 2017
Oct 4, 2017

Repository files navigation

A Simple .NET Core v2.0.0 Hello World in C#

A very simple hello world application, just to get a feel of the basics of the C# language and how the framework runs.

Installation

First download and install the .NET Core SDK for Windows, Linux of macOS. After that install the dependencies and run the compilation script:

$ dotnet restore
$ dotnet run

You could also dotnet build and dotnet exec ... , but dotnet run is a shortcut to do both of these things.

About

A Simple .NET Core v2.0.0 Hello World in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages