Showing results for Windows - #ifdef Windows

Sep 11, 2024
16
12

Modernize your UWP app with preview UWP support for .NET 9 and Native AOT

Sergio Pedri
Sergio Pedri

We’re introducing the initial preview UWP (Universal Windows Platform) support for .NET 9, providing a path for existing UWP developers to modernize their apps with the latest .NET and Native AOT. Are you a UWP app developer considering migrating to Windows App SDK and WinUI 3? Or wanting to leverage the latest releases of .NET and Nati...

Jun 27, 2023
5
3

Microsoft Store Open Source Series — AppServices library

Sergio Pedri
Sergio Pedri

Looking for ways to empower your UWP app beyond what you thought was possible? Today, we're going to show you how to leverage the AppServices library we built for the Microsoft Store to unlock the power of Win32 APIs. Plus, we have a new source generator which makes using app services a piece of cake! 🍰 This is part of our new "Microsoft Sto...

Jun 15, 2023
0
3

Introducing the Microsoft Store channel on Discord

Sergio Pedri
Sergio Pedri

This post was co-authored with Priyanka Gupta Kankane ( on Discord), Senior Program Manager in the Microsoft Store services team. We are excited to announce the launch of the channel on Discord, a dedicated space where you can connect, engage, and share feedback on everything related to the Microsoft Store app, website, Partner Center, MSIX pac...

Apr 20, 2023
0
5

The Windows Community Toolkit 2023 Update

Michael Hawker
Michael Hawker

It's been a pretty busy year for the Windows Community Toolkit (WCT), even though you may not realize it! We wanted to share what we've been working on, why it's important, where things are at, and how you can help! If you're new to the Toolkits, you can find an introduction video to them here. In 2022, we announced the Windows Community Too...

Oct 20, 2021
9
1

Building Your First UWP Application

Zachary Teutsch
Zachary Teutsch

This article walks through getting setup with Universal Windows Platform development and showcases how to build a fun Soundboard starter application.

May 26, 2021
4
0

WinUI Desktop Unit Tests

Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi

Lets jump straight into how to create a Unit Test project for WinUI Desktop, using MSTest!