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
Consolidating AI docs and updating landingspage and ToC (#6646)
* Merge community page into support, remove common dev topics
Moved social media, blogs, videos, and Discord from community.md
into support.md under a new Stay connected section. Removed the
Common development topics section (duplicated content from the
main TOC). Deleted community.md with redirect. Updated TOC to
combine the entries as 'Support and community'.
Co-authored-by: Copilot <[email protected]>
* Push
* Remove duplicate AI overview page, redirect to agentic-tools
Deleted ai-for-windows-developers.md — its AI coding tools content
duplicated agentic-tools.md. Updated TOC to point to agentic-tools
as the section landing page. Added redirect.
Co-authored-by: Copilot <[email protected]>
* Push
* Update apps-essentials-overview.md
* Push
* Push
* Update index.yml
* Fixes
* Update toc.yml
* Update toc.yml
* Update apps-essentials-overview.md
* Update toc.yml
* Add ai-modernize row to migration overview and nest agentic tutorials in TOC
- Added ai-modernize.md row to the Topics table in migrate-to-windows-app-sdk-ovw.md
- Restructured Agentic tools TOC: tutorials now nested under a Tutorials sub-item
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Niels Laute <[email protected]>
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: hub/apps/dev-tools/agentic-tools.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,9 @@ The WinUI 3 plugin addresses this directly: its custom instructions give Copilot
68
68
69
69
## Set up step-by-step
70
70
71
-
For a complete walkthrough — including IDE setup, agent mode, MCP server configuration, and verification — see [Set up GitHub Copilot for Windows development](../get-started/ai-setup.md).
71
+
For a complete walkthrough — including IDE setup, agent mode, MCP server configuration, and verification — see [Set up GitHub Copilot for Windows development](../how-tos/ai-setup.md).
72
72
73
73
## Related content
74
74
75
-
-[Set up GitHub Copilot for Windows development](../get-started/ai-setup.md)
76
-
-[AI-assisted Windows development](../get-started/ai-for-windows-developers.md)
77
-
-[Build apps with AI built in](../get-started/ai-for-windows-developers.md#build-apps-with-ai-built-in) — Foundry Local, Phi Silica, and Windows AI APIs
78
-
-[GitHub Copilot in Visual Studio](../how-tos/github-copilot-winui-vs.md)
75
+
-[Set up GitHub Copilot for Windows development](../how-tos/ai-setup.md)
76
+
-[Tutorial: Build a Windows app with GitHub Copilot](../how-tos/ai-build.md)
title: Tools and samples for Windows app development
3
+
description: Explore tools, samples, and AI-powered resources for building Windows apps, including Visual Studio, agentic AI tools, code samples, and the winapp CLI.
4
+
ms.topic: overview
5
+
ms.date: 03/27/2026
6
+
---
7
+
8
+
# Tools and samples for Windows app development
9
+
10
+
Build Windows apps more efficiently with the right tools, samples, and AI-powered resources. Whether you're setting up your development environment, looking for sample code to learn from, or enhancing your AI coding agent with Windows-specific context, this section brings together everything you need to be productive as a Windows app developer.
11
+
12
+
| Resource | Description |
13
+
|---|---|
14
+
|[Agentic AI tools](agentic-tools.md)| Enhance your AI coding agent with Windows-specific context using the Microsoft Learn MCP Server and community plugins like the WinUI 3 Development plugin for GitHub Copilot. |
15
+
|[Code samples](samples.md)| Browse sample apps that demonstrate Windows features, API usage patterns, and end-to-end scenarios — including the WinUI 3 Gallery and Windows App SDK samples. |
16
+
|[Visual Studio](visual-studio.md)| The recommended IDE for building Windows apps with WinUI and the Windows App SDK, featuring XAML Hot Reload, Live Visual Tree, and rich debugging. |
17
+
|[Windows App Development CLI (winapp CLI)](winapp-cli/index.md)| A command-line interface for managing Windows SDKs, packaging, app identity, manifests, certificates, and build tools across any app framework. |
Copy file name to clipboardExpand all lines: hub/apps/dev-tools/samples.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This page contains links to resources that can make you more efficient as you de
15
15
16
16
## Samples
17
17
18
-
:::image type="content" source="./images/WASDK.png" alt-text="Header image for Windows App SDK" border="false":::
18
+
:::image type="content" source="../get-started/images/WASDK.png" alt-text="Header image for Windows App SDK" border="false":::
19
19
20
20
The [**WindowsAppSDK-Samples repository**](https://github.com/microsoft/WindowsAppSDK-Samples) provides a collection of code samples that demonstrate how to use the Windows App SDK to build modern Windows applications. These samples cover key features such as WinUI 3, app lifecycle, windowing, and push notifications, offering practical, hands-on guidance for developers. Whether you're new to the Windows App SDK or looking for specific implementation details, this repository serves as a valuable resource to accelerate development and explore best practices. You can find other samples in our [Samples Browser](/samples/browse/).
21
21
@@ -25,7 +25,7 @@ The [**WindowsAppSDK-Samples repository**](https://github.com/microsoft/WindowsA
25
25
26
26
## WinUI 3 Gallery
27
27
28
-
:::image type="content" source="./images/winui3gallery.png" alt-text="Header image for WinUI 3 Gallery" border="false":::
28
+
:::image type="content" source="../get-started/images/winui3gallery.png" alt-text="Header image for WinUI 3 Gallery" border="false":::
29
29
30
30
The [**WinUI 3 Gallery**](https://github.com/microsoft/WinUI-Gallery) is the must-have companion app for WinUI developers. It's a sample app that showcases the full range of WinUI controls, styles, design guidance, and capabilities. This interactive gallery helps you explore and experiment with WinUI components, view XAML code examples, and understand best practices for building modern, fluent Windows applications. Whether you're designing a new app or refining an existing UI, the WinUI 3 Gallery is an essential reference for leveraging the power of WinUI in your projects. You can either [browse the repository](https://github.com/microsoft/WinUI-Gallery) for source code or [**download the WinUI 3 Gallery from the Microsoft Store**](https://aka.ms/winuigallery).
31
31
@@ -35,7 +35,7 @@ The [**WinUI 3 Gallery**](https://github.com/microsoft/WinUI-Gallery) is the mus
35
35
36
36
## Windows Community Toolkit
37
37
38
-
:::image type="content" source="./images/WCT.png" alt-text="Header image for Windows Community Toolkit" border="false":::
38
+
:::image type="content" source="../get-started/images/WCT.png" alt-text="Header image for Windows Community Toolkit" border="false":::
39
39
40
40
The [**Windows Community Toolkit**](https://github.com/CommunityToolkit/Windows) is an open-source collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks when building apps for Windows.
0 commit comments