Tutorial

The beer sample application takes over where the Hello Couchbase tutorial ends and provides a comprehensive application blueprint for developing Couchbase applications using the Microsoft .NET Framework. The sample application demonstrates the best practices that have emerged for developing highly scalable, robust Internet applications with Couchbase.

You can find the complete code for the beer sample application on GitHub.

Prerequisites

  • Microsoft Visual Studio 2013
  • Couchbase Server 2.5 or later installed locally (you can always use a remote cluster, you'll just have to configure your application accordingly)
  • NuGet Package Manager 2.0 or later
Note: Other versions of Visual Studio or NuGet might work, but this tutorial has not been tested with them.