Skip to content

blindspot-security/dotnetcore-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • C# 100.0%