更新时间:2021-04-02 20:16:59
封面
版权信息
Credits
About the Authors
About the reviewers
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. An Introduction to Data Binding
Introduction
Displaying data in Silverlight applications
Creating dynamic bindings
Binding data to another UI element
Binding collections to UI elements
Enabling a Silverlight application to automatically update its UI
Obtaining data from any UI element it is bound to
Using the different modes of data binding to allow persisting data
Data binding from Expression Blend 4
Using Expression Blend 4 for sample data generation
Chapter 2. Talking to Services
Connecting and reading from a standardized service
Persisting data using a standardized service
Configuring cross-domain calls
Working cross-domain from a trusted Silverlight application
Reading XML using HttpWebRequest
Reading out an RSS feed
Aggregating RSS feeds
Using socket communication in Silverlight
Index