What is the difference between Microsoft.Samples.ServiceHosting.StorageClient and Microsoft.WindowsAzure.StorageClient

StackOverflow https://stackoverflow.com/questions/4515680

Question

I am new to Azure and wondering what is the difference between Microsoft.Samples.ServiceHosting.StorageClient and Microsoft.WindowsAzure.StorageClient? Are both being used or should I just used the latter? Thank you.

Was it helpful?

Solution

Only use the latter. The former is from a sample that shipped with the Windows Azure CTP in 2008... now there's an official storage client library (the second namespace you mentioned), and I would recommend always using that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top