Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (45.3k points)

What's the difference between these two assemblies and when should I use each? I find that there are class name collisions between them so I imagine that I should only use one.

Example
Microsoft.WindowsAzure.Storage has Microsoft.WindowsAzure.Storage.Table.CloudTableClient

Microsoft.WindowsAzure.StorageClient has Microsoft.WindowsAzure.StorageClient.CloudTableClient

This seems very confusing. I can't imagine that Microsoft intends these to both be used in the same project.

1 Answer

Browse Categories

...