Read original post at Gold Coast Blog
Scenario: “I want to build a Windows 8 Metro style application. Since my app is going to just perform CRUD operations, I want to use the OData service using json so that I have the least amount of ‘data across the wire’ possible.”
DISCLAIMER: This a pretty hacky approach, but it works and is the only way I know of to do it. If you like it, use it. If not, wait until there’s an official sample in the SDK. You’ve been warned. I’m just a guy getting creative to solve a problem.