From faf1d7cf531dafdae8e6b4f3530e9d8ba7461318 Mon Sep 17 00:00:00 2001 From: israel4435-sys Date: Wed, 27 Aug 2025 22:35:13 -0700 Subject: [PATCH] Delete windows-apps-src directory --- windows-apps-src/develop/index.md | 219 ------------------------------ windows-apps-src/porting/index.md | 31 ----- 2 files changed, 250 deletions(-) delete mode 100644 windows-apps-src/develop/index.md delete mode 100644 windows-apps-src/porting/index.md diff --git a/windows-apps-src/develop/index.md b/windows-apps-src/develop/index.md deleted file mode 100644 index 94150c5d80..0000000000 --- a/windows-apps-src/develop/index.md +++ /dev/null @@ -1,219 +0,0 @@ ---- -description: View a list of links to articles about developing Universal Windows Platform (UWP) apps for Windows, including an overview, samples, and API reference. -title: Develop UWP apps -keywords: uwp app development threading async platform overview portal develop developers -ms.date: 03/29/2018 -ms.topic: article -ms.localizationpriority: medium ---- - -# Develop UWP apps - -How-to articles and code for creating UWP apps for Windows. - -:::row::: - :::column::: - - UWP overview -
-

Overview of the Universal Windows Platform

-

An explanation of what UWP is, how it works, and the features it provides.

- :::column-end::: - :::column::: - - Porting guide -
-

Porting guide

-

Bring your existing Windows Forms, WPF, Android, or iOS app to UWP.

- :::column-end::: -:::row-end::: - - - -## API reference - -:::row::: - :::column::: -

Windows UWP namespaces

-

The classes, structures, interfaces, methods, properties, and events that make up the Windows Runtime, organized by namespace.

- :::column-end::: - :::column::: -

Schemas for UWP

-

File and XML schema specifications for Universal Windows Platform (UWP) apps.

- :::column-end::: -:::row-end::: - - - -## Articles - -:::row::: - :::column::: -

App types

- Education apps
- Enterprise apps
- Games and DirectX apps
- Progressive Web Apps
- :::column-end::: - :::column::: -

App UI

- For controls, layout, typography, animation, usability, and UI design, see the Design and UI section.
- :::column-end::: - :::column::: -

Communication

- App-to-app communication
- Networking and web services
- :::column-end::: -:::row-end::: -:::row::: - :::column::: -

Data and files

- Audio, video, and camera
- Data access
- Data binding
- Files, folders, and libraries
- Machine learning
- :::column-end::: - :::column::: -

Deployment

- Choose a UWP version
- Debugging, testing, and performance
- Monetization, engagement, and Store services
- Packaging apps
- :::column-end::: - :::column::: -

Platform

- C++/WinRT
- Launching, resuming, and background tasks
- Security
- Threading and async programming
- Visual layer
- Windows as a service
- Windows Runtime components
- XAML platform
- :::column-end::: -:::row-end::: -:::row::: - :::column::: -

People and places

- Contacts, My People, and calendar
- Maps and location
- :::column-end::: - :::column::: -

Peripherals, sensors, and power

- Overview
- Enable device capabilities
- Pair devices
- Point of Service
- Sensors
- Printing
- 3-D printing<
- NFC
- Battery info
- :::column-end::: - :::column::: -

Porting

- Overview
- Windows Phone Silverlight to UWP
- Windows Runtime 8.x to UWP
- Desktop Bridge
- Share code between desktop and UWP
- Convert your web app to a PWA
- Windows on ARM
- :::column-end::: -:::row-end::: -:::row::: - :::column::: -

Processes and threading

- Launching, resuming, and background tasks
- Threading and async programming


- :::column-end::: -:::row-end::: - - - ## Samples and tools - - :::row::: - :::column::: - - Samples -
-

Samples

-

Learn how to build great apps for Windows by experimenting with these samples. These samples show you how features work and help you jumpstart your own UWP apps.

- :::column-end::: - :::column::: - - Developer tools -
-

Developer tools

-

Get Visual Studio 2019, the Windows SDK, and other developer tools.

- :::column-end::: -:::row-end::: diff --git a/windows-apps-src/porting/index.md b/windows-apps-src/porting/index.md deleted file mode 100644 index 4fd665810b..0000000000 --- a/windows-apps-src/porting/index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -ms.assetid: ba2ac5f5-1e0d-4f1d-a6f8-6a65b4cff501 -description: This section describes how to port your existing app to the Universal Windows Platform (UWP), where you can create a single Windows 10 app package that your customers can install onto all types of devices. Your app will benefit from exciting new hardware, great monetization opportunities, a modern API set, adaptive UI controls, and a range of input modalities, including mouse/keyboard, touch, and speech. -title: Porting apps to Windows 10 -ms.date: 02/08/2017 -ms.topic: article -keywords: windows 10, uwp -ms.localizationpriority: medium ---- -# Porting apps to Windows 10 - - -This section describes how to port your existing app to the Universal Windows Platform (UWP) where you can create a single Windows 10 app package that your customers can install onto all types of devices. Your app will benefit from exciting new hardware, great monetization opportunities, a modern API set, adaptive UI controls, and a range of input modalities, including mouse/keyboard, touch, and speech. - -Windows Runtime (WinRT) is the technology that lets you build Universal Windows Platform (UWP) apps. You can refer to [What's a Universal Windows Platform (UWP) app?](../get-started/universal-application-platform-guide.md) for more background on WinRT and UWP apps. - -This porting guide explains the differences between your current app's technology and the Universal Windows Platform (UWP). Once the path between technologies is understood, you'll be able to dive into the rest of the Developer Center, which is a comprehensive resource for developing UWP apps. A good way to do that, when you're ready, is to start with [How to develop a Store app](/previous-versions/windows/apps/dn726537(v=win.10)). - -| Topic | Description | -|-------|-------------| -| [Move from desktop to UWP](desktop-to-uwp-migrate.md) | Choose one of several options to bring UWP experiences into your Win32 and .NET desktop applications. | -| [Move from Windows Runtime 8.x to UWP](w8x-to-uwp-root.md) | If you have a Universal 8.1 app—whether it's targeting Windows 8.1, Windows Phone 8.1, or both—then you'll find that your source code and skills will port smoothly to Windows 10. With Windows 10, you can create a UWP app, which is a single app package that your customers can install onto every kind of device. | -| [Move from Windows Phone Silverlight to UWP](wpsl-to-uwp-root.md) | If you're a developer with a Windows Phone Silverlight app, then you can make great use of your skill set and your source code in the move to Windows 10. With Windows 10, you can create a UWP app, which is a single app package that your customers can install onto every kind of device. | -| [Convert your web app to a PWA](/microsoft-edge/progressive-web-apps) | You can now convert your web app to a Progressive Web App (PWA) will work on any platform, including UWP! The [PWA Builder tool](https://www.pwabuilder.com) will generate the necessary manifest for you. This replaces the Hosted Web Apps (HWA) bridge. | - -## Related topics - -* [Move from WPF and Silverlight to WinRT](/previous-versions/windows/apps/dn263237(v=win.10)) -* [Move from the web to WinRT](/previous-versions/windows/apps/hh465151(v=win.10)) - -https://docs.microsoft.com/en-us/windows/apps/get-started/?tabs=net-maui%2Ccpp-win32[https://docs.microsoft.com/en-us/windows/apps/get-started/?tabs=net-maui%2Ccpp-win32](/windows/apps/get-started/?tabs=net-maui%2Ccpp-win32)