Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: .NET (C#) 1.0
Up
Section Navigation
Chapter Navigation

Couchbase Client Library: .NET (C#) 1.0

Copyright © 2010, 2011 Couchbase, Inc. Contact copyright@couchbase.com.

For documentation license information, see Documentation License. For all license information, see Licenses.

Abstract

This is the manual for 1.0 of the Couchbase .NET client library, which is compatible with Couchbase Server 1.8.

This manual provides a reference to the key features and best practive for using the .NET Couchbase Client Library (Enyim). The content constitutes a reference to the core API, not a complete guide to the entire API functionality.

Table 1. Product Compatibility for Couchbase SDK .NET

ProductCompatibleAll Features
Couchbase Server 1.8
Couchbase Server 2.0


Note.  The following document is still in production, and is not considered complete or exhaustive.

Last document update: 16 May 2012 11:13; Document built: 16 May 2012 11:13.

Documentation Availability and Formats.  This documentation is available for download: HTML Zip, PDF, EPUB . For other documentation from Couchbase, see Couchbase Documentation Library

Contact: editors@couchbase.com or couchbase.com


Table of Contents

1. Getting Started
1.1. Downloading the Couchbase Client Library
1.2. Hello C# Couchbase
1.2.1. Couchbase API overview
1.2.2. Conclusion
2. Couchbase and ASP.NET MVC 3 Tutorial
2.1. Prerequisites
2.2. Stage 1: Create the Initial Application
2.3. Stage 2: Adding and Configuring the Client Library
2.4. Stage 3: Creating a new user in the database.
2.5. Stage 4: Adding Login and Logout actions
2.6. Stage 5: Adding an authentication check
2.7. Stage 6: Adding diary entries
2.8. Stage 7: Making the application a little more social
3. .NET Method Summary
4. Store Operations
4.1. Store Methods
5. Retrieve Operations
5.1. Get Methods
6. Update Operations
6.1. Append Methods
6.2. Decrement Methods
6.3. Remove Methods
6.4. Increment Methods
6.5. Prepend Methods
6.6. Touch Methods
6.7. Sync Methods
A. Release Notes

List of Figures

1.1. Solution Explorer for HelloCouchbase solution.
1.2. Solution with added references.
2.1. Figure 1, New Project.
2.2. Figure 2, Select Empty Template.
2.3. Figure 3, Creating the HomeController.
2.4. Figure 4, Stage 1 files created.
2.5. Figure 5, Adding Couchbase references.

List of Tables

1. Product Compatibility for Couchbase SDK .NET
3.1. .NET Client Library
4.1. .NET Client Library Store Methods
5.1. .NET Client Library Retrieve Methods
6.1. .NET Client Library Update Methods
blog comments powered by Disqus