WCF Data Services Tasks for Silverlight
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This section contains topics that show how to perform common tasks by using the WCF Data Services client for Silverlight, as described in the topic WCF Data Services Client Library for Silverlight.
In This Section
How to: Create the Northwind Data Service (WCF Data Services/Silverlight)
Shows how to create a data service that is based on the Northwind sample database.How to: Bind Data Service Data to Controls (WCF Data Services/Silverlight)
Shows how to generate client data service classes that support automatic data binding of data service data to Silverlight controls.How to: Project Data Service Query Results (WCF Data Services/Silverlight)
Shows how to reduce the amount of data in the OData feed returned by a query by specifying that only certain properties of an entity are returned in the response.How to: Access Binary Data as a Stream (WCF Data Services/Silverlight)
Shows how to access media resources as a stream when an OData feed contains a media link entry.How to: Specify Client Credentials for a Data Service Request (WCF Data Services/Silverlight)
Shows how to set the authentication credentials that are supplied by the client application.
Related Sections
See Also