Hacker News new | ask | show | jobs
by ygra 3504 days ago
WPF is a lot more than just a markup language for object graphs. Heck, the features I consider most essential and important to WPF (data binding, templating, and the idea that controls only encapsulate behaviour) have nothing to do with XAML at all.
2 comments

But aren't all those features you mentioned part of UWP also?
Both UWP and Xamarin Forms have all of that.