Y
Hacker News
new
|
ask
|
show
|
jobs
by
youdounderstand
3504 days ago
UWP and Xamarin apps can use XAML, so it's not like the underlying ideas of WPF/Silverlight are dead.
1 comments
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.
link
nightski
3504 days ago
But aren't all those features you mentioned part of UWP also?
link
youdounderstand
3504 days ago
Both UWP and Xamarin Forms have all of that.
link