Insert , retrieve , N1QL Query the document to and from the couchbase server via .net SDK

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

developer.couchbase.com has this covered. The particular reference you’re looking for is the section on Start Using the SDK in .NET.