76c2661bbb | ||
---|---|---|
Behaviors | ||
Compatibility | ||
Converters | ||
Effects | ||
Handlers | ||
Library | ||
Triggers | ||
Try-Convert Tool | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
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.