ADO.NET Data Services
ADO.NET Data Services (formerly known as Project Astoria)
Beth Massi, VB.NET heroine, shows how to set up the server and client pieces of a VB.NET solution to leverage the new query projections in WCF Data Services. http://blogs.msdn.com/bethmassi/archive/2010/03/02/using-projections-with-data-services-in-visual-studio-2010.aspx
Read More...
Vitek has begun writing and he's tackling no small thing to start with - expressions in data services ! I've worked with Vitek on a few projects now, including managed XML and Data Services, and can vouch that he's really, really good at what he does.
Read More...
Check out parts one , two and three if you haven't - good stuff there! In today's post, we're going to import data into Microsoft Access. I'm going to focus on having the building blocks in place, although in real-life use, you would either make this
Read More...
This is part three of a series - you should read part I and part II to have the code snippets handy and follow along. Today we won't be doing anything special with OData itself, instead we'll see how the snippets work across different Microsoft Office
Read More...
In case the title didn't give the fact away, this is the second part of a series - the first part is here . This post builds on the code from that post, so make sure you've gone over that before continuing. Last time, we simply got an XML document in
Read More...
This post is the first of a series describing how you can leverage OData information in your Microsoft Office documents and applications using Visual Basic for Applications (VBA). If you're using the newer programming APIs based on the .NET Framework,
Read More...
Sure, you can send mail or post on the blog, but as described on this post , you now get to report bugs, make suggestions and vote on the existing ones; all of this information is reviewed and considered by the team, so it's very much a "well-persisted",
Read More...
Or - why are there a number of overloaded GetContinuation methods on QueryOperationResponse? This is part three on server paging in ADO.NET Data Services - see also parts one and two . There are three GetContinuation methods. One takes no arguments, another
Read More...
This is the second part of the server paging in ADO.NET Data Services - see Server Paging makes for happy servers for the first part. When working with queries that return paged results, it may seem overkill to have a specific class, DataServiceQueryContinuation
Read More...
The latest version of ADO.NET Data Services (aka WCF Data Services) provides support for server-driven paging. That is, the server gets to control how many entities are returned in a response (a "page" of data), and lets the client know where to go look
Read More...
Yesterday the availability announcement went up on the team blog, so why wait? Get yourself some updated bits and start data binding, blob'ing, paging, projecting, and counting entities, all from within the comfort of your programming chair! If you haven't
Read More...
If the error HTTP 403.9 may comes up when making multiple requests to an ADO.NET Data Service, the first thing to check is the operating system the server is running on. Windows XP and other client operating systems have a limit on the number of simultaneous
Read More...
Fabian Winternitz is one of our awesome tools developers, and you can see some of his work in this post . That's a Visual Studio extension that will display searchable diagrams for the model exposed by any service endpoint that exposes OData metadata.
Read More...
Over at the team blog, you can find this post about ADO.NET Data Services changing its name to WCF Data Services in the .NET Framework 4 time frame. This is goodness by every account - over time, this just means a more integrated experience when developing
Read More...
In case you haven't seen this yet, the CTP release has been announced at http://blogs.msdn.com/astoriateam/archive/2009/08/31/ado-net-data-services-v1-5-ctp2-now-available-for-download.aspx . Following the philosophy that folks like tables, here you go.
Read More...