this post was submitted on 09 Jun 2024
230 points (79.8% liked)

> Greentext

7474 readers
32 users here now

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] EnderMB@lemmy.world 23 points 3 months ago (9 children)

IMO C# is at the point where Java can probably just die. I don't see a point in keeping Java when C# is a viable option in many use cases.

[–] audiomodder@lemmy.blahaj.zone 8 points 3 months ago (4 children)

Compiled Java is still cross-platform. It’s been a few years for me, but when I last worked in C# it was a giant PITA to work on it in Linux or MacOS. I hope it’s gotten better.

[–] vithigar@lemmy.ca 7 points 3 months ago (1 children)

.NET (not .NET Framework) is cross platform and can be compiled into native binaries on a variety of platforms. There is however the wrinkle of not all the libraries within .NET being supported on all platforms. Most notably, everything involving a graphical UI is Windows only.

The most well known cross platform .NET project you probably have heard about is Jellyfin.

[–] 0ops@lemm.ee 2 points 3 months ago

TIL, I love jellifin

load more comments (2 replies)
load more comments (6 replies)