Skip to content

Instantly share code, notes, and snippets.

@danared
Created April 2, 2015 16:05
Show Gist options
  • Save danared/a75a6f4a898f3d853b55 to your computer and use it in GitHub Desktop.
Save danared/a75a6f4a898f3d853b55 to your computer and use it in GitHub Desktop.
var client = new MongoClient("mongodb://localhost");
var database = client.GetDatabase("foo");
var collection = database.GetCollection<BsonDocument>("bar");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment