
WinUI - Windows apps | Microsoft Learn
Feb 20, 2026 · WinUI is Microsoft's modern native user interface framework for building Windows desktop applications. It brings the Fluent Design System, high-performance rendering, and a …
Set up your environment and create your first WinUI project - Windows ...
Feb 20, 2026 · List of steps to get started developing Windows apps with WinUI and the Windows App SDK.
Get started with WinUI 2 for UWP - UWP applications
Apr 29, 2025 · WinUI 2.8 is the latest stable version of WinUI that can be used for building production UWP applications (and desktop applications using XAML Islands). The library is available as a …
WinUI 2 - UWP applications | Microsoft Learn
Apr 29, 2025 · WinUI 2 is tightly integrated with Windows SDKs and provides official native Windows UI controls and other user interface elements for UWP applications (and desktop applications using …
Build a C# .NET app with WinUI and Win32 interop
Mar 6, 2025 · In this topic, we step through how to build a basic C# .NET application with WinUI and Win32 interop capabilities using Platform Invocation Services (PInvoke).
WinUI 2.8 Release Notes - UWP applications | Microsoft Learn
Apr 29, 2025 · WinUI 2.8 is the latest stable release of WinUI for UWP applications (and desktop applications using XAML Islands).
WinUI Notes tutorial - Introduction - Windows apps
Sep 2, 2025 · This tutorial series demonstrates how to create a WinUI app using XAML and C#. The app you'll create is a note app, where the user can create, save, and load multiple notes.
WinUI - Windows apps | Microsoft Learn
WinUI 将 Win32 应用模型的灵活性与现代 Windows UX 的丰富性相结合。 它专为想要使用与内置 Windows 体验相同的设计语言和系统功能构建生产级桌面应用的开发人员设计。 新式 UI WinUI 包括 …
WinUI - Windows apps | Microsoft Learn
WinUI es el marco de interfaz de usuario nativo moderno de Microsoft para compilar aplicaciones de escritorio de Windows. Aporta fluent Design System, representación de alto rendimiento y un modelo …
WinUI Notes - Step 3 - View-model - Windows apps | Microsoft Learn
Sep 2, 2025 · You'll probably see and hear it mentioned as you learn more about creating WinUI apps. Separating the views and models, as you've done here, is the first step towards a full MVVM …