Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created July 20, 2018 19:12
Create a collection with the MongoDB C# driver
await db.CreateCollectionAsync(collectionName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment