this post was submitted on 01 Oct 2024
-13 points (11.8% liked)

C Sharp

1518 readers
5 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Fixbeat@lemmy.ml 3 points 3 days ago (10 children)

What’s this about? I can’t watch.

[–] SmartmanApps@programming.dev 3 points 2 days ago (9 children)

Sorry. Hadn't occurred to me you may not be able to see it (usually it's me who can't see things others post! 😂 ).

In a nutshell it boils down to the release schedule for .NET/C# - which people are paying to use - is too quick with too short support periods. He compares to another language, which is free (from memory I think it was Rust? I'd have to watch it again to see) which has the same short support periods, but is FREE. i.e. what are we paying for if we're not getting support for any longer than something which has the same support period for free? He's saying since MS is charging people for this, the support periods need to be longer, specifically security patches. e.g. if someone releases an app near the end of a period, then has only say 6 months before they have to upgrade it already, just to keep getting security patches. People don't have the option to stay on their stable release for a decent amount of time, even though they're paying for it. He just wants them to slow down the speed and increase the periods (we all know MS is all about pushing out new features over fixing bugs).

[–] Mihies@programming.dev 1 points 2 days ago (2 children)

Theoretically one could simply upgrade to newer long term supported release when old one expires. Shouldn't break (a lot).

[–] SmartmanApps@programming.dev 1 points 2 days ago (1 children)

Yes, that's his point. That if you've released your app close to the end of the period, then you're forced to upgrade your app right away, even just to keep getting security patches, on top of any bugs you might already be trying to get on top of with your newly released app. Other systems have a longer support period and you wouldn't be faced with that.

[–] Mihies@programming.dev 0 points 2 days ago

If you look at LTS dates, 6 overlaps 8 by a year. And when it comes to patches, there are two scenarios. One is framework dependant app where you don't have to do anything. And there is self-contained where you have to update the app - but how else would you patch it - this is the same for every app out there, isn't it?

load more comments (6 replies)
load more comments (6 replies)