(no title)
privateSFacct | 5 years ago
The get up and go speed of the super old windows forms approach was fantastic.
Now I'm supposed to use - XAML? UWP? WPF? Do these have great windows form designer still?
I'm talking speed between download and go with an GUI, a button, a text box (maybe data bound) etc.
This will age me, but for all the decades of "improvements" this tooling has, every time I've tried to do the little widget apps thing I used to be able to do trivially I end up wondering in the woods.
jordwest|5 years ago
Paired with F# the proposed Elm-like model-view-update style would be the dream.
[1] https://devblogs.microsoft.com/dotnet/introducing-net-multi-...
tonyedgecombe|5 years ago
In addition, we are enabling developers to write fluent C# UI and implement the increasingly popular Model-View-Update (MVU) pattern.
Ah, some SwiftUI envy.
numlock86|5 years ago
pjmlp|5 years ago
https://docs.microsoft.com/en-us/dotnet/api/system.windows.f...
It isn't as powerful as WPF/UWP, and it has some caveats depending on the .NET Framework version, but it does the job.
privateSFacct|5 years ago
EamonnMR|5 years ago