Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Relevant Links
Profiles
My LinkedIn profile
LinkedIn Profile for Phani Raj
My MSDN Forums profile
MSDN Forums profile for PhaniRaj
My Github profile
Github profile for PhaniRaj
My StackOverflow profile
StackOverflow profile for Phani Raj
Useful links for OData Server applications
Debugging WCF Data Services
HTTP 400 Bad Request on Posting Large Payloads to an astoria service
Adding custom elements to OData Feeds-EDM
Adding custom elements to OData Feeds-CLR
Adding custom elements to OData Feeds
Server Driven Paging
Error Handling
useful code snippets
Checklist for OData Feed publishers
Enabling Cross Domain access to your OData feeds
OData applications I built
OData Browser for Windows Phone
OData Desktop/web browser
Useful links for OData Client applications
Detect if there are pending changes in client
Working with 1 to many associations
Working with 1 to 1 associations
Customize serialization of entities
Working with Inheritance
Running Batched queries
Auto Paging enumerable
Sample Windows Phone application
T4 templates for client-side proxy generation
Server-side sorting/paging in Silverlight
OData client, Silverlight and Forms Authentication
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)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
With Great Power comes Great Response.write('Ability')
Entities , How many ways do I count thee ?
Posted
over 5 years ago
by
Phani Raju MSFT
8
Comments
Its a common ask that we introduce aggregating mechanisms in Data services so that one can do a Count of the number of entities present in an EntitySet easily. In this blog post , I will outline one method of implementing a “Count” method that works for you. The interface to the count method will be http:// < ServiceEndPoint > /Count?entitySetName=' < entitySetName > ' Server-Side...
With Great Power comes Great Response.write('Ability')
MSDN Docs for Ado.net Data Services RTM
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
Client Library : System.Data.Services.Client Server : System.Data.Services White papers coming soon !!
With Great Power comes Great Response.write('Ability')
Code Snippets for Common Tasks in Ado.net Data Services
Posted
over 5 years ago
by
Phani Raju MSFT
4
Comments
[These code snippets are based on features in the SP1 RTM release, Read about it here : RTM is here! ] Quite a few times, I forget the syntax for certain tasks while Creating a Data Service . To avoid remembering the syntax, I came up with a couple of Code Snippets that I use for Query Interceptors and Change Interceptors. You can download the Code Snippets Here [Edit : Alternate download link...
With Great Power comes Great Response.write('Ability')
Microsoft .NET Framework 3.5 Service Pack 1 Released !!
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
Here you go ! Install the latest bits of Astoria and play to your heart's content .... Download here : Microsoft .NET Framework 3.5 Service Pack 1 <blurb> The ADO.NET Data Services Framework consists of a combination of patterns and libraries, which enable data to be exposed as a flexible REST (Representational State Transfer)-based data service that can be consumed by Web clients in a corporate...
With Great Power comes Great Response.write('Ability')
Welcome to the Dark Side , Code Snippets
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
Hi, For most of the code samples that I post on my blog , I use “ Insert Code for Windows Live Writer ” plugin for WLW to format code snippets and absolutely love the way that the code snippet turns out on the blog. I use the Dark Theme by Orren Ellenbogen for my VS at home and at work and wanted to mirror the code snippets on my blog to turn up the same way ...
With Great Power comes Great Response.write('Ability')
ASP.NET ajax 4.0 , More DataBinding help with the DataView
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
With how easy it is to write simple & complicated templates, you would want to debug the template generation or enable certain scenarios wherein you have to do complex manipulation of data using the existing data being bound. Events The Templating engine fires the ItemCreated event which is similar to the OnItemCreated of the ASP.NET DataGrid. You can subscribe to the event by calling the add_itemCreated...
With Great Power comes Great Response.write('Ability')
ASp.net Ajax 4.0 , Master-Details View with the DataView , Part 2
Posted
over 5 years ago
by
Phani Raju MSFT
2
Comments
If you are just tuning in , you can read Part 1 here Parent Entity Child Entity List Properties ListID ListTitle Associations ListElements ListElement Properties ListElementText ListElementID Associations ...
With Great Power comes Great Response.write('Ability')
ASp.net Ajax 4.0 , Master-Details View with the DataView
Posted
over 5 years ago
by
Phani Raju MSFT
5
Comments
By now , you must have heard about the new JavaScript templating engine with the release of ASP.NET AJAX 4.0 CodePlex Preview 1 This post will show you how to use the built-in control DataView to build a master details view. As an addition , I will use an astoria service to serve the data and the Ajax Library to retrieve the data. Consider the following model.. Parent Entity Child Entity List Properties...
With Great Power comes Great Response.write('Ability')
Software Development MEME
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
Yep , I got Tagged . And by none other than Pablo Castro !!. Now that I’ve finished gloating , let me propagate the Meme. How old were you when you started programming? I was 15 when I first got my hands on a PC in my school’s computer lab. and then BASIC happened and I realized that the machine in front of me is filled with immense potential ...
With Great Power comes Great Response.write('Ability')
Set Based Operations in Ado.net Data Services
Posted
over 5 years ago
by
Phani Raju MSFT
10
Comments
Today's Post is co-Authored by Linq Ninja and my Colleague Marcelo Linq to Astoria does not support Set based queries , which means that this query is invalid List< string > citiesIWillVisit = new List< string >(){ "London" , "Berlin" , "Prague" }; var customersAround = nwContext.Customers.Where<Customers>(cx => citiesIWillVisit.Contains(cx.City)); The above example would...
With Great Power comes Great Response.write('Ability')
Working with Associations in ADO.NET Data Services
Posted
over 5 years ago
by
Phani Raju MSFT
13
Comments
I’ve seen that users are having some question about how to deal with certain types of relations between entities and how to deal with them in the client library.I will outline the a couple of common scenarios of using the client library among a few relationship types. I'll be using the AdventureWorks Database for examples of relations. 1..1 Associations This is the case of entities associated with...
With Great Power comes Great Response.write('Ability')
Astoria Silverlight Client Failing with FireFox 3.0
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
Hi all, By now , anyone running a SIlverlight application Astoria Silverlight Client library in Firefox 3.0 would have seen a weird error about charsets. This blog post will describe the error and how to work-around it . Consider the following query : DataServiceQuery<Customers> customerQuery = from cus in context.Customers where cus.ID == 'ALFKI' select cus; AsyncCallback ac = iasyncResult...
With Great Power comes Great Response.write('Ability')
Debugging WCF Data Services
Posted
over 5 years ago
by
Phani Raju MSFT
10
Comments
When developing your service , you might run into some issues and you want to debug your service. Imagine that you are inserting data into the store using astoria and you start getting DataServiceExceptions in your client code. The normal error message would be .. <? xml version ="1.0" encoding ="utf-8" standalone ="yes" ? > < error xmlns ="http://schemas.microsoft.com/ado/2007/08/dataservices...
With Great Power comes Great Response.write('Ability')
REsT In Peace
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
So , I finally made a move from my job in PSS to the product I enjoyed playing with most , ASTORIA ( ADO.NET Data Sources ). Of course, this means that I have moved from half-way across the world to join the team in Redmond, WA. About a week after I joined , we went Skiing . Me , being a novice , hurt myself snowboarding and wear a band-aid on my forehead as proudly as one would wear a...
With Great Power comes Great Response.write('Ability')
Add Windows Live Messenger to your website/blog to chat with your Visitors
Posted
over 6 years ago
by
Phani Raju MSFT
1
Comments
Ok , this has to be the coolest thing ever !! Angus just announced this over on his blog , you can now add a web version of the windows Live Communicator to your blog / website. You can find details about how to set this up on his blog . Re-sizing the IM Control . The markup to be added to your blog contains the width and the height specified as 300 px. You can modify the Width and the height of the...
Page 5 of 8 (108 items)
«
3
4
5
6
7
»