Sign in
Writing...Data Services
Coding and writing about OData and now Windows Azure Mobile Services...
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
DataServiceContext
documentation
Entity Framework
guidance
LINQ
Mango
Metro
Mobile Services
OData
OData v3
PASS Event Browser
quickstart
service operations
Silverlight
streaming
v3
WCF Data Services
WCF Data Services client
Windows 8
Windows Azure
Windows Phone
Windows Phone 7.5
Windows Phone SDK 7.1
Windows Store
WP7
Monthly Archives
Archives
March 2013
(1)
January 2013
(2)
November 2012
(3)
October 2012
(3)
September 2012
(1)
August 2012
(2)
July 2012
(2)
April 2012
(3)
March 2012
(2)
January 2012
(2)
December 2011
(1)
November 2011
(5)
October 2011
(2)
September 2011
(5)
August 2011
(1)
July 2011
(1)
June 2011
(2)
May 2011
(5)
April 2011
(3)
March 2011
(5)
February 2011
(6)
January 2011
(3)
Browse by Tags
MSDN Blogs
>
Writing...Data Services
>
All Tags
>
dataservicecontext
Tagged Content List
Blog Post:
Blast from the Past: Great Post on Using the Object Cache on the Client
Glenn Gailey [MSFT]
In the course of trying to answer a customer question on how to leverage the WCF Data Services client for caching, I came across a great blog post on the subject—which I had almost completely forgotten about: Working with Local Entities in Astoria Client (This post—by OData developer Peter Qian —is,...
on
1 Mar 2012
Blog Post:
Storing Complex Types, Binary Resources, and Other Tricky Things
Glenn Gailey [MSFT]
-or- Sync’ing OData to Local Storage in Windows Phone (Part 2) In my previous post in this series, I described how to use a T4 template in Visual Studio to generate a hybrid proxy that supports both OData feeds and local database storage. There were also a few local storage issues that I didn’t get a...
on
17 Nov 2011
Blog Post:
Sync’ing OData to Local Storage in Windows Phone (Part 1)
Glenn Gailey [MSFT]
or My First T4 Template This is the first blog post in a new series that focuses on my work to develop prescriptive guidance for synchronizing clients with cloud services—more specifically, how to best create and maintain a local cache of OData entities on a Windows Phone client. This post...
on
14 Nov 2011
Blog Post:
Designing My First (Public) Windows Phone App
Glenn Gailey [MSFT]
-or- Inside the PASS Event Browser for Windows Phone (Part 1) Now that I have completed the first update to my PASS Event Browser app for Windows Phone 7.5 , I thought it might be helpful for me to share some of my experiences in this process—at least for folks considering creating OData...
on
25 Oct 2011
Blog Post:
OData Improvements for Windows Phone 7.5 (“Mango”)…
Glenn Gailey [MSFT]
…in the Windows Phone SDK 7.1 The OData team has made many significant improvements to the client library for Windows Phone 7.5 (formerly code-named “Mango”), which now ships in the Windows Phone SDK 7.1. Frankly, there is so much awesome new functionality in this release that I...
on
27 Sep 2011
Blog Post:
Uploading Data to a Service Operation
Glenn Gailey [MSFT]
When you upload data using HTTP, you typically include the data being uploaded in the body of the POST request. However, service operations in the Open Data Protocol (OData) work a bit differently, in that input to a service operation may only be passed to the service operation by using parameters. Consider...
on
5 Jul 2011
Blog Post:
New OData Tombstoning Behavior in Mango
Glenn Gailey [MSFT]
As I mentioned in my previous post OData Updates in Windows Phone “Mango” , new methods have been added to the DataServiceState class that improve performance and functionality when storing client state. You can now serialize nested binding collections as well as any media resource streams...
on
31 May 2011
Blog Post:
Calling Service Operations from the WCF Data Services Client
Glenn Gailey [MSFT]
There seems to be a bit of confusion around the support for and usage of OData service operations in the WCF Data Services client library . Service operations are exposed in the data service metadata returned by an OData service. (If you have no idea what I am talking about, read the topic Service Operations...
on
28 Mar 2011
Blog Post:
Binding Media Resource Streams to XAML Controls
Glenn Gailey [MSFT]
I came across an interesting problem as I was working on the Windows Phone 7 client code for my next installment of the WCF Data Services blog post series on streaming . In this series, I have been using a property on my PhotoInfo entity named StreamUri to hold the URI of the image used for binding in...
on
19 Mar 2011
Blog Post:
MERGE Requests and the WCF Data Services Client
Glenn Gailey [MSFT]
I came across this interesting blog post by Alex van Beek the other day where he demonstrates how to reduce the size of the payload of MERGE requests to an OData service when using the WCF Data Services client. The OData protocol defines a HTTP MERGE action that enables a client to request updates to...
on
18 Feb 2011
Page 1 of 1 (10 items)