✅ how do i install c# on my pc?

i am trying to learn c# but idk how to install it
2 Replies
Angius
Angius3mo ago
Just download and install the .NET 9 SDK: https://dotnet.microsoft.com/en-us/download/dotnet/9.0 Or open Powershell and install with Winget:
winget install Microsoft.DotNet.SDK.9
winget install Microsoft.DotNet.SDK.9
skid_rimbless1
skid_rimbless1OP3mo ago
thank you

Did you find this page helpful?