News

.NET MAUI Release Candidate Ships with 'Go Live' Support

.NET MAUI, Microsoft's tardy "evolution" of Xamarin.Forms, has shipped as a Release Candidate with "go live" support for production-ready applications.

.NET Multi-platform App UI is tardy because it was supposed to ship with .NET 6 last November but "slipped the schedule," with the dev team playing catch-up ever since in a series of previews. .NET MAUI is expected to hit General Availability status next month.

The cross-platform development framework evolves the mobile-centric Xamarin.Forms with Windows and macOS desktop app support, adding to the Android and iOS platform SDK support. That opens up several new app building approaches, including Blazor Hybrid for creating interactive client-side web UI with .NET in an ASP.NET Core app.

Thus it has more than 40 layouts and controls, including all the Xamarin.Forms UI controls along with new ones such as BlazorWebView, Border, GraphicsView, MenuBar, Shadow and Window.

.NET MAUI
[Click on image for larger view.] .NET MAUI (source: Microsoft).

Now, developers who have been waiting some five months for production-ready .NET MAUI tooling can get it with the new Visual Studio 2022 v17.2 Preview 3 by making sure ".NET MAUI (preview)" is checked under the "Mobile Development with .NET workload" during installation.

Sample Podcasting App Running on Android, iOS, macOS and Windows
[Click on image for larger view.] Sample Podcasting App Running on Android, iOS, macOS and Windows (source: Microsoft).

Microsoft has already used it to build the .NET Podcasts - Sample Application (pictured above) on GitHub, running on Android, iOS, macOS and Windows while showcasing both native app UI as well as the aforementioned Blazor Hybrid. In response to a reader question, principal program manager David Ortinau even said he hopes the dev team for mobile Office applications will be strongly tempted to switch from React Native to .NET MAUI as the latter offering matures.

More information can be found in:

  • The project's release notes, which detail a whopping 200-plus "What's Changed" items in RC1
  • "Build your first app" documentation
  • "Migrating to RC1" guidance
  • A new .NET MAUI - Workshop that shows how to integrate native features while building a complete app
  • The April 12 announcement post

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events