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?

  • jollyrogue@lemmy.ml
    ·
    1 day ago

    JetBrains Rider is probably the best C# IDE for Linux, and MS ported .NET server stuff a while ago.

    I’m not sure about C# GUI toolkits on Linux. WPF isn’t there, and I’m not sure how mature Maui is on Linux.

    • engelsaxons [comrade/them]
      hexagon
      ·
      1 day ago

      Yeah outside of Java I'm wondering if I might have to start learning some OpenGL/Vulkan stuff for graphics.