Showing results for 2021 - #ifdef Windows

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.

Oct 19, 2021
0
0

Get started building a Progressive Web App!

Justin Willis
Justin Willis

Get started building a Progressive Web App! Hello fellow Web Developers! Today I want to talk about how you can use PWABuilder, an open-source project from Microsoft, Github, VSCode and Azure Static Web Apps to help you build a Progressive Web App (PWA) and then ship that PWA to both the Web AND app stores! We will be starting completely from scra...

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!

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.

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.