Files
docs-desktop/dotnet-desktop-guide/net/winforms/whats-new/index.md
T
Andy De GeorgeandTom Dykstra 1130808ce6 Add what's new in WinForms article (#114)
* Add toc entry

* temp

* Add whats new article

* Minor updates

* Update cards

* Update cards

* Update cards

* Another link

* Acro

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <[email protected]>

Co-authored-by: Tom Dykstra <[email protected]>
2020-11-09 09:09:00 -08:00

3.1 KiB

title, description, ms.date, ms.topic
title description ms.date ms.topic
What's new in Windows Forms Learn about what's new in Windows Forms for .NET. Windows Forms. .NET provides new features and enhancements over .NET Framework. 11/05/2020 conceptual

What's new (Windows Forms.NET)

Windows Forms for .NET 5.0 adds the following features and enhancements over .NET Framework.

There are a few breaking changes you should be aware of when migrating from .NET Framework to .NET 5.0. For more information, see Breaking changes in Windows Forms.

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.

  • The default font matches the current Windows design recommendations.

    Caution

    This may impact the layout of apps migrated from .NET Framework.

New controls

The following controls have been added since Windows Forms was ported to .NET Framework:

Enhanced controls

See also