Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42A1310B55 for ; Wed, 28 Aug 2013 14:04:04 +0000 (UTC) Received: (qmail 64711 invoked by uid 500); 28 Aug 2013 14:04:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 64267 invoked by uid 500); 28 Aug 2013 14:03:57 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 64259 invoked by uid 99); 28 Aug 2013 14:03:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 14:03:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.219.52] (HELO mail-oa0-f52.google.com) (209.85.219.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 14:03:51 +0000 Received: by mail-oa0-f52.google.com with SMTP id f4so7533464oah.25 for ; Wed, 28 Aug 2013 07:03:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=jz4oDgHNcGKhWwNFji6gfSiiX3ULXskrZ3moX0B2Hd4=; b=FsIU+N54CbfPSLqg8b/y7+XiLfGYqHsmmwK41UkRX9nXlNxLpPz6rqcTFYT8n8SqTe HTIrYEb/VJCwg3hpaFxjJVT3vTU3lL0YrElpoN7TV9c3288au27XAWC0KbS3RhOaV5YH Oa6ttjS6gle8eSoF8Ms+LiXv+VTZqQ/EulbCD77kWk0p+CpUmwstAbnKtSyUflIy/ACQ 2k4fkCkoPvpTjdudUV4O5kuaDeg9yAfVLSBnBYN3ByPNeDAcGhBZIZtqlMCmA9l6Unph iU4jNdhb3M2EVreH3w17z/ysX5FTEN/JJsA7AdlK0t8JYZkPeWoRWq7cmCxF3jGJCA3k jBQA== X-Gm-Message-State: ALoCoQlfTX9lfZ9UwsGcDDGuCxvxRu/pKXzUoTYU4iI8Jlix2MexS2J+jPoDSkjtgl0MAHHYuu6N MIME-Version: 1.0 X-Received: by 10.60.47.230 with SMTP id g6mr1096862oen.62.1377698590251; Wed, 28 Aug 2013 07:03:10 -0700 (PDT) Received: by 10.182.237.116 with HTTP; Wed, 28 Aug 2013 07:03:10 -0700 (PDT) X-Originating-IP: [213.165.167.146] Date: Wed, 28 Aug 2013 16:03:10 +0200 Message-ID: Subject: New .Net lib From: Daniel Wertheim To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001a11c2db58146c7304e50273b5 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2db58146c7304e50273b5 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm writing a new async .Net client, currently targeting .Net4+ and Windows store apps. I'm aiming at providing a clean lib that tries to keep the domain language of CouchDb and does not add fancy stuff like generic repositories etc. You should be able to use parts of it as well as replace the parts that doesn't suite you. Feedback is highly welcomed. It's still pre v1.0.0 but it would be nice to have it on the list of libraries. It's located on GitHub: https://github.com/danielwertheim/mycouch Cheers, //Daniel --001a11c2db58146c7304e50273b5--