I prefer typing commands over clicking (blame VSCode for that).
General Workflow
Unlike other CLI tools, the dotnet CLI creates files and folders directly in your current directory, so make sure to create a directory first before running this command.
.NET SDK Commands
You can download SDKs from the official .NET download page
Alternatively, use the .NET SDK extension in VSCode as shown below:
SDKs are installed globally, and the CLI automatically uses the latest version.
How to Switch SDK Versions
This command works for both new and existing projects