UseOfSDK.md - brainchildservices/curriculum GitHub Wiki
Slide 1
What is dotnet sdk
The .NET SDK is a set of libraries and tools that allow developers to create .NET applications and libraries. It contains the following components that are used to build and run applications:
- The .NET CLI.
- .NET libraries and runtime.
- The dotnet driver.
To learn how to install the .NET SDK, Visit