From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- Migrating .NET MAUI from Mono and Tuning Mobile Performance
Vladislav Antonyuk digs into the architectural shift of .NET MAUI moving from the Mono runtime to CoreCLR, explaining both the performance benefits and the production problems that come with it. A practical guide covering dual-runtime targeting, GC tuning for mobile hardware, and using desktop-grade diagnostics on physical devices.
Read more - Implementing In-App Billing in .NET MAUI
Jorge Perales Diaz builds a clean, production-ready in-app billing architecture for .NET MAUI that abstracts Google Play, StoreKit, and the Microsoft Store behind one service. It covers product types, server-side receipt validation, subscriptions, restores, and the pitfalls that trip up real apps.
Read more - Give Your .NET MAUI Android Apps a Material 3 Makeover
Gerald Versluis explains how to enable Material 3 styling in .NET MAUI 10 with a single MSBuild property, covering which controls are supported today and what's coming next. One line in your .csproj transforms your Android app to use Google's latest design system.
Read more - Share Functionality in Your .NET MAUI Apps
Leomaris Reyes shows how to open the native share sheet in .NET MAUI to share text, links, and files across iOS, Android, and Windows. She also covers the security and presentation details that trip developers up.
Read more - .NET MAUI 11 Preview 4: CoreCLR, Badges, and C# in XAML
Gerald Versluis walks through all the highlights of .NET MAUI 11 Preview 4 including the runtime switch from Mono to CoreCLR, Material 3 support for Android, badge support for Shell tabs, and writing C# code directly in XAML. A comprehensive preview of what's coming next for .NET MAUI.
Read more - Integrating Native Device Features in .NET MAUI with Built‑In APIs
Syncfusion walks through using .NET MAUI's built-in native device APIs for camera, file picker, geolocation, connectivity, sensors, and more — all from shared C# code. A practical guide covering permissions, platform differences, and best practices for production apps.
Read more - .NET MAUI Changes Its Engine: What It Means for Your Mobile App
Horus Software breaks down what the .NET MAUI move from Mono to CoreCLR means for teams maintaining or building mobile apps. A clear, practical explainer covering unified diagnostics, startup improvements, debugger caveats, and what to measure before migrating.
Read more - Writing Your Own Roslyn Analyzers for .NET MAUI
Jorge Perales Diaz shows how to turn your team's MAUI best practices into compile-time rules by building custom Roslyn analyzers. From enforcing MVVM naming to catching UI-thread blocking calls, this guide makes the compiler your automated architecture reviewer.
Read more - Event Sourcing and CQRS in a Mobile Client with .NET MAUI and LiteDB
Jorge Perales Diaz brings enterprise architecture to mobile, showing how CQRS and Event Sourcing power clean offline-first apps in .NET MAUI backed by LiteDB. Instead of storing just current state, you store the events that produced it — unlocking audit history, easier sync, and reactive UI.
Read more - Material 3 in .NET MAUI — One Line to Transform Your App
Gerald Versluis demonstrates how enabling Material 3 in a .NET MAUI app is as simple as adding one property to your project file. See the before and after transformation and explore the HealthProfile sample app showcasing the new design system.
Read more - .NET MAUI Moves to CoreCLR in .NET 11
David Ortinau announces that CoreCLR is now the default runtime for .NET MAUI on Android, iOS, and Mac Catalyst starting in .NET 11 Preview 4. A milestone that brings runtime unification, tiered JIT, ReadyToRun, PGO, and the path to NativeAOT to mobile apps.
Read more - How to Verify Network Connectivity in .NET MAUI
Leomaris Reyes explains how to check network connectivity in .NET MAUI using the IConnectivity API, going well beyond a simple online/offline boolean. Learn to detect connection types and react to changes in real time.
Read more - The Best MAUI Library You Don't Know: Nalu — VirtualScroll, Custom Tabbar, and More!
Gerald Versluis explores Nalu, a comprehensive .NET MAUI library offering type-safe navigation, high-performance virtualized scrolling, custom tabbars, and layout utilities. If you haven't come across Nalu yet, this video makes the case for why it deserves a spot in your toolkit.
Read more - Bringing AI On-Device: Building and Integrating TensorFlow Lite Models in .NET MAUI
Jorge Perales Diaz walks the full lifecycle of on-device ML — training a model in Python, optimizing it as TensorFlow Lite, and wiring it into .NET MAUI for real-time inference. It's the end-to-end pipeline most tutorials skip, covering the crucial integration and performance details.
Read more - .NET MAUI Community Toolkit Monthly Standup, May 2026
.NET Foundation
Brandon Minnick
Vladislav Antonyuk The .NET MAUI Community Toolkit team walks through the new 14.2 release, camera and status bar fixes, and current PR priorities for the month. It is a practical update on what shipped, what is in review, and where contributors can jump in next.
Read more