mesamune@lemmy.world to Technology@lemmy.worldEnglish · 2 months agoMicrosoft donates the Mono Project to the Wine teamwww.gamingonlinux.comexternal-linkmessage-square204fedilinkarrow-up1741arrow-down116cross-posted to: [email protected][email protected][email protected][email protected]
arrow-up1725arrow-down1external-linkMicrosoft donates the Mono Project to the Wine teamwww.gamingonlinux.commesamune@lemmy.world to Technology@lemmy.worldEnglish · 2 months agomessage-square204fedilinkcross-posted to: [email protected][email protected][email protected][email protected]
minus-squarechaospatterns@lemmy.worldlinkfedilinkEnglisharrow-up24·2 months ago.net core is the future but Mono is still important for running legacy .net framework applications like ones that use WinForms or WPF. That’s pretty much it. Anything new should go straight to .net core.
minus-squareMihies@programming.devlinkfedilinkEnglisharrow-up8·2 months agoHm, WinForms and WPF with Wine you mean? Otherwise makes not much sense. Was WPF ever run in this combination!
minus-squarechaospatterns@lemmy.worldlinkfedilinkEnglisharrow-up3·2 months agoAh yeah. Mono didn’t support WPF, but Mono did support running WinForms apps natively on Linux without using Wine.
minus-squareMihies@programming.devlinkfedilinkEnglisharrow-up2·2 months agoThe problem with WinForms is that at least serious 3rd party libraries do a lot of direct API calls I guess, hence Wine.
.net core is the future but Mono is still important for running legacy .net framework applications like ones that use WinForms or WPF. That’s pretty much it. Anything new should go straight to .net core.
Hm, WinForms and WPF with Wine you mean? Otherwise makes not much sense. Was WPF ever run in this combination!
Ah yeah. Mono didn’t support WPF, but Mono did support running WinForms apps natively on Linux without using Wine.
The problem with WinForms is that at least serious 3rd party libraries do a lot of direct API calls I guess, hence Wine.