Running a .NET MAUI Windows App as Administrator (Elevated)29 June 2022·3 minsIn this post you will learn how to run your .NET MAUI Windows app as administrator. We will learn how to setup your app to run elevated.
.NET MAUI Crash Course: Learn to Build Your First .NET MAUI App24 May 2022·3 minsWant to start learning .NET MAUI? Make sure to check out my TOTALLY FREE .NET MAUI Crash Course on YouTube. All the details in this post!
The Application "{application name}" Can't Be Opened on MacOS with .NET MAUI18 March 2022·2 minsHaving trouble opening “.app” files on macOS? Check out this post to see what might be wrong and how you can fix it
Change .NET MAUI iOS Status Bar Color (Background)3 March 2022·4 minsIn this post I’ll show you how to customize the status bar color for a .NET MAUI iOS app, even when rotating the device!
Implement Folder Picker with .NET MAUI, WinUI and macOS15 February 2022·4 minsIn this post I’ll show you how to implement a folder picker with .NET MAUI by using dependency injection and implementing platform code
Xamarin.CommunityToolkit Sample App Building on Windows2 February 2021·5 minsPeople try to build the Xamarin.CommunityToolkit sample app, but on Windows it might give you issues. This post describes things you might see
OTP Auto-Fill Entry for iOS with Xamarin.Forms14 October 2020·3 minsThis post shows you how to implement the iOS OTP autofill functionality in a Xamarin.Forms Entry control by using a custom renderer
XamExpertDay 2020 Online: A Full Day of Deep-Dive Xamarin and .NET MAUI Content6 October 2020·6 minsIn this post I have written something about the history of the XamExpertDay as well as the recap of the latest edition: the 2020 online event
Xamarin.Forms RowDefinition & ColumnDefinition through binding31 July 2020·2 minsThis quick and dirty post shows you how to use Grid RowDefinitions or ColumnDefinitions with data-binding from XAML in Xamarin.Forms
Xamarin.CommunityToolkit: an introduction to a great new supporting library for Xamarin.Forms31 July 2020·4 minsI proudly introduce to you the Microsoft.Toolkit.Xamarin.Forms package! In this post you will read all about this package (aka XamarinCommunityToolkit)