Sunday, 7 February 2010 14:36 by
SyntaxC4
I am currently in the middle of creating a Presentations on Windows Azure. Included in this presentation is how to interact with Windows Azure Storage Services using the Managed Storage API. While creating a class to manage connections to my Storage Service, I was writing a method to add some data to Table Storage. I had imported Microsoft.WindowsAzure.StorageClient, which is the namespace in which the Managed Storage API exists, that exposed only a few methods of the TableServiceContext ...
[More]