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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube