This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| comfilepi:dotnet:index [2026/06/09 18:02] – admin | comfilepi:dotnet:index [2026/07/10 02:20] (current) – [When to Choose .NET 5+] mfranklin | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| WinForms applications can be run on Linux panel PCs like the ComfilePi using one of the following configurations: | WinForms applications can be run on Linux panel PCs like the ComfilePi using one of the following configurations: | ||
| - | | + | |
| - | - Using .NET 5+ and a .NET port of Mono WinForms like our [[winforms: | + | * Using .NET Framework 4, with the application running on the Mono runtime. |
| In general, it is recommended to use the latest version of .NET unless you have a compelling reason not to. | In general, it is recommended to use the latest version of .NET unless you have a compelling reason not to. | ||
| Line 32: | Line 32: | ||
| One of the best ways to make your application portable across all platforms is to use [[https:// | One of the best ways to make your application portable across all platforms is to use [[https:// | ||
| - | If you can isolate your UI into a single .NET assembly, you can not only display your UI remotely in a web browser, but you can also host your UI in a WebView on any platform using [[https:// | + | For [[https:// |
| - | For Blazor Hybrid applications on Linux, consider using the open-source [[https:// | + | NOTE: Microsoft' |
| - | + | ||
| - | NOTE: [[https:// | + | |
| ==== Advantages ==== | ==== Advantages ==== | ||