Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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
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)
Blog - Title
July, 2008
MSDN Blogs
>
With Great Power comes Great Response.write('Ability')
>
July, 2008
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
With Great Power comes Great Response.write('Ability')
ASP.NET ajax 4.0 , More DataBinding help with the DataView
Posted
over 4 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 4 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 4 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 4 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 4 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 4 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...
Page 1 of 1 (6 items)