Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
It has been very confusing between Microsoft.Azure.Storage.* and WindowsAzure.Storage, whereas both are from Microsoft only.

Can anyone help me to distinguish between them, and where to use which package?

Your help is really appreciated?

1 Answer

0 votes
by (26.7k points)

WindowsAzure.Storage with a latest version of v9.3.2 is the Storage SDK we often use whereas Microsoft.Azure.Storage.* has a latest version of v9.4.0 is the new release nuget.

Microsoft.Azure.Storage added NetStandard2.0  support after 9.0 preview, which contains synchronous methods wrapped over the asynchronous APIs. Whereas WindowsAzure.Storage on NetStandard only has asynchronous APIs.

Microsoft.Azure.Storage v9.4 package comes back for Microsoft.WindowsAzure.Storage namespace temporarily for the transition for existing libraries.

Hope this will work.

Want to become an Azure Expert? Read the blog on Azure certification now!

Browse Categories

...