Recent Posts

Playing audio with .NET MAUI

6 minute read

Many apps, whether mobile or desktop, require the ability to play audio. That audio may be remote, stored in the app bundle, or be chosen from the user’s dev...

Playing video with .NET MAUI on Windows

1 minute read

Previously I wrote about playing video with .NET MAUI on Android, iOS, and Mac Catalyst. The problem platform was Windows because WinUI 3 lacked any media pl...

Behaviors library for .NET MAUI

3 minute read

Many years ago I wrote a behaviours library for Xamarin.Forms. The conventional view was that behaviours extend the functionality of controls, with typical e...

Display a map with .NET MAUI

3 minute read

Many apps, whether mobile or desktop, require the ability to show a map. However, .NET MAUI doesn’t currently have a view (control) capable of displaying a m...

Playing video with .NET MAUI

6 minute read

Many apps, whether mobile or desktop, require the ability to play video. That video may be remote, stored in the app bundle, or be chosen from the user’s dev...