

Recent
The Best MAUI Library You Don't Know: Nalu
·7 mins
Nalu.Maui fixes .NET MAUI Shell navigation’s biggest pain points and adds layouts, controls, and high-performance scrolling. Here’s why you should check it out.
Easily Use Icon Fonts in .NET MAUI with IconFont.Maui
·5 mins
Introducing IconFont.Maui — a set of packages and a template that make it super easy to use icon fonts in your .NET MAUI apps. Strongly-typed glyph constants, generated straight from your TTF file.
NuGet Trusted Publishing: Making Secure Package Publishing Super Easy
·5 mins
I just discovered NuGet Trusted Publishing and it made publishing my NuGet package incredibly easy. Say goodbye to managing API keys!
Opt Out of Liquid Glass on iOS 26 with `UIDesignRequiresCompatibility`
·2 mins
iOS 26 introduces the Liquid Glass visual language. Learn how to temporarily opt out in your iOS app using the
UIDesignRequiresCompatibility Info.plist key.Excluding Assemblies from Trimming in .NET MAUI
·6 mins
How I fixed a mysterious Release build crash in my .NET MAUI app by excluding Akavache from trimming using a Linker.xml file.