I can imagine WPF has a very easy way to grab XML from RESTful services and bind it into elements, e.g. GridView, perhaps even with 100% XAML.
Does anyone have any example code showing this?
I can imagine WPF has a very easy way to grab XML from RESTful services and bind it into elements, e.g. GridView, perhaps even with 100% XAML.
Does anyone have any example code showing this?
You could start from this article: http://msdn.microsoft.com/en-us/magazine/cc163299.aspx#S5
HTH