MAUI
Everything on SkillVeris tagged MAUI — collected across the glossary, study notes, blog, and cheat sheets.
16 resources across 1 library
Study Notes(16)
UWP vs MAUI for Windows
Comparing Universal Windows Platform and .NET MAUI as approaches to building Windows desktop apps, and why Microsoft now steers new projects toward MAUI plus W…
XAML in WPF vs UWP vs MAUI
A comparison of how XAML is used across WPF, UWP, and .NET MAUI, covering namespace differences, binding models, and platform reach.
MVVM in .NET MAUI
How the MVVM pattern is applied in .NET MAUI using CommunityToolkit.Mvvm, XAML data binding, Shell navigation, and dependency injection to build cross-platform…
Blazor Hybrid with .NET MAUI
How Blazor Hybrid hosts Razor components natively inside .NET MAUI apps via BlazorWebView, enabling shared UI code across web, desktop, and mobile with native…
Dependency Injection
Understand how .NET MAUI's built-in dependency injection container wires up services, view models, and pages via MauiProgram.cs.
MAUI Best Practices
Practical guidelines for structuring, optimizing, and shipping production-quality .NET MAUI applications.
MAUI Blazor Hybrid
Learn how BlazorWebView embeds Razor components inside a native MAUI app, sharing UI code between web and native targets.
MAUI Interview Questions
Common .NET MAUI interview questions covering core concepts, architecture, and performance, with explanations to help you prepare.
MAUI Layouts
How Grid, StackLayout, FlexLayout, and AbsoluteLayout measure and arrange child views, and when to choose each for performance and responsiveness.
MAUI Quick Reference
A condensed cheat sheet of core MAUI layouts, data-binding syntax, and Essentials APIs for quick lookup while coding.
MAUI vs Flutter
A technical comparison of .NET MAUI and Flutter across language, rendering, performance, and ecosystem to help you choose the right cross-platform stack.
Setting Up the MAUI Environment
A practical walkthrough of installing the .NET SDK, the MAUI workload, and the Android, iOS, and Windows prerequisites needed to build MAUI apps.
The MAUI Project Structure
A tour of a default .NET MAUI project's folders and startup files — Platforms/, Resources/, MauiProgram.cs, App.xaml, and AppShell.xaml — and what each one con…
The MVVM Pattern
Understand how Model-View-ViewModel separates UI from business logic in .NET MAUI, using CommunityToolkit.Mvvm's ObservableObject and RelayCommand to keep code…
What Is .NET MAUI?
An introduction to .NET MAUI, Microsoft's cross-platform UI framework for building native Android, iOS, Windows, and macOS apps from a single C#/XAML codebase.
Your First MAUI App
A hands-on walkthrough of scaffolding, running, and modifying your first .NET MAUI app, including event wiring, navigation, and Hot Reload debugging.