All Projects → jsuarezruiz → xamarin-forms-to-net-maui

jsuarezruiz / xamarin-forms-to-net-maui

Licence: other
This repository is a compilation with documentation, examples and tips when converting code from Xamarin.Forms to .NET MAUI.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to xamarin-forms-to-net-maui

xappium.uitest
Xappium.UITest is a UITest helper framework built on top of Appium. This aims at making it easier to write and run UI Tests.
Stars: ✭ 60 (-40.59%)
Mutual labels:  dotnet-maui
maui-samples
Samples for .NET Multi-Platform App UI (.NET MAUI)
Stars: ✭ 1,965 (+1845.54%)
Mutual labels:  dotnet-maui
HackerNews
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
Stars: ✭ 184 (+82.18%)
Mutual labels:  maui
Maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Stars: ✭ 13,112 (+12882.18%)
Mutual labels:  maui
yew
Yew is a library to help make it easier to write interactive UI with Unity's UI Toolkit. If you like React for Web/native, you just might like Yew.
Stars: ✭ 27 (-73.27%)
Mutual labels:  maui
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Stars: ✭ 865 (+756.44%)
Mutual labels:  maui
mvvmgen
MvvmGen is a lightweight MVVM library for XAML applications. It generates your ViewModels on-the-fly for you via a Roslyn-based C# Source Generator.
Stars: ✭ 179 (+77.23%)
Mutual labels:  maui
EBind
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
Stars: ✭ 141 (+39.6%)
Mutual labels:  maui
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (-25.74%)
Mutual labels:  maui
net6.0-mobile-fsharp
Mobile templates for .NET 7.0 / F# 7.0
Stars: ✭ 76 (-24.75%)
Mutual labels:  maui
DebounceMonitoring
📑 Add debounce logic for any method in a single line.
Stars: ✭ 44 (-56.44%)
Mutual labels:  maui
Microsoft.Maui.Graphics.Controls
Experimental Microsoft.Maui.Graphics.Controls - Build drawn controls (Cupertino, Fluent and Material)
Stars: ✭ 549 (+443.56%)
Mutual labels:  dotnet-maui

From Xamarin.Forms to .NET MAUI

.NET MAUI is a cross-platform application development framework, evolution of Xamarin.Forms. Convert Xamarin.Forms projects or code to .NET MAUI will be a regular task soon.

This repository is a compilation with documentation, examples and tips when converting code:

  • Use Converters.
  • Use Behaviors.
  • Use Effects.
  • Reuse Converters without modify code.
  • Convert Renderers to Handlers.
  • Use Triggers.

Besides learning about the try-convert tool and how to use it with different examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].