.NET MAUI on macOS
James Montemagno takes on .NET MAUI on macOS in this ~5-minute video, published as “AppKit or UIKit for .NET MAUI Mac Apps? The Choice is Yours”. The source connects the core idea to the APIs, project structure, and platform behavior developers need to understand before using it in a real .NET MAUI app.
What you’ll learn
- Platform boundary — where shared .NET MAUI code ends and native behavior begins
- Implementation path — the APIs, project folders, and configuration used for each target
- Lifecycle and tooling — how builds, deployment, and runtime behavior differ by platform
- Portable design — how to keep most application logic shared while preserving native capabilities
Watch the full session for the complete walkthrough, demonstrations, and links shared by the presenter.