this post was submitted on 13 Oct 2023
319 points (81.3% liked)

Programmer Humor

32061 readers
1581 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[–] Lucky@lemmy.ml 2 points 11 months ago* (last edited 11 months ago) (1 children)

I'm guessing they only used it 10 years ago when it was very rough around the edges. It didn't integrate well with the old .NET Framework because it conflicted with how web.config managed dependencies and poor integration with VS. It was quite bad back then.. but so was .NET Framework in general. Then they rebuilt from the ground up with dotnet core and it's been rock solid since

Or they just hate Microsoft, which is a common motif to shit on anything Microsoft does regardless of the actual product.

[–] Pxtl@lemmy.ca 2 points 11 months ago (1 children)

Imho the VS integration has always been good, it's the web config that's always been a trash fire, and that's not new.

[–] Lucky@lemmy.ml 1 points 11 months ago

The project I'm on right now originally had the nuget.exe saved in source because they had to manually run it through build scripts, it wasn't built in to VS until VS2012