this post was submitted on 30 Sep 2023
101 points (91.1% liked)

Programming

17326 readers
150 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] JakenVeina@lemm.ee 56 points 1 year ago (4 children)

C#. Comes with a first-class dev and debugging experience, a HUGE first-party BCL, cross-platform application support, and one of the best webserver frameworks out there.

TypeScript makes a reasonably-close second, not necessarily because it's great, but because of how effective it is at making JavaScript usable.

[–] huntrss@feddit.de 15 points 1 year ago (3 children)

The first-class dev and debugging experience, is this with Visual Studio or Rider as IDEs?

Because I currently do C# with Linux + neovim + Omnisharp as Language Server and it is really slow and bad. Do you have any tips?

[–] Entropius@lemmy.world 9 points 1 year ago

I’ve never used it on Linux but Rider seems fast to me on Windows. It’s snappier than Visual Studio + Resharper at least.

[–] JakenVeina@lemm.ee 6 points 1 year ago (1 children)

VS for me. I've heard notbing but praise for Rider.

I know there's also a lot of popularity for VSCode, if you know what you're doing and what all extensions you need to setup, but that makes for a much bigger barrier to entry.

[–] huntrss@feddit.de 2 points 1 year ago (1 children)

Do you know which extensions are good? I used to use 🤪 vscode but changed to helix and then neovim due to the memory and cpu usage vscode does require.

[–] JakenVeina@lemm.ee 2 points 1 year ago

Nope, sorry. https://discord.gg/csharp if you wanna find folks that do.

[–] Lucky@programming.dev 3 points 1 year ago

Rider on Linux has worked great in my experience

[–] glad_cat@lemmy.sdf.org 12 points 1 year ago

I write C++ for a living but all the C# devs around me are very happy about this language.

[–] ribboo@lemm.ee 6 points 1 year ago

Couldn’t have said it better myself! Lovely that it’s the most upvoted one.

[–] pycorax@lemmy.world 5 points 1 year ago

Funny you list both C# and Typescript because the lead architect of C# also worked on Typescript.