Is there any way in C# to check if a collection with a specific name already exists in my MongoDB database?
You can do it like this:
database.GetCollection("blah").Exists()