• 1hitsong@lemmy.mlM
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    I’m been wanting to ask for a while, and now seems like a good time.

    Why do some programmers hate C# so much? What are the reasons for “eww no it’s c# and .net i ain’t touching that?”

    • Kogasa@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Microsoft.

      I’m a .NET dev, still hate Microsoft, but the language and ecosystem are fantastic. At least since .NET Core when it was mostly decoupled from Windows.

      • mild_deviation@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        The misconceptions that persist to this day despite over half a decade of .NET Core are mind-boggling. MS has a steep hill to climb.

    • LordKitsuna@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      i asked a few people and got the following answers

      "cuz: 1: its fake java 2: eats memory like java 3: .net on linux is l-o-l 4: unlike java there is no C# kotlin 5: other better things exist (java, javascript, go) "

      “the biggest issue with C# is that its just a fucking pain in the ass to use” (this one got several uses of a “yup” emoji reaction)

      “wtf is a compiler macro and why would i use one”

      "I dislike async/await garbage in most languages, this includes C#

      like you need to designate some functions async and others are non-async and sometimes you run into a situation where you need to block on async from sync and you’re basically fucked"

    • Double_A@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      The language itself is great, but Microsoft the docs are sometimes horrible or outdated.

      And most things feel like magic that you can’t or don’t need to understand. E.g. if you set up a modern asp.net project it’s some huge boilerplate with configuration files and what not…

      Also standards often change… E.g. try figuring out what the best GUI framework is to create a full-fledged Desktop app in C#. There’s like a few different ones, and most are for basic mobile-style apps or not really mature. The best I found so far is WPF, which is kinda old though and everyone thinks it’s dead.