#ifdef Windows

The home for modern Windows app development.

Latest posts

Jan 27, 2021
Post comments count 1
Post likes count 0

Using WinML in .NET5

Alexandre Zollinger Chohfi

Lets get our hands down and create a simple .NET5 console app that uses WinML to analyse an image and classify what it is using a pre-built machine learning model.

Jan 25, 2021
Post comments count 3
Post likes count 0

Use a Custom Resource Markup Extension to Succeed at UI String Globalization!

Herrick Spencer

In this post, we give an alternate option to the common guidance for resource string globalization in XAML. We will give you a insiders peek at how Microsoft inbox apps use a custom markup extension to do this and the benefits that provides.

Jan 7, 2021
Post comments count 25
Post likes count 0

WinUI 3 Preview 3

Alexandre Zollinger Chohfi

Microsoft released Windows UI Library (WinUI) 3, an evolution of the UWP/XAML platform, that decouples the XAML UI framework from the Windows OS, and ships it in its whole as a NuGet package, effectively allowing developers to support new features of XAML on older versions of Windows 10 without the need of end-users to upgrade their OS.

Oct 21, 2020
Post comments count 0
Post likes count 0

A Sneak Peek of New Features with Microsoft Graph Toolkit v2.0.0

Beth Pan

In this post, we introduce you to some exciting new features that is coming to Microsoft Graph Toolkit v2!

Oct 7, 2020
Post comments count 5
Post likes count 0

MVVM Toolkit Preview 3 & The Journey of an API

Michael Hawker

In this post, we cover the journey of creating an easier to use API, how a .NET Native issue required a workaround, and how that ultimately proved to be a greater success!