From 900ee6ebe4fcb1f09a03308c80aba4da2d720fce Mon Sep 17 00:00:00 2001 From: ByteManager <110998030+kel2v@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:44:20 +0530 Subject: [PATCH] Added UWP to .NET Implementations list --- docs/core/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/introduction.md b/docs/core/introduction.md index 5dd37fb6c4ba4..18ff20d602dc5 100644 --- a/docs/core/introduction.md +++ b/docs/core/introduction.md @@ -79,6 +79,7 @@ There are multiple variants of .NET, each supporting a different type of app. Th * **.NET Framework** -- The original .NET. It provides access to the broad capabilities of Windows and Windows Server. It is actively supported, in maintenance. * **Mono** -- The original community and open source .NET. A cross-platform implementation of .NET Framework. Actively supported for Android, iOS, and WebAssembly. * **.NET (Core)** -- Modern .NET. A cross-platform and open source implementation of .NET, rethought for the cloud age while remaining significantly compatible with .NET Framework. Actively supported for Linux, macOS, and Windows. +* **UWP** -- UWP is an implementation of .NET that is used for building modern, touch-enabled Windows applications and software for the Internet of Things (IoT). It's designed to unify the different types of devices that you may want to target, including PCs, tablets, phones, and even the Xbox. ## Next steps