Welcome to .NET Core
.NET Core is a cross‑platform, open‑source framework for building modern, cloud‑based, and internet‑connected applications. It provides a lightweight, high‑performance runtime and a rich set of libraries that enable you to develop for Windows, Linux, and macOS.
Cross‑Platform
Run your applications on Windows, Linux, and macOS without changes.
High Performance
Optimized for speed and low memory consumption.
Modular Design
Use only the libraries you need via NuGet packages.
Getting Started
Begin your journey with .NET Core by installing the SDK and creating your first application.
dotnet new console -n MyApp
cd MyApp
dotnet run