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


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

Microsoft is losing Builders fast. They're switching to MacOS and Linux. The biggest pull keeping people on Windows, outside of shear inertia, is content creation and gaming. However, even these are falling to Linux.

Without Builders, you don't have software, and without software, you don't have users. This is why Microsoft needs Windows Lite.

you are viewing a single comment's thread
view the rest of the comments
[–] echodot@feddit.uk 0 points 13 hours ago (1 children)

I don't really know what it is, but I do know that a whole bunch of stuff doesn't work if you don't have it installed. That and Java.

[–] MrScottyTay@sh.itjust.works 6 points 13 hours ago* (last edited 13 hours ago) (1 children)

It's just a framework for some code (usually that written in C#) to run on. It's not a windows only thing either. Just that on Linux if it's required it'll just get installed via the package manager, so you won't see the usual GUI installer that is often packaged with some games (even though you might already have it installed).

[–] mesamunefire@piefed.social 3 points 10 hours ago (1 children)

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#.

[–] MrScottyTay@sh.itjust.works 2 points 8 hours ago (2 children)

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.

[–] Opal@lemmy.dbzer0.com 3 points 7 hours ago (1 children)

So a Microsoft product got good after it became open source?

[–] MrScottyTay@sh.itjust.works 1 points 1 hour ago

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.

[–] mesamunefire@piefed.social 2 points 8 hours ago (1 children)

I personally like C# and NOT .net...but im a weirdo.

[–] MrScottyTay@sh.itjust.works 2 points 8 hours ago (1 children)

I'm curious, how do you go about using C# without .NET?

[–] mesamunefire@piefed.social 3 points 8 hours ago* (last edited 8 hours ago) (1 children)

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 :)

[–] MrScottyTay@sh.itjust.works 1 points 1 hour ago

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.