Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
December 2012
(1)
August 2012
(1)
May 2012
(2)
April 2012
(1)
November 2011
(1)
September 2011
(1)
August 2011
(1)
March 2011
(1)
February 2011
(1)
January 2011
(2)
September 2010
(1)
August 2010
(2)
July 2010
(1)
May 2010
(1)
April 2010
(4)
March 2010
(4)
January 2010
(1)
November 2009
(1)
September 2009
(4)
August 2009
(3)
June 2009
(2)
May 2009
(3)
March 2009
(6)
February 2009
(1)
December 2008
(3)
October 2008
(5)
September 2008
(3)
August 2008
(9)
July 2008
(6)
June 2008
(2)
January 2008
(1)
November 2007
(1)
October 2007
(3)
September 2007
(4)
August 2007
(1)
June 2007
(2)
May 2007
(3)
April 2007
(4)
March 2007
(6)
February 2007
(8)
January 2007
(2)
December 2006
(1)
Tags
AJAX
AjaxControlToolkit
Animation
Announcement
Astoria
AutoCompleteExtender
Client
Components
DataServiceCollection
DataServiceContext
Debugging
Demo
Documentation
Explorer
Friendly Feeds
JavaScript
Nontech
OData
Personal
Prototype
Sample
Server Driven Paging
Silverlight
Superhero dreams
Windows Phone
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Async extension methods for OData Windows 8 client library
Phani Raju MSFT
If you’re writing Windows Store applications and want to use the async goodness that the platform allows with your OData client applications, take a look at these extension methods that allow you to use the await and async keywords in your apps. Some useful links WCF Data Services Tools for Windows Store...
on
22 Aug 2012
Blog Post:
Server Driven Paging II , Implementing a Smart Auto-Paging Enumerable
Phani Raju MSFT
Download Sample Application What is this ? How do I use this in my applications ? Cool, I am also interested in learning how this was built 2. What is this ? An “Auto-paging Enumerable” is an IEnumerable implementation that allows the application to automatically fetch the next page of...
on
30 Apr 2010
Blog Post:
Developing a Windows Phone 7 Application that consumes OData
Phani Raju MSFT
Click here to download the source for this application System Requirements : 1. Windows Phone 7 Developer tools 2. The OData client library for Windows Phone 7. We start by running Visual Studio 2010 Express For Windows Phone which is installed as part of Windows Phone 7 Developer tools....
on
18 Mar 2010
Blog Post:
ADO.NET Data Services SL Client Library - XDomain and Out Of Browser
Phani Raju MSFT
The first in my two part blog posts about the new Silverlight Client Library we released in CTP2 is up on the team blog. Using the ADO.NET Data Services Silverlight client in x-domain and out of browser scenarios – I Stay tuned to the team blog for the the second part which talks about using the...
on
3 Sep 2009
Blog Post:
Silverlight toolkit with ADO.NET Data services , Drill-down Charts using Astoria
Phani Raju MSFT
Download sample project here : In part 2 of this series , we will look at using the Astoria client library to create a drill down chart using the chart types available in the Silverlight toolkit. You can take a look at the complete samples for the Silverlight toolkit here . This sample builds a UI that...
on
11 Jun 2009
Blog Post:
Silverlight toolkit with ADO.NET Data services , Master-Details with Accordion
Phani Raju MSFT
Download the sample Silverlight project here : About the Silverlight toolkit , From their Codeplex page : http://silverlight.codeplex.com/ “The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle” In the...
on
10 Jun 2009
Blog Post:
Set Based Operations in Ado.net Data Services Part II
Phani Raju MSFT
As an extension to the last blog post dealing with Set based filter operations in our client library , we will introduce support for the specifying method calls in the filter expression. What does this achieve ? Currently , the IsIn operator only supports an equality comparision. With support for Method...
on
27 May 2009
Blog Post:
Batching Queries using the ADO.NET Data Services CLient library
Phani Raju MSFT
Did you know you could execute batch queries using the Data Services client library ? The API is ExecuteBatch for Synchronous access and Begin/End ExecuteBatch for asynchronous scenarios. 1) Batching a set of URI Queries . The ExecuteBatch API accepts an array of DataServiceRequest objects....
on
15 Mar 2009
Blog Post:
Working with Inheritance in Ado.net Data Services
Phani Raju MSFT
I’ve seen this question quite often on the Astoria forums and wanted to write something down so that our users can gain from the discussions that go on in our forums. We will discuss how one deals with entities ( tables / records / resources ) that participate in an inheritance hierarchy. We shall take...
on
23 Dec 2008
Blog Post:
Customizing Serialization of Entities in the ADO.NET Data Services Client Library
Phani Raju MSFT
This post is inspired by this forum thread : Data services client -- exception on saveChanges Problem Statement I have added some custom proeprties to the Entity Types Generated by DataSvcUtil.exe /Add Service Reference / Hand Coded , these properties do not exist on the server and should not be...
on
11 Dec 2008
Blog Post:
Working with associations in ADO.NET Data Services , Part 2
Phani Raju MSFT
In part 2 ,we will talk about how to use the client library to deal with : 1..N Associations This is the case of entities associated with each other 1..N . An example from Northwind is the relation between Categories and Products Entities. An instance of the Categories entity type should have associated...
on
23 Oct 2008
Blog Post:
Accessing Cross-Domain ADO.NET Data Services from the Silverlight Client Library
Phani Raju MSFT
When we built the client library for Silverlight in Silverlight 2.0 , the underlying Network Stack provided by Silverlight core libraries was very limited in terms of the Status Codes and Request Verbs that it supported.Our options were : a) Use the System.Net libraries provided by the agClr and give...
on
20 Oct 2008
Blog Post:
DataServiceContext , Detect if there are pending changes
Phani Raju MSFT
Hi , I ran into this interesting scenario in the forums today . How does one find out if there are any pending changes in the DataServiceContext that you have to submit to the store ? This is quite simple actually . The DataServiceContext has 2 collections called Entities and Links . These collections...
on
3 Oct 2008
Page 1 of 1 (13 items)