Skip to content

Commit 1f96803

Browse files
Updated some key UWP references (#4727)
* Updated some key UWP references * Updated UWP references * Updated UWP messaging
1 parent 5198aa5 commit 1f96803

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

uwp/get-started/create-uwp-apps.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ ms.localizationpriority: medium
1010

1111
![Build your app](images/build-your-app.png)
1212

13-
Welcome to the [UWP platform](universal-application-platform-guide.md)! On this page, we'll point you at the right information you need to start coding the Windows apps you want to create.
13+
Welcome to the [UWP platform](universal-application-platform-guide.md)!
14+
15+
> [!NOTE]
16+
> If you are starting to develop Windows apps, we recommend you consider using the [Windows App SDK](/windows/apps/windows-app-sdk/), and [WinUI](/windows/apps/develop/) rather than UWP. Although still supported, UWP is not under active development. Please see [Start developing Windows apps](/windows/apps/get-started/start-here) for more information.
17+
1418

1519
Before you begin development, you should be sure to [get set up.](/windows/apps/get-started/get-set-up)
1620

uwp/get-started/plan-your-app.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.localizationpriority: medium
1111

1212
On Microsoft design teams, our process for creating apps consists of five distinct stages: concept, structure, dynamics, visual, and prototype. We encourage you to adopt a similar process and have fun making new experiences for the world to enjoy.
1313

14+
> [!NOTE]
15+
> It is recommended that developers who are creating new projects consider using the [Windows App SDK](/windows/apps/windows-app-sdk/) and [WinUI](/windows/apps/winui/) rather than UWP. Please see [Migrate from UWP to the Windows App SDK](/windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw) for more details.
16+
1417
## Concept
1518

1619
**Focus your app**

uwp/get-started/universal-application-platform-guide.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22
title: What's a Universal Windows Platform (UWP) app?
33
description: Learn about Universal Windows Platform (UWP) apps that can run across a wide variety of devices that run Windows.
44
ms.assetid: 59849197-B5C7-493C-8581-ADD6F5F8800B
5-
ms.date: 12/10/2021
5+
ms.date: 08/21/2024
66
ms.topic: article
77
keywords: windows 10, uwp, universal
88
ms.localizationpriority: medium
99
---
1010

1111
# What's a Universal Windows Platform (UWP) app?
1212

13-
UWP is one of many ways to create client applications for Windows. UWP apps use WinRT APIs to provide powerful UI and advanced asynchronous features that are ideal for internet-connected devices.
13+
UWP is one of many ways to create client applications for Windows.
14+
15+
> [!NOTE]
16+
> If you are starting to develop Windows apps, we recommend you consider using the [Windows App SDK](/windows/apps/windows-app-sdk/), and [WinUI](/windows/apps/develop/) rather than UWP. Although still supported, UWP is not under active development. Please see [Start developing Windows apps](/windows/apps/get-started/start-here) for more information.
1417
1518
To download the tools you will need to start creating Windows apps, see [Install tools for the Windows App SDK](/windows/apps/windows-app-sdk/set-up-your-development-environment), and then [write your first app](your-first-app.md).
1619

1720
## Where does UWP fit in the Microsoft development story?
1821

1922
UWP is one choice for creating apps that run on Windows 10 and Windows 11 devices, and can be combined with other platforms. UWP apps can make use of Win32 APIs and .NET classes (see [API Sets for UWP apps](/previous-versions/mt186421(v=vs.85)), [Dlls for UWP apps](/previous-versions/mt186422(v=vs.85)), and [.NET for UWP apps](/dotnet/api/index?view=dotnet-uwp-10.0&preserve-view=true)).
2023

21-
The Microsoft development story continues to evolve, and along with initiatives such as [WinUI](/windows/apps/winui/), [MSIX](/windows/msix/), and the [Windows App SDK](/windows/apps/windows-app-sdk/), UWP is a powerful tool for creating client apps.
2224

2325

2426
## Features of a UWP app

uwp/get-started/your-first-app.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ ms.localizationpriority: medium
1212

1313
Welcome to the [UWP platform](universal-application-platform-guide.md)! These tutorials will help you create your first UWP app in the language of your choice.
1414

15+
> [!NOTE]
16+
> If you are starting to develop Windows apps, we recommend you consider using the [Windows App SDK](/windows/apps/windows-app-sdk/), and [WinUI](/windows/apps/develop/) rather than UWP. Although still supported, UWP is not under active development. Please see [Start developing Windows apps](/windows/apps/get-started/start-here) for more information.
17+
18+
1519
To get started, choose your favorite language.
1620

1721
## C# and XAML

0 commit comments

Comments
 (0)