I have an application which will use WCF to serve up various chunks of data to clients.However, due to the size of some of the sets of data that will be returned (and that\'s because the client app ne
I have the following DataServiceQuery running agaist an ADO Data Service (with the update installed to make it run like .net 4):
So I have a query that returns lets say 1000 records.I\'m using paging to grab sections of that, and I know the total number of records due to the $inlinecount=allpages tag.I\'d like to be able to gra
For a project I have to implement a communication between a database hosted on a web server and several clients out there in the internet.
I used following jQuery to insert data via Data Service. Event though I got status-response 201 and the data is successfully inserted into my database, the system still regard it as an error and gives
I have a WCF RIA project getting my data from an SQL Server 2008 via Entity framework. Everything is going well. However I would like to access data via a windows mobile so, as far as I can understand
I have an application which consumes both a WCF service and an ADO.NET Data Service. Types are shared between the server and client using a shared class library.
So here is the situation. I am using ADP.NET Data Services 1.5 CTP2 with Silverlight 3. My EF data model is (in short) like this:
I am trying to authenticate calls to a WCF DataServices ser开发者_Python百科vice via Silverlight.Essentially, when a user logs in they get a special hash which should be embedded in the headers of eve
For various reasons I have clean installed my dev box and it is running Win7 x64 and currently has VS2010 installed. I am maintaining several projects that require the use of the 1.5 CTP2 release serv