this post was submitted on 04 Mar 2026
61 points (93.0% liked)

Programming

25936 readers
312 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 2 years ago
MODERATORS
 

These last ten years I was really enjoying what Microsoft and its .NET teams were doing. Felt like a good community to be a part of. Huge strides to make things run anywhere and be more involved with the open source community.

While that hasn't necessarily gone away, jamming LLM's into everything is leaving a real sour taste. Pointless copilot button anywhere and everywhere. VS and VSCode pushing the GitHub copilot chats and agents.

We are quickly back to the corporate MSFT that doesn't listen to its users or employees. All that good will has been washed away and now I feel the need to switch off of Windows.

you are viewing a single comment's thread
view the rest of the comments
[–] Solrac@lemmy.world 7 points 1 day ago* (last edited 7 hours ago) (2 children)

You can be on Linux and still enjoy most of .NET. Hell, I'd say its high time for most to switch offtof Linux.

I'll admit, I really enjoyed C# for Game Dev, but post Unity shenanigans that died off. And now Judy do boring, run of the mill backend stiff....

Though as a programmer, Ive been tempted to learn classic C, and even D.

Outside of corporate, I game found much fun (besides GDScript, cause game dev) but languages used by FOSS do get my attention from time to time.

Edit : correction to Linux

[–] Heavybell@lemmy.world 3 points 16 hours ago (1 children)

Hell, I'd say its high time for most to switch off of Linux.

What do you mean by this?

[–] Solrac@lemmy.world 2 points 7 hours ago (1 children)

My apologies I hadn't notice the typo. I meant to say we need to switch off of windows to Linux. Thanks for pointing it out

[–] Heavybell@lemmy.world 1 points 6 hours ago
[–] Womble@piefed.world 7 points 1 day ago (1 children)

If you are looking to learn a lower level language that c# and arent interested in rust I really recomend Zig. It feels a lot like c but with modern convenieces and with the footguns removed. It is still in development though do breaking changes happen in the stdlib on version changes.

[–] matsdis@piefed.social 5 points 1 day ago

Yes but despite the footguns, C (not C++) is a relatively small language, not too hard to learn. And it's the glue between kernel, system libraries, and all other languages. You don't want to write big applications in it any more, but it's still useful to know when you interface with existing stuff.