Showing results for Desktop - #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...

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

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!

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.

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.

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.

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.