frameworks
.NET MAUI Articles, Tutorials & News
.NET MAUI articles, tutorials, and news from the DotNetNews archive.
160 articles Updated
.NET MAUI work shows up across many DotNetNews issues because teams keep hitting the same implementation questions. .NET MAUI is a recurring focus for C# and .NET developers working in the Microsoft ecosystem.
Recurring subtopics in recent issues include cross-platform UI .NET, MAUI C#, maui, and net maui. When a subtopic never appears in the archive titles or excerpts, it is left out of this introduction.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for .NET MAUI; the archive list is chronological and larger. Secondary angles such as .NET MAUI and .NET MAUI tutorials appear when the archive actually covered them. Cross-links to Blazor and C# help when the problem spans more than one tag.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for .NET MAUI
-
From developer art to good looking apps - an AI design skill for .NET MAUI
mallibone.com Issue #501
A practical angle on a real developer pain point: shipping decent UI when design isn't your strongest skill.
-
Building Multi-Environment & White-Label Ready .NET MAUI Apps Using MSBuild Configurations
medium.com Issue #496
Useful MAUI project organization advice, especially for teams juggling environments and white-label builds.
-
Building Cross-Platform Desktop Apps with .NET MAUI in 2026
c-sharpcorner.com Issue #496
Broad MAUI overview piece for desktop ambitions across platforms.
-
.NET MAUI Community Standup: SkiaSharp 4 has arrived!
youtube.com Issue #493
SkiaSharp 4 landing is notable for MAUI folks who care about graphics, rendering, and cross-platform UI polish.
-
Build a Fitness Tracker Health Dashboard in .NET MAUI — No SDK Required
medium.com Issue #486
Nice MAUI UI-focused build for readers who want something concrete and visual.
-
.NET at Microsoft Build 2026: Must watch sessions
devblogs.microsoft.com Issue #478
Helpful session roundup if you missed Build and want the .NET highlights fast.
-
.NET MAUI Moves to CoreCLR in .NET 11
devblogs.microsoft.com Issue #477
A significant runtime shift for MAUI, and one to watch closely for performance and platform consistency implications.
-
.NET MAUI Community Standup: Rust, SkiaSharp Everywhere, AI/ML Live Processing
youtube.com Issue #476
A broad MAUI standup with enough crossover ideas to interest Blazor folks too, especially around drawn UI and live AI processing.
Archive
Page 1 of 7
Newest first
-
529: Agent, MCP, and Tooling: Taming Cross‑Platform DevFlows
mergeconflict.fm Issue #541
In this update-packed episode James and Frank dive into developer tooling: the VS Code Mobile Canvas that embeds emulators into your editor, MAUI DevFlow’s rewrite enabling plain .NET/native (and desk...
-
On-Device AI in .NET MAUI Without Model Lock-In
blog.devops.dev Issue #541
A provider-agnostic architecture for cloud, local, and platform-native AI with Microsoft.Extensions.AI Continue reading on DevOps.dev »
-
.NET MAUI CoreCLR Migration: Benchmarking Startup and Memory on Android
c-sharpcorner.com Issue #533
Learn how the .NET MAUI CoreCLR migration affects Android applications by benchmarking startup time, memory usage, runtime performance, and application behavior.
-
How Uno Platform uses .NET, MCP, and AI to build high quality apps
devblogs.microsoft.com Issue #531
This is a guest post by Sam Basu. Sam is a technologist, author, speaker, Microsoft MVP and Developer Advocate for Uno Platform. If you've spent any time building software in the last couple of years,...
-
Mastering .NET MAUI App Lifecycle Events: Navigation, Persistence & Background Execution
medium.com Issue #530
One of the biggest friction points when developing cross-platform applications in .NET MAUI is managing the App Lifecycle.
-
.NET MAUI in 2026 - How AI has Transformed App Development Forever
youtube.com Issue #528
AI is transforming not only how we write code but also how we test code, implement design, and even release our applications. .NET MAUI is part of this AI transformation with new powerful tools from t...
-
.NET MAUI Community Standup: Inspect, Record, Create: .NET MAUI Meets GitHub Copilot Canvas 🤝
youtube.com Issue #523
Join us with Dominik Titl for a look at a new developer tool that brings inspection, layout analyzers, test recording, and GitHub Copilot Canvas together for .NET MAUI. See how developers and Copilot ...
-
One Blazor UI, two hosts: a device-capability layer that stays resolvable everywhere
medium.com Issue #523
The same Blazor component set runs in a browser and inside a MAUI Blazor Hybrid app. But a share sheet, a fingerprint prompt, and a haptic…
-
.NET MAUI CoreCLR Migration: Startup and Memory Benchmarks
c-sharpcorner.com Issue #522
.NET MAUI moves to CoreCLR in .NET 11. Benchmark startup, memory, and package size for a smooth migration.
-
Migrating Xamarin to .NET MAUI: What I Learned the Hard Way as a Developer
rbohara.medium.com Issue #521
iOS surprises, a Bluetooth rabbit hole, and the navigation library that got a price tag overnight
-
.NET MAUI CoreCLR Migration: Finding Mobile Regressions
c-sharpcorner.com Issue #520
Navigate .NET MAUI CoreCLR migration for mobile apps. Discover regressions, test systematically, and ensure a smooth transition with this expert guide.
-
Benchmarking .NET MAUI Startup After CoreCLR Migration
c-sharpcorner.com Issue #520
Benchmark .NET MAUI startup after CoreCLR migration. Measure cold/warm starts, UI responsiveness, memory, and app size for accurate performance analysis.
-
Local AI in .NET MAUI: Running On-Device Models with ONNX Runtime
c-sharpcorner.com Issue #509
Unlock Local AI in .NET MAUI! Run ONNX models on-device for faster, private, offline AI experiences across platforms.
-
Blazor Hybrid Apps with .NET MAUI
c-sharpcorner.com Issue #507
Build native cross-platform apps with Blazor Hybrid & .NET MAUI. Reuse C#, Razor, HTML/CSS for Android, iOS, Windows, macOS. Boost development!
-
Integrating Sentry in .NET MAUI with Local File Logging
msicc.net Issue #506
Learn how to integrate Sentry into your .NET MAUI app with structured local file logging — enabling full diagnostics even when cloud reporting is disabled. Perfect for privacy-conscious apps and real-...
-
524: A .NET MAUI AI Revolution
mergeconflict.fm Issue #506
On episode 524 James and Frank dive into the new .NET MAUI developer stack—covering the MAUI CLI/Maui Doctor that auto-provisions SDKs and emulators, the Maui Sherpa GUI for device/Xcode/provisioning ...
-
From developer art to good looking apps - an AI design skill for .NET MAUI
mallibone.com Issue #501
I have a confession to make. Hand me a design and I will happily implement it in .NET MAUI. But ask me to come up with the design myself and things get dicey rather quickly. Since this post is part of...
-
Building Multi-Environment & White-Label Ready .NET MAUI Apps Using MSBuild Configurations
medium.com Issue #496
Most .NET MAUI applications begin with two build configurations: Debug and Release. As the project grows, additional environments such as…
-
Building Cross-Platform Desktop Apps with .NET MAUI in 2026
c-sharpcorner.com Issue #496
Build cross-platform desktop apps with .NET MAUI in 2026. Leverage a single codebase for Windows, macOS, Android, and iOS. Discover its architecture, benefits, and best practices.
-
.NET MAUI Community Standup: SkiaSharp 4 has arrived!
youtube.com Issue #493
SkiaSharp 4 is here! In this .NET MAUI Community Standup, Matthew Leibowitz, David Ortinau, and Gerald Versluis take a look at what’s new in SkiaSharp 4 and what it means for .NET MAUI developers. We’...
-
Build a Fitness Tracker Health Dashboard in .NET MAUI — No SDK Required
medium.com Issue #486
Custom arc rings, bar charts, and MVVM from scratch using IDrawable and CommunityToolkit
-
.NET MAUI APIs You Should Stop Using Before .NET 11
medium.com Issue #483
As .NET 11 continues to evolve, it’s a great opportunity for .NET MAUI developers to modernize their codebases. While many existing APIs…
-
.NET at Microsoft Build 2026: Must watch sessions
devblogs.microsoft.com Issue #478
Catch up on all the .NET sessions from Microsoft Build 2026 covering .NET 11, union types in C#, AI building blocks, the agentic web, .NET MAUI, and more! The post .NET at Microsoft Build 2026: Must w...
-
.NET MAUI Moves to CoreCLR in .NET 11
devblogs.microsoft.com Issue #477
.NET MAUI apps on Android, iOS, and Mac Catalyst now run on CoreCLR by default in .NET 11, unifying the runtime across all of .NET. The post .NET MAUI Moves to CoreCLR in .NET 11 appeared first on .NE...
-
.NET MAUI Community Standup: Rust, SkiaSharp Everywhere, AI/ML Live Processing
youtube.com Issue #476
David and Gerald are joined this month by Nick Kovalsky who will show us some amazing .NET MAUI things with Rust, SkiaSharp and drawn UI (also coming to Blazor?!) and AI live processing that he has be...