Displaying Base64 encoded images in .NET MAUI1 March 2023·3 minsIn this blogpost I will show you how to show Base64 encoded image in your .NET MAUI apps. As a bonus, we’ll see how to encode it yourself too!
Full-screen, disable minimize/maximize for .NET MAUI Windows apps13 February 2023·5 minsIn this post we will learn how to make your .NET MAUI Windows app fullscreen or disable the maximize and minimize button on the title bar
Customize the Tab Bar "More" Title with .NET MAUI on Android21 November 2022·3 minsIn this post you will learn how to customize the title for the overflow tab in the Android tab bar with .NET MAUI apps
Upgrade Your .NET MAUI App to .NET 716 November 2022·3 minsUpdating your .NET MAUI app from .NET 6 to .NET 7 is easy! In this post we’ll see what the process looks like.
MediaElement for .NET MAUI: Early Preview24 October 2022·6 minsMediaElement for .NET MAUI is coming! In this post you can read about the progress, features and how you can try it yourself, today!
.NET MAUI Windows Unpackaged Apps6 September 2022·3 minsWant to learn how to distribute your .NET MAUI Windows app as an unpackaged app? AKA no MSIX? Just an exe? This post is for you!
Looping iOS Remote Simulator Connection Issue with .NET MAUI1 September 2022·3 minsHaving issues with the iOS Remote Simulator on Visual Studio? It’s looping the connection status but never connects? Check this!
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