From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- Translate Your .NET MAUI App with LocalizationResourceManager.Maui
Translate Your .NET MAUI App with LocalizationResourceManager.Maui explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.
Read more - Arrange elements on a .NET MAUI page
Before developing a new page, it is best to think about the layout of the various elements. And you
Read more - My experience with migrating my app from Xamarin.Forms to .NET MAUI
I’ve been eager to rewrite some of my personal apps from Xamarin.Forms to .NET MAUI, but since all of them…
Read more - Distribution certificates, .p12 files, and provisioning profiles with iOS
Distribution certificates, .p12 files, and provisioning profiles with iOS with practical guidance, key concepts, and implementation tips for .NET MAUI developers.
Read more - Introducing MediaElement for .NET MAUI - Playing Video & Audio
Introducing MediaElement for .NET MAUI - Playing Video & Audio explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.
Read more - MAUI Snack - Get ANY Resource Dictionary Value in Code Behind!
Johan Svensson shows how to reliably resolve .NET MAUI resource values from code-behind, even when resources are nested through `OnPlatform`, `OnIdiom`, dynamic references, and merged dictionaries. The article focuses on handling tricky runtime resource resolution patterns that basic key lookups can miss.
Read more - Build iOS Apps with or WITHOUT a Mac? Visual Studio, C#, & .NET MAUI with Hot Restart
James Montemagno walks through Build iOS Apps with or WITHOUT a Mac? Visual Studio, C#, & .NET MAUI with Hot Restart, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.
Read more - Navigate to a new page in .NET MAUI
We are now starting to create the main page of the application. But new page also means, enable the user going to that page! So let
Read more - .NET maui CollectionView Basic (C#)
Samir GC · .NET maui CollectionView Basic (C#) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.
Read more - Deploying your .NET MAUI apps to production - Part 2: iOS
Part 2 of the .NET MAUI deployment series, covering the complete process for deploying iOS apps to the Apple App Store with signing and distribution guidance.
Read more - .NET MAUI - Working with images
Daniel Hindrikes walks through practical image handling in .NET MAUI, covering common patterns and pitfalls.
Read more - Localization in .NET MAUI - Adding Multi-Language to Your Apps
Localization in .NET MAUI - Adding Multi-Language to Your Apps explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.
Read more - .NET MAUI CollectionView (XAML)
Samir GC · .NET MAUI CollectionView (XAML) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.
Read more - Deploying your .NET MAUI apps to production - Part 1: Android
Complete guide to deploying .NET MAUI apps to production on Android, covering the Google Play Store submission process with practical tips and hard-won insights.
Read more - .NET MAUI MVVM (C#)
Samir GC · .NET MAUI MVVM (C#) walks through a practical way to implement an MVVM setup that is clear and reusable in .NET MAUI. You will learn why keeping UI code manageable as app complexity grows matters and how to wire the feature from setup to a working result.
Read more