开发者

good azure storage client library?

Is there one? (for .net)

I see msft samples StorageDotNEt and StorageRest. These dont do if-match right and they dont appear开发者_JS百科 to do paged queries

Lokad has a library but does funky stuff to spread data over columns


Have you seen the one that is supported and ships with the SDK? Microsoft.WindowsAzure.StorageClient.dll? This supports blob, table, and queues. Check the Windows Azure Training Kit for basic manuevers with it.


At a low level I also used the http://azurekit.codeplex.com/ library - not a finished beast but is a more direct mapping of C# to REST - if that's what you need.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜