Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 532 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 532 Bytes

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.