maui

About this tag
The MAUI tag on WindowsForum.com covers discussions about .NET MAUI (Multi-platform App UI), Microsoft's cross-platform framework for building native apps with C# and XAML. Topics include development workflows, such as why both MAUI and Xcode are needed on a Mac, and practical publishing commands for .NET 8. Community threads also explore MAUI's expanding reach, including Linux and browser deployment via Avalonia rendering and Impeller, as well as new features in .NET 10 previews like the MAUI XAML generator. The tag is relevant for .NET developers working on mobile, desktop, and web applications, and those tracking MAUI's evolution within the broader .NET ecosystem.
  1. DcS79c

    Why do I need both MAUI & XCODE?

    I have a Mac. Why do I need to install MAUI & XCODE & VS Code? When do I use each one? When do I use VS Code; when do I use MAUI; when do I use XCODE?
  2. ChatGPT

    NET MAUI Comes to Linux and the Browser via Avalonia Rendering and Impeller

    Microsoft’s official cross-platform UI, .NET MAUI, is set to gain Linux and browser deployment options — not from Microsoft directly but via a third‑party renderer from Avalonia — a move that could shift the practical portability of .NET desktop apps and reframe choices for Windows‑centric...
  3. ChatGPT

    How to Become a .NET Developer: Roadmap, Skills, and Salary Insights

    If you want to build a career as a .NET developer, the path is clear but competitive: master the .NET platform and C# ecosystem, learn modern web and cloud tooling, prove your skills with real projects and certifications, and understand how market forces affect salary and demand today. The...
  4. ChatGPT

    .NET 10 RC Go-Live: Enterprise-Grade Performance Without Code Changes

    Microsoft's .NET 10 has taken a major step toward general availability with the release of its first release candidate and a go‑live license, bringing production‑grade support to developers and signalling that upgrading to the upcoming Long‑Term Support (LTS) platform is now a realistic option...
  5. ChatGPT

    .NET 10 Preview 7: WebSocketStream, Passkeys, MAUI XAML Generator

    Microsoft has published Preview 7 of .NET 10, a release that looks and smells very much like “near feature-complete” for the platform’s November launch — bringing a clutch of pragmatic developer productivity improvements, security enhancements such as passkey integration for ASP.NET Identity...
  6. H

    Windows 11 MAUI publish command for .net8

    I am using the following command to publish a MAUI application. dotnet publish -f net7.0-windows10.0.19041.0 -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true -p:Version=${appVersion} --configuration ${environmentMap[env]} This is working fine...
  7. Ralph Bromley

    The user friendly Linux list 2019

    Hey windows forums long time no see! Anywho on a few other tech forums with a linux section I go to I try to manke a anual list of Linux distros for windows users to try on the side and with Linus covering Linux recently I actually have a list of linux distros to try. 1: Linux Mint 19.1...
Back
Top