Hacker News new | ask | show | jobs
by gh-lfneu28 3737 days ago
Yeah, they dropped that .net thing in less than that .. oh wait
1 comments

They have abandoned WPF, Winforms and Silverlight. Not sure what happened to WinRT.
WinRT got rebranded to UWP.

WPF was XAML v1. Silverlight was XAML v2. UWP has XAML v3. Your skills are still applicable.

There is a little more to it than XAML. Skills wise it's not too bad but I have looked into porting some WPF apps to WinRT a while ago and those frameworks looked very differently under the hood despite some superficial similarity. I still don't understand why they need to create all this framework churn. WPF could have been extended to what UWP is now in my opinion.
XAML was reimplemented in C++ and now renders with DirectComposition instead of Milcore. It's much faster now and far more capable.

You can also now use it with both native C++ and C# thanks to WinRT.