Browse Source

Update getting-started.md (#7915)

pull/7924/head
Igor Velikorossov 3 years ago
committed by GitHub
parent
commit
13d4d7813e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      docs/getting-started.md

14
docs/getting-started.md

@ -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).
[comment]: <> (URI Links)
[.net-5.0-sdk]: https://dotnet.microsoft.com/download/dotnet/5.0
[.net-7.0-sdk]: https://dotnet.microsoft.com/download/dotnet/7.0
[.net-daily]: https://github.com/dotnet/installer/blob/master/README.md#installers-and-binaries
[.net-samples]: https://github.com/dotnet/samples/tree/master/windowsforms
[MSDN-winforms-samples]: https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=Platform&f%5B0%5D.Value=Desktop&f%5B0%5D.Text=Desktop&f%5B1%5D.Type=Contributors&f%5B1%5D.Value=Microsoft&f%5B1%5D.Text=Microsoft&f%5B2%5D.Type=Technology&f%5B2%5D.Value=Windows%20Forms
[.net-samples]: https://github.com/dotnet/samples/tree/main/windowsforms
[MSDN-winforms-samples]: https://learn.microsoft.com/samples/browse/?terms=windows%20forms
Loading…
Cancel
Save