this post was submitted on 25 Oct 2023
884 points (90.9% liked)

Programmer Humor

32136 readers
714 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] pipe01@lemmy.pipe01.net 24 points 11 months ago (1 children)

I took it as the donkey being .NET

[–] _danny@lemmy.world 12 points 11 months ago (2 children)

C# is .Net though. It's only syntax without it.

I think it's definitely a dig at windows, because that used to be the primary issue with c#, you could only really target windows and you could only write it using windows. You could run .net framework applications on Linux, but it was a lot of work and it really underperformed (which would fit the timeline of 2015, when this comic was first posted). Now with .net core you can make a self contained executable that can run on anything.

[–] scottyjoe9@sh.itjust.works 2 points 11 months ago

You can even compile to a native executable these days I believe so you don't have to have the .net runtime installed or bundled.

[–] trolololol@lemmy.world 0 points 11 months ago

2015? I'm sure last time I saw this it was way before 2015