So I’ve done a bunch of application development in windows in C# and Java, and while Java stuff is pretty similar in Linux with Swing I’m not as confident in C# there (not too familiar with Mono), but I also want to diversify a bit too. Any recommendations?

  • F04118F@feddit.nl
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    12 hours ago

    Yes, you are right.

    The old stuff, now no longer supported, is:

    • .NET Framework up to and incl version 4.8
    • Runtimes distributed as part of Windows
    • Mono is a Linux Runtime used for compatibility

    The new stuff:

    • .NET Core, up to and incl 3, more recent versions are named .NET from version 5 onwards (to prevent mixing it up with the old Framework)
    • Is completely cross-platform, natively
    • I don’t know about desktop specific graphical stuff but that probably depends on the specific library