• mozz@mbin.grits.dev
        link
        fedilink
        arrow-up
        3
        ·
        5 months ago

        Yeah

        I could maybe see it, if all you know otherwise is C++, and your experience with other languages is trying to make python / go / node / whatever work well on a Windows machine without well-working tooling, and then you finally try C# and it’s like oh shit, it’s not filling up my mouth with feces every time I want to iterate over a dictionary or need memory management, this is a big improvement, I like it

        But, VSCode has good support for those other languages now anyway

        And, the bigger question, who the fuck are all these people upvoting this

        Like what do you guys do all day? Or is this some subtle super sophisticated joke I am not understanding, or do you just like the man’s chin? Or do you just not program and you upvote programming things out of general excitement about the idea of doing programming?

        Who in the fuck is this excited about C# of all the things in the world to get excited about?

        I’m just baffled in general by it

        • Sanctus@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 months ago

          I’m assuming since this is greentext a lot of people seeing this don’t work with code every day. I definitely don’t work with it every day, only reason I know .NET is a fistful of fireants is from the few programs I have made for my company.

          • Hawk@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            0
            arrow-down
            1
            ·
            5 months ago

            Makes me wonder what kind of programs you make? Work with C# everyday, never really run into problems unless you’re working with the deeper Windows layers.

      • Static_Rocket@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        5 months ago

        Microsoft tried to lock a development feature behind a paywall by introducing an artificial dependency on Visual Studio.

        This also happened to occur right around the time there were also licensing and hosting issues around open source libraries. The manipulation of the .NET foundation was the really concerning part. Made it clear that MS still doesn’t give a damn about the wider community using their language.

  • anus@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    5 months ago

    pervasive unchecked nullability

    Framework management is hell, fat binaries inconvenient and not default

    No option monad in the standard lib

    Cross version dependencies simply don’t work in some contexts

    Compiler output only marginally better than working with c++

    At least it doesn’t have Gradle.

    • ඞmir@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      pervasive unchecked nullability

      Addressed nowadays with the question mark and exclamation mark syntax, and programming without nullability is a pain

      Framework management is hell, fat binaries inconvenient and not default

      Nuget?

      Compiler output only marginally better than working with c++

      No one claims it’s faster at runtime than good C++, it’s just a lot easier to write decent code

  • Zimeron@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    Always seems like you have to reinvent the wheel in .NET and I’m missing something. Is there a nice set of ready to go libraries like Spring Boot?

    • FrostyCaveman@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      I get the sense that’s what .NET itself is meant to be

      It’s a very insular ecosystem IMO, and the lines between .NET, C# and Visual Studio are very blurry

  • EnderMB@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    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.

    • GissaMittJobb@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      I don’t think this line of reasoning is strictly speaking correct, but assuming it was, then I think it would follow that Kotlin exists and as such C# does not need to be kept around.

    • audiomodder@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      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.

    • grue@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      I’m sure Microsoft will be happy to know their EEE strategy is finally paying off, only two decades late.

      • EnderMB@lemmy.world
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        5 months ago

        It’s attitudes like this that made me choose C# as the language I wanted to use professionally after graduation.

        Having grown up in the Slashdot era where people would be childish, post about Micro$oft, and parrot EEE, all while the .NET Foundation consistently put out great tooling with a mature community that actively wanted to help you learn the language/framework, the choice was simple.

  • Xylight@lemdro.id
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    i hate .net with a passion and will spent the rest of my life hunting down the inventor

    • proton_lynx@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      8 days ago

      I read the post and thought to myself “am I the only one who hates .NET?”. Glad to know that I’m not the only one. Count me in on that hunt bro.

  • voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    5 months ago

    i tried using c# for lower-level-ish tasks and it was even more painful than js (emulation development, specifically). who the fuck decided that all math operations should cast to int???