This topic describes how to install Tablestore SDK for .NET.
Version dependency
Windows
- .NET 4.0 or later is required.
- Visual Studio 2010 or later is required.
Install Tablestore SDK for .NET in Windows
- Install by using NuGet
- After you install NuGet, create a project or open an existing project in Visual Studio,
and then choose Note If Visual Studio does not have NuGet installed, download and install NuGet. For more information about the download path, visit NuGet.
.
- Enter aliyun.tablestore in the search box and click Search. Find Aliyun.TableStore.SDK in the search results.
- Select the latest version, and click Install.
After the installation is complete. Tablestore SDK for .NET is added to the project for application.
- After you install NuGet, create a project or open an existing project in Visual Studio,
and then choose
- Install by importing a project
- 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.
- In Visual Studio, right-click and select Solution from the menu that appears, choose .
- In the dialog box that appears, select the aliyun-tablestore-sdk.csproj file. Click Open.
- Right-click and select Your project. Choose from the shortcut menu. In the dialog box that appears, click the Projects tab, and select the aliyun-tablestore-sdk project.
- Click OK.
- Download the source code from GitHub. For more information about the download path,
visit GitHub.