And you, what’s your operating system to code ? Me, I use Arch btw

  • MalReynolds
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    5
    ·
    10 months ago

    As a linux dev, this conspicuously misses mentioning Visual Studio.

    • myersguy@lemmy.simpl.website
      link
      fedilink
      arrow-up
      35
      arrow-down
      2
      ·
      10 months ago

      True, but he mentions .NET development is Windows first, and even mentions that you have “some IDE’s that work with it, like Rider”. He kind of said it without mentioning the specific IDE.

      Rider is the real MVP anyways.

    • hellishharlot@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      10 months ago

      My company and literally every company I’ve worked for somehow has been deeply afraid of leaving .NET framework for .NET core or .NET 6, 7, or 8.

      I just want to get away from needing Windows to run my programs locally

      • hubobes@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        10 months ago

        I don’t think it is fear. We are transitioning our decades old software to .net 6 right now. It will approximately take a full year (we are about halfway done) since we use WPF, WCF and a lot of Windows native APIs. And in the end we will be on 6-windows and not the cross platform sdk since we can not get rid of WPF without major UI rewrites.