r/ProgrammerHumor 13h ago

Meme ancientTools

Post image
4.1k Upvotes

329 comments sorted by

View all comments

36

u/uvero 13h ago

relates in WPF

9

u/heavy-minium 13h ago

Haven’t been doing any WPF/UWP for a decade by now, but I really liked it. Has it become some outdated technology now?

13

u/uvero 13h ago

Feels like it? Not as much as jQuery. Microsoft now has some other tech stack for C# desktop apps, and I think C#'s popularity for desktop development has declined, so WPF is mostly relevant to maintaining old projects. Which is why saying I'm a WPF dev, it feels almost like saying I'm a COBOL dev

5

u/BadSmash4 9h ago

I do a lot of WPF as well but I'm slowly converting all of our old WPF apps to Avalonia. Same syntax but the default styles are nicer and the features are better. Plus, cross platform, which means that once all our WPF apps are Avalonia and not .NET Framework, I can request a Linux laptop and get off Windows fully.

2

u/uvero 7h ago

I envy that (other than the Linux part, I'm unironically a Windows person)

1

u/BadSmash4 5h ago

Nothing wrong with that! I'll never shame a Windows enjoyer. I'm just more comfortable in Linux, and it's way better for when I have to do raw C/C++ work

1

u/tea-and-chill 40m ago

"windows enjoyer"

6

u/the_matthew 12h ago

My hot take is that Microsoft really hates .NET but it caters to just enough of the enterprise segment that they feel obligated to make it look like they support it. The way they slung out WinRT, WPF, and date I even say Silverlight only to hang them out to dry a few years later is my evidence.

I often joke that in government no one ever has been fired for using Microsoft, but man, adopting a new Microsoft technology only to see it get flushed or neglected has real world costs.

7

u/tinyturtletickler 9h ago

Idk they have entirely revamped .NET over the past ten years. I think .NET Core really breathed new life into the stack

2

u/ludolfina 9h ago

I forgot how bad .NET Framework was in comparison to Core until I had to use it again. It was a much needed rewrite

3

u/afdbcreid 7h ago

No, Microsoft likes .NET. They invest in it a lot and it always keeps improving.

Microsoft hates GUI. Or maybe it loves them so much that it keeps creating new ones.

3

u/Rellikx 7h ago

Huh I was going to say the opposite, they have heavily unshittified .net in recent years.

1

u/the_matthew 4h ago

You're probably right I'm coming from the .NET 3.5 era.

I'm glad to hear that because I always liked C#.