: The primary package for developers. It includes the dotnet CLI , the compiler (Roslyn), and the runtime.

: Best for CI/CD pipelines or build servers where you need to compile projects without installing the full Visual Studio IDE.

To build applications with (now officially known as .NET ), you typically need to download the .NET SDK (Software Development Kit) , which includes all the necessary compilers, libraries, and command-line tools. Essential Download Links

The package manager for handling external libraries and dependencies. The open-source C# and Visual Basic compiler. Installation by Platform

The command-line engine for dotnet build , dotnet run , and dotnet publish .

: Only required on machines where you intend to run apps but not build them. Core Components Included