BytesOfProgress

Wiki


C# / .NET Documentation

C# is a programming language developed by Microsoft. It is used in conjunction with the .NET framework for building various applications. .NET Core is a lightweight, open-source version of .NET, designed for cross-platform development.

Here you can read documentation about C# / .NET / .NET Core development. You will find specific documentation about the usage with VScode and on Linux.


dotnet new console

Creating a new console-based application

dotnet run

Executing a console-application




back