This repository is a compilation with documentation, examples and tips when converting code from Xamarin.Forms to .NET MAUI.
Перейти к файлу
Javier Suárez bd5a730d18 Updated README 2021-07-18 19:05:46 +02:00
Behaviors Update README.md 2021-07-11 19:10:30 +02:00
Compatibility Update README.md 2021-07-11 19:10:58 +02:00
Converters Created Converters README 2021-07-04 18:59:28 +02:00
Effects Created README files 2021-07-03 18:53:39 +02:00
Handlers Updated README 2021-07-18 19:05:46 +02:00
Triggers Created Triggers README 2021-07-04 18:49:55 +02:00
Try-Convert Tool Updated folder 2021-07-04 12:10:20 +02:00
.gitattributes Added gitignore 2021-07-03 18:51:01 +02:00
.gitignore Added gitignore 2021-07-03 18:51:01 +02:00
README.md Updated README 2021-07-04 18:20:27 +02:00

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.