Accessing SQL Data Services via ADO.NET Data Service Client Library

Posted by Mehmet Aras on Stack Overflow See other posts from Stack Overflow or by Mehmet Aras
Published on 2009-05-02T22:13:55Z Indexed on 2010/04/09 18:13 UTC
Read the original article Hit count: 377

Is this possible? Basically I would like to use SQL Data Services REST interface and let the ADO.NET Data Service Client library handle communication details and generate the entities that I can use. I looked at the samples in February release of Azure services kit but the samples in there are using HttpWebRequest and HttpWebResponse to consume SQL Data Services RESTfully. I was hoping to use ADO.NET Data Service Client library to abstract low-level details away.

© Stack Overflow or respective owner

Related posts about sql-data-services

Related posts about ado-net-data-services