Skip to content

Commit 6b5e61e

Browse files
Updated title Get Started with WinUI to Start developing Windows apps (#4720)
1 parent 144e670 commit 6b5e61e

File tree

10 files changed

+16
-15
lines changed

10 files changed

+16
-15
lines changed

hub/apps/desktop/visual-studio-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Visual Studio 2019 (and later) provides many project and item templates that hel
1414
* Project templates include project files, code files, and other assets that are configured to build an app or a component that can be loaded and used by an app.
1515
* Item templates are project files that contain commonly used code and XAML that can be added to a project to reduce development time. For example, you can use an item template to add a new window, page, or control to your app.
1616

17-
For more information about installing and configuring Visual Studio to get access to these templates, see [Get started with WinUI](../get-started/start-here.md).
17+
For more information about installing and configuring Visual Studio to get access to these templates, see [Start developing Windows apps](../get-started/start-here.md).
1818

1919
## WinUI templates
2020

hub/apps/develop/security/windows-hello-auth-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: windows, winrt, security, identity, winui
1010

1111
This is the second part of a complete walkthrough on how to use Windows Hello as an alternative to traditional username and password authentication systems in packaged Windows apps. This article picks up where Part 1, [Windows Hello login app](windows-hello-login.md), left off and extends the functionality to demonstrate how you can integrate Windows Hello into your existing application.
1212

13-
In order to build this project, you'll need some experience with C#, and XAML. You'll also need to be using Visual Studio 2022 on a Windows 10 or Windows 11 machine. See [Get started with WinUI](/windows/apps/get-started/start-here) for complete instructions on setting up your development environment.
13+
In order to build this project, you'll need some experience with C#, and XAML. You'll also need to be using Visual Studio 2022 on a Windows 10 or Windows 11 machine. See [Start developing Windows apps](/windows/apps/get-started/start-here) for complete instructions on setting up your development environment.
1414

1515
## Exercise 1: Server Side Logic
1616

hub/apps/develop/security/windows-hello-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before you begin, you should read the [Windows Hello](windows-hello.md) overview
1616

1717
## Get started
1818

19-
In order to build this project, you'll need some experience with C#, and XAML. You'll also need to be using Visual Studio 2022 on a Windows 10 or Windows 11 machine. See [Get started with WinUI](/windows/apps/get-started/start-here) for complete instructions on setting up your development environment.
19+
In order to build this project, you'll need some experience with C#, and XAML. You'll also need to be using Visual Studio 2022 on a Windows 10 or Windows 11 machine. See [Start developing Windows apps](/windows/apps/get-started/start-here) for complete instructions on setting up your development environment.
2020

2121
- In Visual Studio, select **File** > **New** > **Project**.
2222
- In the **New Project** dialog's drop-down filters, select **C#/C++**, **Windows**, and **WinUI**, respectively.

hub/apps/get-started/start-here.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get started with WinUI
2+
title: Get started with Windows development using WinUI
33
description: List of steps to get started developing Windows apps with WinUI and the Windows App SDK.
44
ms.topic: how-to
55
ms.date: 05/13/2024
@@ -10,9 +10,10 @@ ms.localizationpriority: medium
1010
ms.collection: windows11
1111
---
1212

13-
# Get started with WinUI
13+
# Start developing Windows apps
14+
15+
Welcome to Windows app development. This guide will take you through the steps needed to begin creating apps using the latest Windows development frameworks: the Windows App SDK and WinUI. It will also point you to resources that will help you learn more about Windows development. If you are already comfortable developing apps for Windows, but want to know more about the latest tools, please see [Develop Windows desktop apps](/windows/apps/develop/).
1416

15-
Welcome to developing apps with WinUI. This guide will walk you through the steps you need to get started. It will also point you to resources that will help you learn more about Windows development.
1617

1718
## 1. Install Visual Studio
1819

hub/apps/windows-app-sdk/composition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ For more details about the Visual layer, see the [Visual layer overview](/window
4848

4949
To use **Microsoft.UI.Composition** APIs in the Windows App SDK/WinUI 3:
5050

51-
1. Download and install the latest release of the Windows App SDK. For more information, see [Get started with WinUI](../get-started/start-here.md).
52-
2. Create a new project as described in Get started with WinUI, or follow the instructions to [use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md).
51+
1. Download and install the latest release of the Windows App SDK. For more information, see [Start developing Windows apps](../get-started/start-here.md).
52+
2. Create a new project as described in Start developing Windows apps, or follow the instructions to [use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md).
5353

5454
To learn more about the availability of **Microsoft.UI.Composition** in the Windows App SDK/WinUI 3, see [release channels](release-channels.md).
5555

hub/apps/windows-app-sdk/dwritecore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more details about DWriteCore—including guidance for setting up your d
1919

2020
To use DWriteCore APIs in the Windows App SDK:
2121

22-
1. Download and install the latest release of the Windows App SDK. For more information, see [Get started with WinUI](../get-started/start-here.md).
23-
2. Create a new project as described in Get started with WinUI, or follow the instructions to [use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md).
22+
1. Download and install the latest release of the Windows App SDK. For more information, see [Start developing Windows apps](../get-started/start-here.md).
23+
2. Create a new project as described in Start developing Windows apps, or follow the instructions to [use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md).
2424

2525
To learn more about the availability of DWriteCore in the Windows App SDK, see [release channels](release-channels.md).

hub/apps/windows-app-sdk/notifications/push-notifications/push-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this quickstart you will create a desktop Windows application that sends and
1414

1515
## Prerequisites
1616

17-
- [Get started with WinUI](../../../get-started/start-here.md)
17+
- [Start developing Windows apps](../../../get-started/start-here.md)
1818
- Either [Create a new project that uses the Windows App SDK](../../../winui/winui3/create-your-first-winui3-app.md) OR [Use the Windows App SDK in an existing project](../../use-windows-app-sdk-in-existing-project.md)
1919
- An [Azure Account](https://azure.microsoft.com/free/) is required in order to use Windows App SDK push notifications.
2020
- Read [Push notifications overview](index.md)

hub/apps/winui/winui3/desktop-winui3-app-with-basic-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this article, we step through how to build a basic **C# .NET** application wi
1616

1717
## Prerequisites
1818

19-
1. [Get started with WinUI](../../get-started/start-here.md)
19+
1. [Start developing Windows apps](../../get-started/start-here.md)
2020

2121
## Basic managed C#/.NET app
2222

hub/apps/winui/winui3/winui-project-templates-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: article
88

99
# WinUI 3 templates in Visual Studio
1010

11-
Once you've set up your development computer (see [Get started with WinUI](../../get-started/start-here.md)), you're ready to create a WinUI 3 app by starting from one of the WinUI 3 project templates in Visual Studio. This topic describes the available project and item templates.
11+
Once you've set up your development computer (see [Start developing Windows apps](../../get-started/start-here.md)), you're ready to create a WinUI 3 app by starting from one of the WinUI 3 project templates in Visual Studio. This topic describes the available project and item templates.
1212

1313
To access the WinUI 3 project templates, in the **New Project** dialog's drop-down filters, select **C#**/**C++**, **Windows**, and **WinUI**, respectively. Alternatively, you can search for *WinUI*, and select one of the available C# or C++ templates.
1414

@@ -73,7 +73,7 @@ The following item templates are available for use in a WinUI 3 project. To acce
7373
## See also
7474

7575
* [Windows App SDK](../../windows-app-sdk/index.md)
76-
* [Get started with WinUI](../../get-started/start-here.md)
76+
* [Start developing Windows apps](../../get-started/start-here.md)
7777
* [Stable release channel for the Windows App SDK](../../windows-app-sdk/stable-channel.md)
7878
* [Windows App SDK Samples](https://github.com/microsoft/WindowsAppSDK-Samples)
7979
* [Windows App SDK Sample Templates](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Templates)

hub/apps/winui/winui3/xaml-templated-controls-cppwinrt-winui-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article walks you through creating a templated XAML control for WinUI 3 wit
1616

1717
## Prerequisites
1818

19-
1. [Get started with WinUI](../../get-started/start-here.md)
19+
1. [Start developing Windows apps](../../get-started/start-here.md)
2020
2. Download and install the latest version of the [C++/WinRT Visual Studio Extension (VSIX)](https://marketplace.visualstudio.com/items?itemName=CppWinRTTeam.cppwinrt101804264)
2121

2222
## Create a Blank App (BgLabelControlApp)

0 commit comments

Comments
 (0)