this post was submitted on 30 Aug 2023
124 points (100.0% liked)

Programming

423 readers
2 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
top 17 comments
sorted by: hot top controversial new old
[–] dingleberry@discuss.tchncs.de 15 points 1 year ago (6 children)

Is this supposed to give me confidence in .Net MAU?

[–] loics2@lemm.ee 15 points 1 year ago (1 children)

Well at this point, don't trust any framework Microsoft pushes. They told everyone UWP was the future for Windows after WPF, then stopped for WinUI and the app SDK...

[–] gk99 6 points 1 year ago

The problem with UWP is that nobody liked or wanted it, so obviously it died. Developers got locked into a walled garden, Xbox users saw no benefit (until recently with emulators, but I digress), Windows phone users practically didn't exist to build apps for, and PC gamers got the real short end of the stick with everything becoming a buggy, locked-down, performance-hampering, feature-lacking mess.

Outside of letting Microsoft half-ass port some Xbox titles to PC, it was pretty much useless.

[–] Spyros@programming.dev 2 points 1 year ago

I have started using Avalonia, and even though I am still learning, I am very satisfied with it. There are growing pains obviously, but as you said, I have no confidence in Microsoft UI frameworks.

[–] TehPers 1 points 1 year ago

MAUI is an open source project that's a part of the .NET Foundation. One would hope that instills a bit more confidence, but I have yet to see any projects actually using it. Regardless, it's forkable and permissively licensed (MIT), so the lifetime is theoretically indefinite.

load more comments (3 replies)
[–] charlybones@programming.dev 15 points 1 year ago (1 children)

In my previous company I used VS for Mac, it wasn’t a great experience… but it was better than nothing. Then along came a Rider license…

The tooling for VS Code might have improved, but Rider is the IDE of choice… even on windows.

[–] catfish@lemmy.ml 1 points 1 year ago (1 children)

What are the benefits of Rider over CLion?

[–] Matthew@programming.dev 11 points 1 year ago (2 children)

Rider is for C# development.

[–] starman@programming.dev 2 points 1 year ago (1 children)

And F#, don't forget F# :)

[–] Matthew@programming.dev 4 points 1 year ago

Why shouldn't I forget F#? Everyone else does. :')

[–] catfish@lemmy.ml 1 points 1 year ago

It's pushed by Jetbrains as a C++ IDE for Unreal developers. https://www.jetbrains.com/lp/rider-unreal/

[–] mintiefresh@lemmy.ca 7 points 1 year ago

Darn. I was really hoping it would improve.

I guess I can just use VS Code for now. And maybe use Rider in the future.

[–] revs@feddit.uk 6 points 1 year ago (1 children)

Not surprised after the the main VS Mac developer left MS a few months ago.

[–] lemann@lemmy.one 4 points 1 year ago

I'm not surprised lol.

At my workplace I occasionally do work on an AutoCAD lisp add-in, half the time I don't know what I'm doing when something isn't quite working right 😭

My manager is tempted to drop support because none of us really know what we're doing with it... the original dev is long gone and none of us know LISP

[–] TheBestAdmin@social.pluto.lat 2 points 1 year ago

How long did it survive?