Search:

Search all manuals
Search this manual
Manual
Membase and ASP.NET MVC 3 Tutorial
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Child Sections
Chapters

Membase and ASP.NET MVC 3 Tutorial

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

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

Abstract

This tutorial will provide you with some experience for using Membase, C#, and ASP.NET MVC 3 and help give you some ideas when writing databases for your own web applications.

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

Last document update: 07 Mar 2013 00:06; Document built: 17 May 2013 02:09.

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. Prerequisites
2. Stage 1: Create the Initial Application
3. Stage 2: Adding and Configuring Enyim
4. Stage 3: Creating a new user in the database.
5. Stage 4: Adding Login and Logout actions
6. Stage 5: Adding an authentication check
7. Stage 6: Adding diary entries
8. Stage 7: Making the application a little more social