Question for .net devs. I have nearly zero front end development experience which is why I'm asking.
We have a desktop .net 4.8 WPF UI app. For various 'reasons', we want to migrate it to .net core 7.
Is Maui the UI framework we should move to for the UI or is there something else which would make the transition easier/faster, etc?
The FE devs are good. I have full faith in their abilities to learn new frameworks. I'm mainly looking for the fastest and least perilous path.
#dotnet
#dotnetmaui
@aviator I guess it really depends. MAUI and @avaloniaui are both great projects with great people involved. To me, MAUI has just too many bugs. I don't believe this will be much better in .net 8. the maui team is great, its just not enough ressources and commitment from microsoft. just go to github and search for open collectionview bugs and gesture recognizers. I personally would recommend to take a look on avalonia and maui blazor hybrid. I hear a lot of good things from both.