You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/whats-new/whats-new-for-developers.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: What's new for Windows app developers
3
3
description: Learn what's new for developers in Windows 11 and tools
4
4
keywords: what's new, Windows 11, Windows, developers, WinUI, sdk, tools
5
-
ms.date: 02/23/2026
5
+
ms.date: 03/10/2026
6
6
ms.topic: whats-new
7
7
ms.localizationpriority: medium
8
8
---
@@ -37,20 +37,24 @@ Find the latest downloads, release notes, and updates for the Windows SDK, Windo
37
37
38
38
---
39
39
40
-
## Highlights – February 2026
40
+
## Highlights – March 2026
41
+
42
+
-**Agentic AI tools for Windows development**: New guide on enhancing AI coding agents with Windows-specific context — including the [Microsoft Learn MCP Server](/training/support/mcp) for live documentation access, and the [WinUI 3 development plugin for GitHub Copilot](https://github.com/github/awesome-copilot/tree/main/plugins/winui3-development) to generate accurate, modern WinUI 3 code — [Agentic AI tools for Windows](../dev-tools/agentic-tools.md).
43
+
-**WinApp CLI cross-framework guides**: The Windows App Development CLI (public preview) now has step-by-step guides for adding Windows capabilities to apps built with **.NET, C++, Rust, Flutter, Electron, and Tauri** — including packaging, identity, AI integration, and notifications — [WinApp CLI guides](../dev-tools/winapp-cli/guides/index.md).
44
+
-**MapControl for WinUI**: New documentation for the [MapControl](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mapcontrol), an interactive map powered by Azure Maps with support for pins, layers, and user interaction — [MapControl guide](../develop/ui/controls/map-control.md).
45
+
-**Materials documentation**: New dedicated pages covering how to use Mica and Acrylic in your WinUI apps — [Materials overview](../develop/ui/materials.md) and [In-app acrylic](../develop/ui/in-app-acrylic.md).
46
+
-**Store API updates**: New sections documenting how to check if an unpackaged app is installed and how to open the Store product detail page for a product — [Send requests to the Store](/windows/uwp/monetize/send-requests-to-the-store).
47
+
-**Iconography documentation reorganized**: App icon and iconography docs have been consolidated into a dedicated [Iconography hub](../design/iconography/index.md) for easier navigation.
48
+
49
+
Previous highlights:
41
50
42
51
-**Segoe Fluent Icons Font updated**: The Segoe Fluent Icons Font documentation has been refreshed with the latest icon additions and usage guidance — [View icons](/windows/apps/design/style/segoe-fluent-icons-font).
43
52
-**WinUI terminology clarification**: Updated terminology across documentation for clarity — "WinUI 2" is now referred to as "WinUI for UWP" and "WinUI 3" is now simply "WinUI" to reflect current naming conventions.
44
53
-**Windows Developer Support hub**: New centralized support page with quick help actions, community channels, and Microsoft support contacts — [Get support](/windows/apps/develop/support).
45
-
-**PowerToys**. 0.97.2 release with new features and improvements to existing tools: ([Microsoft PowerToys: Utilities to customize Windows](/windows/powertoys/)
54
+
-**PowerToys** 0.97.2 release with new features and improvements to existing tools — [Microsoft PowerToys: Utilities to customize Windows](/windows/powertoys/).
46
55
-**Windows App SDK release notes**: Refactored and consolidated history from 0.5 through 2.0 — find the latest fixes and APIs in one place ([release notes hub](../windows-app-sdk/release-notes/windows-app-sdk-2-0.md)).
47
56
-**Windows SDK updates**: New overview and detailed release notes to track SDK changes ([overview](/windows/apps/windows-sdk/) · [release notes](/windows/apps/windows-sdk/release-notes)).
48
-
49
-
50
-
51
-
Previous highlights:
52
-
53
-
-**WinAppCLI public preview**: The Windows App Development CLI is command-line interface for managing Windows SDKs, packaging, generating app identity, manifests, certificates, and using build tools with any app framework. This tool bridges the gap between cross-platform development and Windows-native capabilities. ([GitHub repo](https://github.com/microsoft/WinAppCli))
57
+
-**WinAppCLI public preview**: The Windows App Development CLI is a command-line interface for managing Windows SDKs, packaging, generating app identity, manifests, certificates, and using build tools with any app framework — ([GitHub repo](https://github.com/microsoft/WinAppCli)).
54
58
-**Cross Device Resume (XDR) overview**: Introduces Windows app continuity across devices and technologies available to enable XDR scenarios ([overview](../develop/windows-integration/cross-device-resume-overview.md)).
55
59
-**Implement XDR using WNS raw notifications**: Step-by-step guide to integrate app continuity via WNS, including prerequisites and Python/JavaScript examples ([how-to](../develop/windows-integration/integrate-app-continuity.md)).
56
60
-**AI on Windows**: Fresh overview for building AI‑powered experiences on Windows, with entry points to APIs and tooling ([Windows AI overview](/windows/ai/)).
@@ -67,3 +71,7 @@ Previous highlights:
67
71
|[Win32 app isolation overview](/windows/win32/secauthz/app-isolation-overview)| Security and reliability benefits of isolating Win32 apps. |
68
72
|[AppWindow.SetIcon](/windows/windows-app-sdk/api/winrt/microsoft.ui.windowing.appwindow.seticon)| API reference for setting a window icon (Windows App SDK). |
69
73
|[Get started with Windows AI APIs](/windows/ai/apis/get-started)| Quickstart building apps using Windows AI. |
74
+
|[Agentic AI tools for Windows](../dev-tools/agentic-tools.md)| Connect AI coding agents to Windows docs and WinUI 3 best practices. |
75
+
|[WinApp CLI overview](../dev-tools/winapp-cli/index.md)| Command-line tool for packaging, identity, and SDK management across frameworks. |
76
+
|[MapControl](../develop/ui/controls/map-control.md)| Interactive Azure Maps-powered map control for WinUI apps. |
77
+
|[Materials in Windows apps](../develop/ui/materials.md)| Overview of Mica and Acrylic materials for WinUI. |
0 commit comments