logo logo

The next-generation blog, news, and magazine theme for you to start sharing your stories today!

The Blogzine

Save on Premium Membership

Get the insights report trusted by experts around the globe. Become a Member Today!

View pricing plans

New York, USA (HQ)

750 Sing Sing Rd, Horseheads, NY, 14845

Call: 469-537-2410 (Toll-free)

hello@blogzine.com

Step-by-Step Guide to Installing .NET 9 Release on Windows 11 and 10

avatar
Louis Ferguson

An editor at Blogzine


  • 🕑 2 minutes read
  • 6 Views
Step-by-Step Guide to Installing .NET 9 Release on Windows 11 and 10

On Windows 11,. NET 9 represents the latest iteration of the platform developed by Microsoft for creating desktop and web applications.

The required version of the framework is already included in the operating system; however, newer builds and other variations need a manual installation. Currently, Microsoft is developing “.NET 9,” which introduces features like WebSocket APIs, enhanced compression options, advanced SignalR tracing, and significant updates to MAUI for improved text alignment.

As of now, the software giant has released the first candidate version and plans to roll out a second candidate before finalizing the release.

To download the latest version, you can manually install. NET 9 from the official site or utilize the Windows Package Manager (winget).

Microsoft recommends that users download the latest Visual Studio 2022 preview, which will automatically install. NET 9 when using Visual Studio.

This guide will walk you through the steps to install. NET 9 on Windows 11 (or 10).

Install. NET 9 on Windows 11

Follow these steps to install. NET 9 on Windows 11 (or 10):

  1. Open .NET 9 from Microsoft.

  2. Select the “X64” option for Windows under the “.NET Desktop Runtime” section (recommended). For example, the “ASP.NET Core Runtime” is intended for web applications, while the “.NET Desktop Runtime” is necessary for running existing applications, and the “.NET Runtime” is suitable for command-line apps.
  3. Save the file to your device.

  4. Double-click the downloaded file to start the installer.

  5. Press the Install button.

    Install DotNet 9

  6. Click the Close button when the installation is complete.

After these steps,. NET 9 will be installed on your computer.

You can also download the latest. NET SDK and available platform versions from the same download page.

Install. NET 9 from winget command

To quickly install. NET 9 using the winget command, follow these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click it in the search results, and select the Run as administrator option.

  3. Execute the following command to install. NET 9 using winget, then press Enter:

    winget install --id Microsoft.DotNet.DesktopRuntime.Preview
    winget install DotNet 9

    Quick note: After. NET 9 becomes fully available, use the same command, omitting “.Preview.”

Upon completion, the Windows Package Manager will download and install the latest version of. NET on your Windows 10 or 11 device.

You can use the winget search microsoft.dotnet command to view various platform versions and install specific features using the “Id” name with the winget install --id command.

Microsoft is also previewing a new version of UWP (Universal Windows Platform) support for. NET 9, which enhances the tools and components of. NET, Visual Studio, the Windows SDK, and more. This allows developers to create applications with the latest versions of. NET and C#.

Source



Leave a Reply

Your email address will not be published. Required fields are marked *