#
Installing .NET 10 and ASP.NET 10
This page will instruct you how to download and install the .NET 7 SDK, including ASP.NET 10 Web API.
First, download the .NET SDK on your computer.
#
Installing the SDK for .NET 10
Next, install the .NET SDK on your computer.
Next, open a terminal such as PowerShell, Command Prompt, or bash. Enter the following dotnet commands to verify that .NET 10 has been installed:
dotnetcli
dotnet --list-sdks
You see the .NET 10 SDK version as one of the outputs:
output
10.0.XXX
Congratulations! You're ready to create your first ASP.NET Web API.
#
Next steps
If you need some introduction to developing .NET applications, you can follow the step-by-step tutorial or watch .NET 101 videos on YouTube.