Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Getting_started_with_C#" page has been changed by VincentDaron:
http://wiki.apache.org/couchdb/Getting_started_with_C%23?action=diff&rev1=7&rev2=8

- There are four known public C# libraries for using CouchDB:
+ There are five known public C# libraries for using CouchDB:
   1. [[http://github.com/soitgoes/LoveSeat|LoveSeat]]
   2. [[http://github.com/arobson/Relax|Relax]]
   3. [[http://github.com/foretagsplatsen/Divan|Divan]]
   4. [[http://code.google.com/p/couchbrowse|SharpCouch]]
+  5. [[http://github.com/vdaron/DreamSeat|DreamSeat]]
  
  == LoveSeat ==
  LoveSeat - "Bringing Couchdb and .Net a little closer".  Works well with 
Generics for populating Domain objects.  (Even when nested!).   IoC and TDD 
friendly.  
@@ -60, +61 @@

  
  The project was built with !SharpDevelop 2.2, but should work out of the box 
with Visual Studio 2005. Getting it to work with !MonoDevelop should be 
reasonably easy, but has not been tried yet.
  
+ == DreamSeat ==
+ 
+ !DreamSeat is a CouchDB client for the .NET plateform. It is based on 
[[http://github.com/soitgoes/LoveSeat|LoveSeat]] from Martin Murphy.
+ Thanks to [[https://github.com/MindTouch/DReAM|Mindtouch Dream]], all the API 
calls can be executed asychronously or sychronously.
+ 
+ === Main Features ===
+  * Asynchronous or synchronous API
+  * Continuous Update Support
+  * Replication Management (using _replicator database for CouchDB 1.1)
+  * Tested with Mono on Linux
+  * ...
+ 
+ [[https://github.com/vdaron/DreamSeat/archives/master|Download here]] or 
clone it
+ 
+ {{{
+ git clone git://github.com/vdaron/DreamSeat.git
+ }}}
+ 

Reply via email to