diff --git a/dotnet-desktop-guide/net/winforms/overview/index.md b/dotnet-desktop-guide/net/winforms/overview/index.md index b42c52b299..a52bd2a676 100644 --- a/dotnet-desktop-guide/net/winforms/overview/index.md +++ b/dotnet-desktop-guide/net/winforms/overview/index.md @@ -34,7 +34,7 @@ To learn how to create a Windows Forms app, see [Tutorial: Create a new WinForms ## Why migrate from .NET Framework -Windows Forms for .NET 5.0 provides new features and enhancements over .NET Framework. For more information, see [What's new (Windows Forms.NET)](../whats-new/index.md). To learn how to migrate an app, see [How to migrate a Windows Forms desktop app to .NET 5](../migration/index.md). +Windows Forms for .NET 5.0 provides new features and enhancements over .NET Framework. For more information, see [What's new in Windows Forms for .NET 5](../whats-new/index.md). To learn how to migrate an app, see [How to migrate a Windows Forms desktop app to .NET 5](../migration/index.md). ## Build rich, interactive user interfaces diff --git a/dotnet-desktop-guide/net/winforms/whats-new/index.md b/dotnet-desktop-guide/net/winforms/whats-new/index.md index 3b7b591bdf..14d0cc8dca 100644 --- a/dotnet-desktop-guide/net/winforms/whats-new/index.md +++ b/dotnet-desktop-guide/net/winforms/whats-new/index.md @@ -5,7 +5,7 @@ ms.date: 11/05/2020 ms.topic: conceptual --- -# What's new (Windows Forms.NET) +# What's new (Windows Forms .NET) Windows Forms for .NET 5.0 adds the following features and enhancements over .NET Framework. @@ -14,8 +14,8 @@ There are a few breaking changes you should be aware of when migrating from .NET ## Enhanced features - Microsoft UI Automation patterns work better with accessibility tools like Narrator and Jaws. -- Improved performance and reliability. -- Better support for high DPI resolutions such as 4k monitors. +- Improved performance. +- The VB.NET project template defaults to DPI SystemAware settings for high DPI resolutions such as 4k monitors. - The default font matches the current Windows design recommendations. > [!CAUTION] @@ -37,9 +37,9 @@ The following controls have been added since Windows Forms was ported to .NET Fr - - - Supports collapsible groups. + - Supports collapsible groups - Footers - - Group subtitle, task, title images, and collapse/expand functionality. + - Group subtitle, task, and title images -