These samples demonstrate how to use the .NET Client SDK to interact with the [Azure DocumentDB](http://azure.microsoft.com/services/documentdb) service
The solution has been configured to restore missing NuGet packages, so it should "just work", but in case it does not, you will need to manually install the DocumentDB NuGet package. To do this, open the NuGet package console on the solution and select the "Restore" button top left.
If the button is not there, then just manually search for the package (DocumentDB) and install it.
Azure DocumentDB is a fully managed, scalable, queryable, schema free JSON document database service built for modern applications and delivered to you by Microsoft.
These samples demonstrate how to use the Client SDKs to interact with the service.
There are step-by-step tutorials and more documentation on the [DocumentDB domentation](http://azure.microsoft.com/en-us/documentation/services/documentdb/) page so head on over, sign-up, and learn about this cool new NoSQL document database.