1. Course
  2. Introduction to C#
  3. Introduction to .NET Core Framework

Introduction to .NET Core Framework


Last updated: 8/25/2020

.NET Core is a free and open source framework for Windows, Linux and macOS operating systems. It is a cross-platform successor to the .NET Framework.

To compile and run C# programs you need to install the .NET Core command line, you can download it from dotnet.microsoft.com/download.

To create the structure of a new console project in C# run the following command.

dotnet new console -o helloworld

Create console project with .NET Core
Create console project with .NET Core

To compile the program run the following command.

dotnet build

To run the program run the following command.

dotnet run

Introduction to C#

2 / 9

Android App


Practice C# anywhere with the free app for Android devices.

Android App

Exercises C# by difficulty


Learn C# at your own pace, the exercises are ordered by difficulty.

Make a donation


Your donations support our work and contribute to the maintenance of the app.

Advertising