@ -6,9 +6,9 @@ This document describes the experience of using Windows Forms on .NET. The [Deve
Choose one of these options:
1. [.NET 5.0 SDK (recommended)][.net-5.0-sdk]
1. [.NET 7.0 SDK (recommended)][.net-7.0-sdk]
1. [.NET 6.0 daily build (latest changes, could be less stable)][.net-daily]
1. [.NET 8.0 daily build (latest changes, could be less stable)][.net-daily]
## Creating new applications
@ -26,15 +26,15 @@ You can try the Windows Forms Core Designer Visual Studio extension, see [Window
## Samples
Check out the [.NET Core/.NET Windows Forms samples][.net-samples] for both basic and advanced scenarios. Additionally, there is a collection of [Windows Forms sample applications on MSDN][MSDN-winforms-samples].
Check out the [.NET Windows Forms samples][.net-samples] for both basic and advanced scenarios. Additionally, there is a collection of [Windows Forms sample applications on Microsoft Learn][MSDN-winforms-samples].
## Porting existing applications
To port your existing Windows Forms application from .NET Framework to .NET Core 3.1 or .NET 5.0, refer to our [porting guidelines](porting-guidelines.md).
To port your existing Windows Forms application from .NET Framework to .NET 6 or .NET 7, refer to our [porting guidelines](porting-guidelines.md).