|
|
|
|
|
by LeFantome
212 days ago
|
|
I agree that, despite all the complaining, code re-use and longevity on .NET is second to none. Where there is intense confusion in these comments is in thinking that MAUI is a web application framework. MAUI is "cross-platform" as you say but really mobile first with desktop brought along for the ride. It is in no-way intended to be a web application tech. Avalonia has created an Avalonia back-end for MAUI which means running MAUI apps wherever Avalonia is supported, and that includes WASM. So now you can run MAUI apps in a browser. You can but that does not make MAUI web tech. I can run Windows 95 in a browser. That does not make Win32 a web API. |
|