Here I will describe the basic select query of mongo db using c#
db.things.find({j: {$ne: 3}, k: {$gt: 10} });