Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 50835 invoked from network); 1 Jun 2010 20:17:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 20:17:16 -0000 Received: (qmail 33687 invoked by uid 500); 1 Jun 2010 20:17:16 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 33646 invoked by uid 500); 1 Jun 2010 20:17:16 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 33639 invoked by uid 500); 1 Jun 2010 20:17:16 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 33636 invoked by uid 99); 1 Jun 2010 20:17:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 20:17:16 +0000 X-ASF-Spam-Status: No, hits=-1531.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 20:17:13 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 94F241761F; Tue, 1 Jun 2010 20:16:53 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 01 Jun 2010 20:16:53 -0000 Message-ID: <20100601201653.9843.83036@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Getting=5Fstarted=5Fwith=5FC=23?= =?utf-8?q?=22_by_AlexRobson?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Getting_started_with_C#" page has been changed by AlexRobson. http://wiki.apache.org/couchdb/Getting_started_with_C%23?action=3Ddiff&rev1= =3D4&rev2=3D5 -------------------------------------------------- - There are two known public C# libraries for using CouchDB: + There are three known public C# libraries for using CouchDB: + 1. [[http://github.com/arobson/Relax|Relax]] - 1. [[http://github.com/foretagsplatsen/Divan|Divan]] + 2. [[http://github.com/foretagsplatsen/Divan|Divan]] - 2. [[http://code.google.com/p/couchbrowse|SharpCouch]] + 3. [[http://code.google.com/p/couchbrowse|SharpCouch]] + = + =3D=3D Relax =3D=3D + The Relax library (http://github.com/arobson/Relax) provides interfaces f= or both server control (administrative tasks, replication, etc.) and a repo= sitory model for working with CouchDB. As the author of Relax, I can say th= at you should definitely take a look at Relax as it provides an extensible,= IoC friendly, repository pattern for working with domain model persistence= against my favorite document store. + = + Documentation is currently found at the Symbiote wiki: http://www.sharple= arningcurve.com/wiki/Symbiote-Relax.ashx. There is also a comprehensive dem= o that's part of the source on github which shows some of Relax's more inte= resting capabilities, such as the ability to subscribe to changes in a data= base as they happen. + = + {{{ + git clone git://github.com/arobson/Relax.git + }}} + = + Relax does not currently provide Lucene support. Congrats to Henrik for s= upporting that in Divan! = =3D=3D Divan =3D=3D The git repository at http://github.com/foretagsplatsen/Divan has a relat= ively complete C# library for CouchDB using Newtonsoft.JSON and NUnit as it= s only external dependencies. Divan is actively maintained and in use at Fo= retagsplatsen (a swedish company using it in their core system). Being the = author of Divan I claim it to be much more complete than !SharpCouch :)