Freelance .NET MAUI & IoT Developer that just so happens to fly an Airbus A320 around Europe.

Xamarin to MAUI Migration – Part Two – Migrating

Continue you journey in migrating your Xamarin App over to MAUI and DotNet 7+

Last time out we descripted the planning and prep work needed for the migration, here we will show one way to start the migration with a real app.

Xamarin to MAUI Migration – Part One – Why and How to Prepare

How to start migrating your Xmarin App over to MAUI and DotNet 7+

Here I will describe how to start the process of taking your Xamarin App and migrating it over to MAUI and the new versions of DotNet so that it can move with the future of mobile development.

Set-up Azure DevOps for MAUI

A walk through of using Azure DevOps to build and distribute your new .NET MAUI App

A walk through of using Azure DevOps to build and distribute your new .NET MAUI App, this will be a multi-part post and first we will cover iOS App DevOps and move on to the Android and Windows next.

MAUI Deep Dive Part 3

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

MAUI Deep Dive Part 2

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

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.