Wednesday, November 18, 2009

Data-Driven Services with Silverlight 2

In my web application project, the most of the user interface is implemented in Silverlight 3.
Silverlight uses data from the WCF services.


to understand how Silverlight work with WCF together I recomend book about this:

"Data-Driven Services with Silverlight 2"
http://my.safaribooksonline.com/9780596156688

I read most parts of this book, it helped me a lot.

After readig this book I understand:

1) basic of creating UI w Silverlight - I can read xaml and edit it
2) description in details about data binding in Silverlight
3) Implemetation of WCF services and consuming WCF services in Silverlight

To read about it in short, there is an article written by the author of this book John Papa in msdn magazine:

http://msdn.microsoft.com/en-us/magazine/cc794260.aspx#id0190070

No comments:

Post a Comment