This topic describes how to install .NET on Windows.
Install .NET
Visit the official website of .NET and download the latest version of .NET. For example, .NET 8.0 is downloaded.
Install .NET by following the installation wizard.
Run the
dotnet --versioncommand on the terminal or on the command line to check whether .NET is installed. If the version number is returned, such as8.0.302, .NET is installed.