This repository is a compilation with documentation, examples and tips when converting code from Xamarin.Forms to .NET MAUI.
Перейти к файлу
Javier Suárez fa49ffb197 Update the README 2021-07-18 19:48:44 +02:00
Behaviors
Compatibility
Converters
Effects
Handlers Update the README 2021-07-18 19:48:44 +02:00
Triggers
Try-Convert Tool
.gitattributes
.gitignore
README.md

README.md

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.