RavenDB 2.x  Beginner's Guide
上QQ阅读APP看书,第一时间看更新

Time for action – installing NuGet Package Manager

The NuGet Package Manager extension is the easiest way to add the RavenDB Client library to a Visual Studio project. If you do not have NuGet Package Manager already installed, you can install it as follows:

  1. Start Visual Studio.
  2. From the TOOLS menu, click on Extensions and Updates....
  3. In the Extensions and Updates... dialog, click on Online.
  4. If you don’t see NuGet Package Manager, type nuget package manager in the search box.
  5. Select the NuGet Package Manager extension and click on Download.
  6. After the download completes, you will be prompted to install the package.
  7. After the installation completes, you might be prompted to restart Visual Studio.

What just happened?

We installed the NuGet Package Manager extension to Visual Studio, which you will use to add RavenDB Client to your Visual Studio project.