Couchbase 2.0 with C#
Wed, 06/27/2012 - 23:21
Hi,
ı want to develop my project with couchbase,but ı need any c# examples with couchbase. Can you give me any examples for c# with couchbase. My project topic is:
ı want to save a lot of data in couchbase server,when ı want to recall any data it must be come help me please..?
you can find the basic examle from this link : http://www.couchbase.com/develop/net/current
first you have to configure web.config file as in the example
create couchbaseclientextensions class as in the example with two methods getjson and storejson
then you can easily use the example codes in your project.