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