Skip to content

Commit a74971a

Browse files
CopilotadegeoCopilot
authored
Add .NET 11 Preview 2 WPF and WinForms what's new notes (#2207)
* Initial plan * Update WPF what's new for .NET 11 Preview 2 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> * Restore Preview 2 text in titles and headings Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> * Update WinForms what's new files for .NET 11 Preview 2 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> * Update text * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Updates --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> Co-authored-by: Andy De George (from Dev Box) <adegeo@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a47a060 commit a74971a

File tree

4 files changed

+30
-26
lines changed

4 files changed

+30
-26
lines changed

dotnet-desktop-guide/winforms/whats-new/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What's new in Windows Forms
3-
description: Learn about what's new in Windows Forms. This article covers changes to Windows Forms from .NET 5 to .NET 11 Preview 1.
4-
ms.date: 02/10/2026
3+
description: Learn about what's new in Windows Forms. This article covers changes to Windows Forms from .NET 5 to .NET 11 Preview 2.
4+
ms.date: 03/10/2026
55
ms.service: dotnet-desktop
66
ms.update-cycle: 365-days
77
ms.topic: whats-new
@@ -10,13 +10,11 @@ ai-usage: ai-assisted
1010

1111
# What's new in Windows Forms
1212

13-
Each .NET release introduces a new version of Windows Forms (WinForms). This article gives you a summery of what's new in each release.
13+
Each .NET release introduces a new version of Windows Forms (WinForms). This article gives you a summary of what's new in each release.
1414

15-
## .NET 11 Preview 1
15+
## .NET 11 Preview 2
1616

17-
This section describes the main changes to WinForms for .NET 11 Preview 1.
18-
19-
- Windows Forms didn't have any notable updates in .NET 11 Preview 1.
17+
Windows Forms didn't have any notable updates in .NET 11 Preview 1 or Preview 2.
2018

2119
## .NET 10
2220

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
2-
title: What's new in WinForms for .NET 11 Preview 1
3-
description: Learn about what's new in Windows Forms for .NET 11 Preview 1. New versions of Windows Forms are released yearly with .NET.
2+
title: What's new in WinForms for .NET 11 Preview 2
3+
description: Learn about what's new in Windows Forms for .NET 11 Preview 2. New versions of Windows Forms are released yearly with .NET.
44
ms.topic: whats-new
5-
ms.date: 02/10/2026
5+
ms.date: 03/10/2026
66
ms.service: dotnet-desktop
77
ms.update-cycle: 365-days
8+
ai-usage: ai-assisted
89
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
910
---
1011

11-
# What's new in Windows Forms for .NET 11 Preview 1
12+
# What's new in Windows Forms for .NET 11 Preview 2
1213

13-
This article provides a high-level overview about what's new with Windows Forms (WinForms) in .NET 11. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of most the important changes to Windows Forms.
14+
This article provides a high-level overview of what's new with Windows Forms (WinForms) in .NET 11 Preview 2. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of the most important changes to Windows Forms.
1415

15-
.NET 11 Preview 1 was released in February 2026.
16+
.NET 11 Preview 2 was released in March 2026.
1617

1718
## Release announcements
1819

1920
Each release announcement provides detailed information about Windows Forms changes for .NET 11:
2021

22+
- [.NET 11 Preview 2](https://aka.ms/dotnet/11/preview2)
2123
- [.NET 11 Preview 1](https://aka.ms/dotnet/11/preview1)
2224

2325
## No updates
2426

25-
Windows Forms didn't have any notable updates in .NET 11 Preview 1.
27+
Windows Forms hasn't had any notable updates in .NET 11 Preview releases.

dotnet-desktop-guide/wpf/whats-new/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
22
title: What's new in Windows Presentation Foundation
3-
description: Learn about what's new in Windows Presentation Foundation (WPF). This article covers changes to WPF from .NET 7 to .NET 11 Preview 1.
4-
ms.date: 02/10/2026
3+
description: Learn about what's new in Windows Presentation Foundation (WPF). This article covers changes to WPF from .NET 7 to .NET 11 Preview 2.
4+
ms.date: 03/10/2026
55
ms.service: dotnet-desktop
66
ms.update-cycle: 365-days
77
ms.topic: whats-new
8+
ai-usage: ai-assisted
89
---
910

1011
# What's new in Windows Presentation Foundation
1112

12-
Each .NET release introduces a new version of Windows Presentation Foundation (WPF). This article teaches you what's new in each release.
13+
Each .NET release introduces a new version of Windows Presentation Foundation (WPF). This article gives you a summary of what's new in each release.
1314

14-
## .NET 11 Preview 1
15+
## .NET 11 Preview 2
1516

16-
This section describes the main changes to WPF for .NET 11 Preview 1.
17+
This section describes the main changes to WPF for .NET 11 Preview 2.
1718

18-
- [Overview of WPF on .NET 11](net110.md)
19+
- [Overview of WPF on .NET 11 Preview 2](net110.md)
1920
- [Bug fixes](net110.md#bug-fixes)
2021

2122
## .NET 10
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
---
2-
title: What's new in WPF for .NET 11 Preview 1
3-
description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 11 Preview 1. New versions of WPF are released yearly with .NET.
2+
title: What's new in WPF for .NET 11 Preview 2
3+
description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 11 Preview 2. New versions of WPF are released yearly with .NET.
44
ms.topic: whats-new
5-
ms.date: 02/10/2026
5+
ms.date: 03/10/2026
66
ms.service: dotnet-desktop
77
ms.update-cycle: 365-days
8+
ai-usage: ai-assisted
89
#customer intent: As a developer, I want to know what's changed so that I can remain up-to-date.
910
---
1011

11-
# What's new in WPF for .NET 11 Preview 1
12+
# What's new in WPF for .NET 11 Preview 2
1213

13-
This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 11 Preview 1. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of most the important changes to WPF.
14+
This article provides a high-level overview of what's new with Windows Presentation Foundation (WPF) in .NET 11 Preview 2. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of the most important changes to WPF.
1415

15-
.NET 11 Preview 1 was released in February 2026.
16+
.NET 11 Preview 2 was released in March 2026.
1617

1718
## Release announcements
1819

1920
Each release announcement provides detailed information about WPF changes for .NET 11:
2021

22+
- [.NET 11 Preview 2](https://aka.ms/dotnet/11/preview2)
2123
- [.NET 11 Preview 1](https://aka.ms/dotnet/11/preview1)
2224

2325
## Bug fixes
2426

27+
- WPF now guards against crashes caused by Desktop Window Manager (DWM) failures.
2528
- Fluent window backdrop and background on Windows 10 are fixed.

0 commit comments

Comments
 (0)