How to: Connect to SQL Azure Through WCF (ADO.NET) Data Services

[This article was contributed by the SQL Azure team.]

WCF Data Services (formerly known as ADO.NET Data Services) enables you to create data services that are based on representational state transfer (REST) and that are accessible through .NET Framework client applications. MSDN has written an article which explains how to connect to a SQL Azure database using WCF Data Services.

Click here for the article on MSDN.

-Steve