this post was submitted on 07 Feb 2024
1629 points (99.3% liked)

Programmer Humor

19187 readers
1102 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 205 points 7 months ago (53 children)

Sorry, what's .Net again?

The runtime? You mean .Net, or .Net Core, or .Net Framework? Oh, you mean a web framework in .Net. Was that Asp.Net or AspNetcore?

Remind me why we let the "Can't call it Windows 9" company design our enterprise language?

[–] [email protected] 58 points 7 months ago (29 children)

Can't call it Windows 9

But that actually made sense! They care about backwards compatibility.

For those not in the know: some legacy software checked if the OS name began with "Windows 9" to differentiate between 95 and future versions.

[–] [email protected] 3 points 7 months ago (2 children)

Strange argument... how does that prevent checks versus Windows 7, 8 and 1* all of which would be less than 9.

[–] [email protected] 5 points 7 months ago (1 children)

Because it checks if the version starts with the string "Windows 9*", not wether the number is less than 9.

[–] [email protected] 2 points 7 months ago

This is a myth - code that checks the version number uses the internal version number, which is 4.0 for Windows 95.

load more comments (26 replies)
load more comments (49 replies)