Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Astoria » Demo   (RSS)
While developing an application that spans multiple tiers , it is important that you be able to flow error information through the tiers without losing any context or details in the tiers. With ADO.NET Data Services , we have an error contract which guarantees Read More...
Setup PHP on your windows machine Setup the PHP Toolkit Setting up the PHP samples on IIS Running the sample ADO.NET Data Services PHP Sample Applications Walkthrough Setup PHP on your windows machine The following steps show you how to setup your windows Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
Download Source and Example : Most of you must have heard about Astoria. Read More about it here , if you haven't already : Microsoft Codename "Astoria". The Astoria Team Blog : It's a "Database in the cloud", your db is hosted on the Web and you access Read More...
 
Page view tracker