News

.NET MAUI Dev Coders 'Close in on Feature Complete'

The new Visual Studio 2022 17.1 GA release includes the 13th preview of .NET Multi-platform App UI (.NET MAUI), called an evolution of Xamarin.Forms in that it can create desktop apps.

The two offerings are separate because .NET MAUI "slipped the schedule" and wasn't completed in time for .NET 6, which shipped last November. This is the third .NET MAUI preview since then. Microsoft says .NET MAUI will go GA sometime in the first half of 2022. It also says a Release Candidate is coming in the first quarter of the year, which ends next month.

"The 13th preview of .NET Multi-platform App UI is now available in Visual Studio 17.2 Preview 1," announced Microsoft's David Ortinau in a Feb. 15 blog post. "In addition to quality improvements, this release includes several implementations such as Label.FormattedText as we close in on feature complete for the upcoming release."

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

Becoming feature complete hopefully took a big step in this preview, with the release notes showing a whopping 95 pull requests, more than twice the number of Preview 12.

Among all those, Ortinau highlighted Label.FormattedText in his post, showing how a single Label control could duplicate the Windows font preview:

Using Label.FormattedText
[Click on image for larger view.] Using Label.FormattedText (source: Microsoft).

Several other controls were also updated, including:

Ortinau also noted new .NET Multi-platform App UI and Introduction to ASP.NET Core Blazor Hybrid documentation. The latter shows show how Blazor can be used with .NET MAUI in Windows Presentation Foundation (WPF) and Windows Forms apps, providing yet another desktop option among many. The new documentation says:

In a Blazor Hybrid app, Razor components run natively on the device. Components render to an embedded web view control through a local interop channel. Components don't run in the browser, and WebAssembly isn't involved. Razor components load and execute code quickly, and components have full access to the native capabilities of the device through the .NET platform.

Getting access to device capabilities is demonstrated in the article, "Edit Local Images/Text from a .NET MAUI Blazor Hybrid App."

However, the new documentation also includes an important note: "Blazor Hybrid is in preview and not recommended for production workloads."

The announcement post also delves into bootstrapping in a new scheme that puts more platform-specific code into a MauiProgram class, along with Dependency Injection, platform lifecycle events and more.

Readers can consult the project's roadmap and status wiki to get an idea where the coding effort is and where it plans to go.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube