this post was submitted on 09 Jun 2024
229 points (79.6% liked)
> Greentext
7574 readers
1 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.
Modern .NET (i.e. .NET Core and later) is cross platform. In fact, .NET APIs now are routinely run in containers not based on Windows.