jsuarezruiz / xamarin-forms-to-net-maui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C# 100.0%