C# Tutorial Series (6/121). Prefer one article? Read the complete C# tutorial.
Short description
The SDK includes the runtime and CLI for creating/building/running projects.
Steps
- Download/install .NET SDK.
- Verify with dotnet –version.
- Create a sample console app.
Verify SDK
dotnet --version
dotnet --info