From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- What is a Scoped .NET Dependency, and Why You Should Use Them
James Montemagno walks through What is a Scoped .NET Dependency, and Why You Should Use Them, 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 - Building a Draw Something clone in .NET MAUI
Learn how to create a Draw Something style app in .NET MAUI with drawing surfaces, input handling, and playful UX ideas.
Read more - Making a Time Zone Picker Control for .NET MAUI
Matt Johnson-Pint builds a reusable time zone picker control for .NET MAUI applications.
Read more - NET MAUI How to Add Tray Icon on Windows
If your app should stay accessible while minimized, a system tray icon is a great pattern. This video walks through adding Windows tray icon support to a .NET MAUI app.
Read more - .NET MAUI HTTP, HTTPS, GIF, and Cached Image Control
Samir GC · .NET MAUI HTTP, HTTPS, GIF, and Cached Image Control walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.
Read more - Unit Testing .NET MAUI Apps with xUnit
Unit Testing .NET MAUI Apps with xUnit 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 - Building a game engine with .NET MAUI with Shaun Lawrence (2022-07)
Shaun Lawrence shares how he approached building a game engine in .NET MAUI and where MAUI fits in game-oriented architecture decisions. The session blends platform fundamentals with practical implementation guidance so you can move from experimentation to a working game foundation.
Read more - Catering to Desktop and Mobile with .NET MAUI
Sam Basu · Sam Basu explores how .NET MAUI supports both desktop and mobile form factors while adapting UX for each device class.
Read more - Customizing Controls in .NET MAUI
Pedro Jesus explains several ways to customize .NET MAUI controls, from extending controls to attached properties/mappers and platform behaviors.
Read more - Singleton vs Transient - What's the Difference in .NET Dependency Injection?
James Montemagno walks through Singleton vs Transient - What's the Difference in .NET Dependency Injection, 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 - Lottie Animations, Gestures, and Scrolling
Flavio Gonclaves combines Lottie animations with gesture and scrolling interactions in .NET MAUI.
Read more - .NET MAUI Image Button C#
Samir GC · .NET MAUI Image Button C# walks through a practical way to implement button patterns for reusable MAUI UI in .NET MAUI. You will learn why building predictable user interactions in core screens matters and how to wire the feature from setup to a working result.
Read more - Binding Lottie (or Any Other Swift Framework with UI) in MAUI
Csaba Huszár explains how to bind Swift UI frameworks like Lottie for use in .NET MAUI iOS projects.
Read more - .NET MAUI CollectionView Grouping: Show Groups of Data
.NET MAUI CollectionView Grouping: Show Groups of Data 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 - Setting up CI for your .NET MAUI Windows app in Azure DevOps
In this post I will show you how you can set up continuous integration (CI) for your .NET MAUI Windows…
Read more