News

Microsoft's WinUI Wed with Uno Platform for Cross-Platform Apps

Microsoft and Uno Platform have teamed up to highlight the cross-platform app development capabilities of their respective dev tooling offerings.

For Uno Platform, that means Uno Platform. For Microsoft, that means WinUI, recently prepped for a milestone v.3 release.

WinUI uses Fluent Design to provide a native user experience (UX) framework for both Windows Desktop (Win32) and Universal Windows Platform (UWP) applications.

WinUI 3
[Click on image for larger view.] WinUI 3 (source: Microsoft).

"It provides a way to gradually migrate existing apps written in familiar technologies like MFC, WinForms, and WPF, allowing you to move these applications forward at your own pace," the WinUI site states. "It also supports familiar languages spanning C++, C#, Visual Basic, and even Javascript via React Native for Windows."

Uno Platform, meanwhile, has been around for a while, making some industry-leading breakthroughs important to the .NET developer space. Uno Platform says its open source and professionally supported flagship offering helps developers build native mobile, desktop and WebAssembly apps with C# and XAML with just a single codebase.

Uno Platform Features
[Click on image for larger view.] Uno Platform Features (source: Uno Platform).

The company/platform just last month announced that its new v3.5 release instantly supported WinUI 3 Preview 4 as part of its #WinUIEverywhere campaign.

The Cross-Platform App in Animated Action
[Click on image for larger, animated GIF view.] The Cross-Platform App in Animated Action (source: Microsoft).

So Uno Platform is all in on WinUI and has been cooperating with Microsoft, resulting in this week's post about teaming up to build cross-platform apps.

"With Uno Platform you can bring your WinUI apps everywhere that WinUI does not natively run -- Web/WebAssembly, Linux, macOS, iOS, and Android," the post reads.

It presents a five-minute tutorial on setting up a Visual Studio environment for WinUI and Uno Platform development, along with building a simple same-codebase app that uses WinUI InfoBar control and runs on Windows 10, WebAssembly and Android.

In a March 12 tweet, Uno Platform said the Microsoft-hosted post was "A teaser for @WindowsUI community call next week: a step-by-step tutorial at Windows Developer blogs showing WinUI InfoBar running on Web/WebAssembly and Android."

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