this post was submitted on 06 Jul 2026
350 points (92.7% liked)
Technology
86131 readers
3366 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
It used to be VB.net and other such stuff. It WAS pretty terrible. Ive had to pick apart some pretty horrendous applications. Then Mono/C# popped up and a lot of community effort went into making everything better. It helps that .net stole a LOT of functionality from Rails/Django/etc... and make it much easier for devs to do actual work on it.
The problem is when we talk about .net it could be a huge combo of tech from the last 10+ years. The newest iteration is fine. Its fast at least with C#.
Everything from .NET Core onwards has been a blast to work with in my opinion. And it got even better when .NET 8 came out and I've genuinely been excited for every major release since.
So a Microsoft product got good after it became open source?
Yep, it's arguably the best thing they've done and still currently do I'm actually surprised the core .NET team haven't been corrupted yet. I always find it funny that all of the bigger guys that show off the new features and improvements in their preview showcases never use windows.
Sadly the Visual Studio and VS Code team seem to have been corrupted though because 95% of all new features for those always seem to be centered around AI. I use Rider personally now, and Im looking forward to eventually moving over to that for work at some point too.
I personally like C# and NOT .net...but im a weirdo.
I'm curious, how do you go about using C# without .NET?
Its been a couple of years. Is mono still a thing? Or was it eaten up by .net core? If its still a thing than Mono. We did that for a couple of one off apps back in the day.
If I had to redo it, i would probably just use core on Linux and call it a day. Maintainability is better than purism anyways. Again all my opinions.
Actually if you want my full opinion, I would probably use python to create a proof of concept real quick...then have it remade if it needs to be faster in go/rust/whatever the rest of the team knows :)
I think mono may still exist somewhat, but .NET Core took it as a foundation and built on top of it in the best way possible. I do hobby dev with .NET on Linux but sadly still beholden by Windows for work for the time being.