Freelance .NET Xamarin MAUI IoT Developer that just so happens to fly a Boeing 787 around the world.

MAUI Deep Dive Part 1

A short series of blogs deep diving into DotNET MAUI...

In this series we will start from File -> New and explain how a MAUI app is Built by building a simple app and explaining each step...

What is .NET MAUI

Brief tour of the new .NET MAUI and whats different to Xamarin.Forms

MAUI or more accurately .NET MAUI stands for .NET Multi-platform App UI which seems a bit of a mouthful but essentially all it is is the next iteration of Xamarin, here I look into the high level changes from Xamarin.Forms

Setup Windows Terminal to run a Macro

I run a PowerShell script often to delete the OBJ/BIN folders in my Xamarin projects when things get a bit Janky, it was copy and pasting but now I have automated it with Windows Terminal...

Setup HotRestart for iOS on Windows

If you develop Xamarin Applications and you’re on Windows then here is how to plug your iPhone into your Windows machine and debug without a Mac

Create your own Xamarin.Forms NuGet

If you have an Open PR with Xamarin.Forms but need the fix to get your project working then here is the process to create your very own NuGet with your super fix while you wait for the PR to be merged.