Last updated: October 2020

There are a lot of nuget packages from Microsoft for use with Azure Table Storage. This is a short guide so that you can pick the right one.

WindowsAzure.Storage (deprecated)

WindowsAzure.Storage — NuGet Gallery

NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced. For table support, see Microsoft.Azure.CosmosDB.Table. This package has been deprecated.

Microsoft.Azure.CosmosDB.Table (maintenance mode)

Microsoft.Azure.CosmosDB.Table — NuGet Gallery

NOTE: This .NET Framework library is in maintenance mode and it will be deprecated soon. Please upgrade to the new .NET Standard library (Microsoft.Azure.Cosmos.Table) to continue to get the latest features supported.

Microsoft.Azure.Cosmos.Table (current stable)

Microsoft.Azure.Cosmos.Table — NuGet Gallery

Azure.Data.Tables (current beta)

Azure.Data.Tables — NuGet Gallery

Will replace: Microsoft.Azure.Cosmos.Table

See: Will there be a Azure.Storage.Tables? What should we use instead? — Azure/azure-sdk-for-net#6860