Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/jsuarezruiz/xamarin-forms-to-net-maui

dotnet dotnet-maui maui xamarin

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.