I Have a couchbase server console installed on my laptop “http://localhost:8091/ui/index.html#/buckets” .
I want to insert a simple JSON document/s to a specific bucket (say default)
I want to Run a N1QL query on the bucket (default)
All i do it via the .NET SDK ? Can i have samples which will do this