Welcome to .NET Core Fundamentals

Explore the core concepts, tooling, and best practices for building modern, cross‑platform applications with .NET.

Quick Start

Run the following commands to create and run a simple console app.

dotnet new console -n MyApp
cd MyApp
dotnet run

Key Concepts

Further Reading

Deep‑dive into each topic: