#ifdef Windows

All about creating cool apps and tech on Windows.

Latest posts

Welcome to the Community Toolkit!
Jul 27, 2021
4
0

Welcome to the Community Toolkit!

Michael Hawker
Michael Hawker

In this post, we discuss recent changes to our GitHub organization and our plans for the future!

WinUI Desktop Unit Tests
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!

Windows Community Toolkit for the Windows App SDK
Apr 1, 2021
3
0

Windows Community Toolkit for the Windows App SDK

Michael Hawker
Michael Hawker

We've shipped the Windows Community Toolkit for Project Reunion 0.5! Find out how to get started now!

Leverage Microsoft Graph in Electron Applications using Microsoft Graph Toolkit!
Mar 16, 2021
1
0

Leverage Microsoft Graph in Electron Applications using Microsoft Graph Toolkit!

Amrutha Srinivasan
Amrutha Srinivasan

The Microsoft Graph Toolkit recently released an Authentication provider specifically for Electron applications that allows authentication and Graph integration with very few lines of code. This post walks you through the process of building a Graph powered Electron application using the Microsoft Graph Toolkit.

Creating a Windows Service with C#/.NET5
Feb 10, 2021
5
0

Creating a Windows Service with C#/.NET5

Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi

Lets create a simple app with C#/NET5 and see how we can register it as a Windows Service, logging information into the Windows Event Viewer, and moving some files around based on the outputs of a Machine Learning Model.

Command Line Parser on .NET5
Feb 3, 2021
9
0

Command Line Parser on .NET5

Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi

Lets learn how to parse command-line arguments in a C#/.NET5 application, and how a simple NuGet package can make this process much easier and declarative.

Using WinML in .NET5
Jan 27, 2021
1
0

Using WinML in .NET5

Alexandre Zollinger Chohfi
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.

Use a Custom Resource Markup Extension to Succeed at UI String Globalization!
Jan 25, 2021
3
0

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

Herrick Spencer
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.

WinUI 3 Preview 3
Jan 7, 2021
25
0

WinUI 3 Preview 3

Alexandre Zollinger Chohfi
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.