So…yeah. Seems MS, in their endless wisdom has decided to rename their virtual desktop software, called before as “Remote Desktop” (and good luck trying to find issues with that that are not related to the old RDP tool MTSC.exe) to… “Windows App”. Perfect. Now everything will look like everything, and there’s no way to ever try to search for help for it. Next in line, I guess they can call it just “App”. I’m sure that will help everyone.

    • dependencyinjection@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      3 days ago

      It’s our IDE of choice at work. Yeah we do some Windows forms stuff but mainly enterprise web applications now using C# .Net Entity Framework, GraphQL, and Typescript React.

      Our company is all in on MS, we have windows machines, use Azure etc.

    • DacoTaco@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      2 days ago

      You realise visual studio has more features in professional worlds besides the old winforms formbuilder… Right?
      Let alone blazor runs better in visual studio than vscode…

      • Gonzako@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        Nah, it’s basically the only thing I used when I learned it way back at uni. Do enlighten me about your IDE.

        • DacoTaco@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 days ago

          So its called rider and is made by jetbrains :p Its cross platform, does ui’s better than vscode, handles starting web, razor and .net projects out of the box. Has plugins too! :p

          No, the only thing imo visual studio has over vscode ( and i use both in my life ) is that visual studio deals with .net projects waaaay better than vscode. Asp api, blazor, wpf, maui, … These are all project types vscode needs some kind of manual config for. Let alone that vscode doesnt do ui previews out of the box while visual studio can.
          Visual studio also has a way better intellisense than vscode.

          With all of that said, vscode is my go to for general web (js, php,html,…) And c/c++ projects