Updated AzureTableQuery to Use Azure Storage Client Extensions

by Jason Haley 2. March 2010 21:35

Just updated the source code (not a download package) with change set 43982.

The checkin was to make the project work with Azure Storage Client Extensions.  It isn’t quite complete yet, but most of the functionality is there.  Currently the Default2.aspx only supports the output to grid option … sorry I haven’t had time to finish the file export. 

NOTE: Default.aspx is the same code as before – only Default2.aspx uses the Azure Storage Extensions.

The good news is, almost all of the queries in the Query samples file work.  In order for those queries to work you’ll need to get the code up and running for Azure Storage Client Extensions first (which doesn’t take too long).

So now you can do things like (all thanks to Azure Storage Client Extensions):

Projections (and orderby)

image

Joins

image

Some additional Linq operators, like First() and FirstOrDefault()

image

There are still a few bugs in the code, but over all it works good enough to do some general querying of you Azure tables.

Comments (0) | Post RSSRSS comment feed |

Categories: Azure
Tags:

Comments are closed