Article ID: 982499 - Last Review: April 29, 2010 - Revision: 1.0 How to consume ADO.NET Data Services in Silverlight 3
Rapid publishing disclaimerMicrosoft corporation and/or its respective suppliers make no representations about the suitability, reliability, or accuracy of the information and related graphics contained herein. All such information and related graphics are provided "as is" without warranty of any kind. Microsoft and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information and related graphics, including all implied warranties and conditions of merchantability, fitness for a particular purpose, workmanlike effort, title and non-infringement. You specifically agree that in no event shall Microsoft and/or its suppliers be liable for any direct, indirect, punitive, incidental, special, consequential damages or any damages whatsoever including, without limitation, damages for loss of use, data or profits, arising out of or in any way connected with the use of or inability to use the information and related graphics contained herein, whether based on contract, tort, negligence, strict liability or otherwise, even if Microsoft or any of its suppliers has been advised of the possibility of damages.On This PageINTRODUCTION This article describes an All-In-One Code Framework sample that is available for download. You can consume Microsoft ADO.NET Data Services in Microsoft Silverlight 3. You can send query, update, delete, or insert request to ADO.NET Data Services, which access databases on your behalf. This article contains step-by-step instructions for querying data by using Silverlight 3 together with ADO.NET Data Services. Other instructions, such as how to perform an update operation, can be found in the sample. Difficulty levelCollapse this image ![]() Download informationTo download this code sample, click the following link:Technical overviewBefore you follow the instructions, make sure that you have deployed the CSADONETDataService project or the VBADONETDataService project. Also, make sure that the Web page that hosts the Silverlight application is in the same domain of ADO.NET Data Services. If not, use a cross domain policy file for the domain of ADO.NET Data Services. For example, the following are the URI of the page that hosts Silverlight and the URI of your ADO.NET Data Services, respectively:
To add the ADO.NET Data Services client proxy class, follow these steps:
Network Security Access Restrictions in Silverlight
(http://msdn.microsoft.com/en-us/library/cc645032(VS.95).aspx)
Note For more information about how to create and to deploy the sample application, refer to the Readme.txt file that is included in the download package. Technology category
LanguagesThis code sample contains the following programming languages:Collapse this table
Prerequisites
Tags
MORE INFORMATIONWhat is All-In-One Code Framework?All-In-One Code Framework shows most Microsoft development techniques by using code samples in different programming languages. Each example is carefully selected, composed, and documented to show one common code scenario. For more information about All-In-One Code Framework, visit the following Web site:http://cfx.codeplex.com (http://cfx.codeplex.com) How to find more All-In-One Code Framework samplesTo find more All-In-One Code Framework samples, you can search for kbcodefx together with related keywords on support.microsoft.com. Or, you can simply click the following link:http://support.microsoft.com/search/default.aspx?query=kbcodefx (http://support.microsoft.com/search/default.aspx?query=kbcodefx) REFERENCESFor more information, visit the following Web site: ADO.NET Data Services (Silverlight)
(http://msdn.microsoft.com/en-us/library/cc838234(VS.95).aspx)
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top



