Category

MAUI

.NET MAUI cross-platform app development practice

19 articles
2 Current page
Using Masa Blazor in MAUI

Using Masa Blazor in MAUI

Using `.NET MAUI`, you can develop applications that run on `Android`, `iOS`, `macOS`, and `Windows`, Linux (community-supported) from a single shared codebase. One codebase runs on multiple platforms.

MASA 技术团队 4/26/2022 12:45 PM
First Experience with MAUI: Awesome

First Experience with MAUI: Awesome

After a few hours of tinkering, successfully ran Hello World on Windows and Mac. I'll choose MAUI for desktop and mobile development from now on.

沙漠尽头的狼 4/16/2022 9:16 AM
Xamarin Forms Goodlooking UI

Xamarin Forms Goodlooking UI

An introduction to open-source mobile apps developed using Xamarin.Forms. If interested, you can visit the [GitHub](https://github.com/jsuarezruiz/xamarin-forms-goodlooking-UI) and [Gitee](https://gitee.com/dotnet9/xamarin-forms-goodlooking-UI) repositories to check them out and download the corresponding app projects for study.

jsuarezruiz 4/13/2022 6:38 AM
Implementing Hybrid Development with Vue in .NET MAUI

Implementing Hybrid Development with Vue in .NET MAUI

In MAUI, Microsoft's official solution is to use Blazor development, but most current Web projects are built with Vue, React, etc. If we cannot bypass the accumulated technology, rewriting the entire project with Blazor is not realistic.

林 小 1/18/2022 10:11 PM