tags:

views:

311

answers:

1

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?

+2  A: 

You could start from this article: http://msdn.microsoft.com/en-us/magazine/cc163299.aspx#S5
HTH

Fabrizio C.
yes, that is a great article, thanks, it helped me to build this: http://stackoverflow.com/questions/473568/how-to-make-a-loading-graphic-in-wpf-xaml
Edward Tanguay