this post was submitted on 06 Jul 2026
242 points (92.9% liked)
Technology
86105 readers
3430 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
.NET is arguably one of the better things to come out of Microsoft. The CLR only runs when a .NET application is running so it’s not bloat, and it’s pretty lightweight as far as a VM goes with JIT. It’s well documented, has public standards, is cross platform, and released under MIT.
I’m a Unix/Linux greybeard so I’ve no real skin in the game. But given how C# has become the defacto cross platform game development language of choice for both Godot and Unity engines, .NET deserves a little credit.
C#/.NET is easily the best thing Microsoft makes.
I realize the bar is pretty low.