Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jsuarezruiz/xamarin-forms-to-net-maui
- Owner: jsuarezruiz
- License: mit
- Created: 2021-06-14T14:58:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T15:26:15.000Z (6 months ago)
- Last Synced: 2024-06-05T17:38:54.733Z (6 months ago)
- Topics: dotnet, dotnet-maui, maui, xamarin
- Language: C#
- Homepage:
- Size: 8.95 MB
- Stars: 103
- Watchers: 11
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-maui - Xamarin Forms to .NET MAUI - forms-to-net-maui?style=flat-square)](https://github.com/jsuarezruiz/xamarin-forms-to-net-maui) [![GitHub stars](https://img.shields.io/github/stars/jsuarezruiz/xamarin-forms-to-net-maui?style=flat-square)](https://github.com/jsuarezruiz/xamarin-forms-to-net-maui/stargazers) ![last commit](https://img.shields.io/github/last-commit/jsuarezruiz/xamarin-forms-to-net-maui?style=flat-square) - This repository is a compilation with documentation, examples and tips when converting code from Xamarin.Forms to .NET MAUI. (General / Get Started)
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.