All Products
Search
Document Center

Tablestore:Install Tablestore SDK for .NET

Last Updated:Jan 18, 2024

This topic describes how to install Tablestore SDK for .NET.

Version dependencies

Tablestore SDK for .NET is compatible with .NET Standard 2.0 and .NET Framework 4.0.

  • Windows

    • .NET Core 2.0 or later or .NET Framework 4.0 or later is required.

    • Visual Studio 2010 or later is required.

  • Linux/Mac

    .NET Core 2.0 or later is required.

Install Tablestore SDK for .NET in Windows

  • Install Tablestore SDK for .NET by using NuGet

    1. After you install NuGet, create a project or open an existing project in Visual Studio. Then, choose Tools > NuGet Package Manager > Manage NuGet Packages for Solution.

      Note

      If NuGet is not installed in Visual Studio, download and install NuGet. For more information about the download path, visit NuGet.

    2. Enter aliyun.tablestore in the search box and click Search. Find Aliyun.TableStore.SDK in the search results.

    3. Select the latest version and click Install.

      After the installation is complete, Tablestore SDK for .NET is added to the project application.

  • Install Tablestore SDK for .NET by importing a project

    1. Use Git to download the source code from GitHub. For more information about the download path, visit GitHub.

      Note

      If Git is not installed, download and install Git. For more information about the download path, visit Git.

    2. In Visual Studio, right-click and select Solution from the menu that appears, and then choose Add > Existing projects.

    3. In the dialog box that appears, select the aliyun-tablestore-sdk.csproj file. Click Open.

    4. Right-click and select Your project. Choose References > Add Reference from the shortcut menu. In the dialog box that appears, click the Projects tab and select the aliyun-tablestore-sdk project.

    5. Click OK.