-
Book Overview & Buying
-
Table Of Contents
RavenDB 2.x Beginner's Guide
By :
Let’s go ahead and create a new Visual Studio project. You will add the RavenDB Client using the Nuget Package Manager extension to this project to be able to connect to RavenDB and begin using it:
Start Visual Studio and click on New Project from the Start page or from the File menu, navigate to New and then Project.
In the Templates pane, click on Installed and then click on Templates and expand the Visual C# node. Under Visual C#, click on Windows. In the list of project templates, select Console Application. Name the project as RavenDB_Ch03 and click on OK.

From the TOOLS menu, click on Library Package Manager.
If you do not see this menu item, make sure that the NuGet Package Manager extension has been installed correctly.
Click on Manage NuGet Packages for Solution....
In the Manage NugGet Packages dialog, select Online.
In the search box, type ravendb.
Select the package named RavenDB Client.

Click on Install and accept...
Change the font size
Change margin width
Change background colour