this post was submitted on 26 Apr 2025
1004 points (98.9% liked)

Programmer Humor

24815 readers
394 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 106 points 2 months ago (31 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 53 points 2 months ago (17 children)

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

[–] Ziglin@lemmy.world 6 points 2 months ago (8 children)

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

[–] kogasa@programming.dev 15 points 2 months ago

The standard .NET C# compiler and CLI run on and build for Windows, MacOS, and Linux. You can run your ASP.NET webapps in a Linux docker container, or write console apps and run them on Linux, it doesn't matter anymore. As a .NET dev I have literally no reason to ever touch Windows, unless I'm touching legacy code from before .NET Core or building a Windows-exclusive app using a Windows app framework.

load more comments (7 replies)
load more comments (15 replies)
load more comments (28 replies)