this post was submitted on 26 Apr 2025
810 points (99.0% liked)

Programmer Humor

22790 readers
1196 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] henfredemars@infosec.pub 86 points 20 hours ago (24 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 41 points 18 hours ago (11 children)

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

[–] Ziglin@lemmy.world 2 points 8 hours ago (3 children)

What does fully cross platform mean? It sounds very vague and a lot like an exaggeration.

[–] Rookeh@startrek.website 4 points 6 hours ago

Well, I'm currently writing a service and frontend, both in C# (Blazor for the UI), and using docker-compose to build and deploy them to a Raspberry Pi running Linux. So not only cross-platform, but cross-architecture as well.

This is not a new thing either. Since .NET Core was released almost 10 years ago, it has supported cross platform development.

load more comments (2 replies)
load more comments (9 replies)
load more comments (21 replies)