News

Sporting a New MenuBar, .NET MAUI Heads for Release Candidate

Addressing an impressive array of issues, .NET MAUI has gotten a new MenuBar in Preview 14, the last stop before it reaches Release Candidate status.

About 180 GitHub issues were resolved in the preview, according to the release notes for the .NET Multi-platform App UI framework for building native device applications across mobile, tablet and desktop platforms. It's for that latter capability that Microsoft calls .NET MAUI the "evolution" of Xamarin.Forms, the mobile-only framework which it replaces.

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

With the dev team polishing things up for RC status, only one new feature was added and it pertains to desktop development, according to a March 16 post by principal program manager David Ortinau.

"While desktop app navigation and menus are often designed into the content window of many modern applications (think Teams left sidebar or Maps top tabs), there's still a strong need for a traditional menu that resides at the top of the app window on Windows, and in the title bar on macOS," he said.

With few new features to explain, Ortinau discussed File Picker and Connectivity APIs as examples of "essential" functionality that developers can leverage for non-UI-specific coding tasks.

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

"While combing through your feedback in previous .NET MAUI releases we have noticed a theme of questions such as 'how do I add a FilePicker,' 'how do I get check the connectivity of my app' and other such 'essential' application tasks that aren't specifically UI," Ortinau said.

"Within .NET MAUI is a set of APIs located in the Microsoft.Maui.Essentials namespace that unlock common features to bring that same efficiency to non-UI demands as to creating beautiful UI quickly. Originally a library in the Xamarin ecosystem, Essentials is now baked into .NET MAUI and is hosted in the very same dotnet/maui repository (in case you're wondering where to log your valuable feedback)."

As far as that RC status, Ortinau said in response to a question that this release almost qualified as an RC, but about 11 control-related tasks remained to be implemented. So the next release will be the RC, though the "Main branch is branding artifacts as RC," which apparently means it's just about feature-complete.

That means it's running about five or six months behind .NET 6, in which it was supposed to debut. However, .NET MAUI "slipped the schedule" and wasn't completed in time for .NET 6, which shipped last November. This is the fourth .NET MAUI preview since then. As Microsoft has said .NET MAUI will reach General Availability sometime in the first half of this year, forecasting an RC in the first quarter of the year, it looks like it slipped that schedule a little, too.

Developers can access the preview .NET MAUI bits in Visual Studio 17.2 Preview 2, which also shipped this week.

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