mesamune to [email protected]English • 3 months agoMicrosoft donates the Mono Project to the Wine teamwww.gamingonlinux.comexternal-linkmessage-square205fedilinkarrow-up1743arrow-down116cross-posted to: programming[email protected][email protected][email protected]
arrow-up1727arrow-down1external-linkMicrosoft donates the Mono Project to the Wine teamwww.gamingonlinux.commesamune to [email protected]English • 3 months agomessage-square205fedilinkcross-posted to: programming[email protected][email protected][email protected]
minus-square@[email protected]linkfedilinkEnglish24•3 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-square@[email protected]linkfedilinkEnglish8•3 months agoHm, WinForms and WPF with Wine you mean? Otherwise makes not much sense. Was WPF ever run in this combination!
minus-square@[email protected]linkfedilinkEnglish3•3 months agoAh yeah. Mono didn’t support WPF, but Mono did support running WinForms apps natively on Linux without using Wine.
minus-square@[email protected]linkfedilinkEnglish2•3 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.