This post explains loading data into Silverlight form using ADO.NET Data Services service. We need to do the following tasks to achieve thisCreating an ADO.NET Data Services projectCreating a Silverlight application and referring the created service above Creating the ADO.NET Data Services project 1. Create an empty web application using Visual Studio 2010 as follows
Right click the project and say Add new item and select ADO.NET Entity Data Model project item
- Choose Data Connectio...
No comments yet, be the first one to post comment.