Using WCF Data Services with WinRT
In this post I will walk through the steps of creating an OData / WCF Data Service and consume it from a Windows 8 Metro Style XAML based application. I will use the following technology stack: SQL Server Entity Framework Code First WCF Data Service WinRT / Metro Style Application To get started you have …