this post was submitted on 26 Apr 2025
3 points (100.0% liked)

Programmer Humor

32645 readers
1514 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 3 years ago
MODERATORS
 
all 9 comments
sorted by: hot top controversial new old
[–] henfredemars@infosec.pub 0 points 1 year ago (1 children)

I've actually found C# quite pleasant to develop with, so long as I didn't have to worry about targeting non-Windows platforms.

[–] kogasa@programming.dev 0 points 1 year ago (1 children)

It's fully cross platform with .NET Core and later.

[–] henfredemars@infosec.pub 0 points 1 year ago* (last edited 1 year ago) (1 children)

True, but what I’m really talking about is the unbeatable user experience of having an application that looks and feels as if it were a native Windows application, because it is and has that first-class platform support straight from the vendor.

With that said, most new cross platform applications today are probably more like electron or Web apps.

[–] kogasa@programming.dev 1 points 1 year ago

Ok, there's no such thing as native Windows apps for Linux, but there are cross platform GUI frameworks like Avalonia and Uno that can produce apps with a polished identical experience across all platforms, no electron needed