Files
docs-desktop/dotnet-desktop-guide/net/winforms/whats-new/net50.md
T
142f1e9f98 Create new .NET 6.0 pages (#1199)
* Create new .NET 6.0 pages

* Add the gist for .NET 6.0 changes w/o the application bootstrap

* rename new to 6; redirect via index

* feedback

* Create new .NET 6.0 pages

* Add the gist for .NET 6.0 changes w/o the application bootstrap

* rename new to 6; redirect via index

* feedback

* rebase

* Add renamed file

* remove unrelated file change

* update TOC

* Remove dead toc entry

* New application default font section

* application bootstrap

* Rework sections and descriptions

* Update dotnet-desktop-guide/net/winforms/whats-new/net60.md

Co-authored-by: Igor Velikorossov <[email protected]>

* more updates

* Fix warnings

* Fix final warning

* Apply suggestions from code review

* Update net60.md

* Update dotnet-desktop-guide/net/winforms/whats-new/net60.md

Co-authored-by: Devendar Reddy Adulla <[email protected]>

Co-authored-by: Andy De George (adegeo) <[email protected]>
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Devendar Reddy Adulla <[email protected]>
2021-11-12 16:11:14 +00:00

3.1 KiB

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

What's new for .NET 5 (Windows Forms .NET)

Windows Forms for .NET 5 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. 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.

  • 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

    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