• Jesus_666@feddit.de
    link
    fedilink
    arrow-up
    19
    ·
    1 year ago

    As does C#. The Windows-specific parts are not the parts most developers will use these days.

      • _danny@lemmy.world
        link
        fedilink
        arrow-up
        9
        ·
        1 year ago

        C# is .Net though. It’s only syntax without it.

        I think it’s definitely a dig at windows, because that used to be the primary issue with c#, you could only really target windows and you could only write it using windows. You could run .net framework applications on Linux, but it was a lot of work and it really underperformed (which would fit the timeline of 2015, when this comic was first posted). Now with .net core you can make a self contained executable that can run on anything.

        • scottyjoe9@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          You can even compile to a native executable these days I believe so you don’t have to have the .net runtime installed or bundled.