This is a preliminary version of the mandatory assignment: I might add or change the assignment slightly.
In this assignment you must use MongoDB to make at least one collection (or more) of documents.
Your are free to chose which elements you want to put into the collection. Could be products, orders, or whatever you want.
Create a new collection in the database (maybe you want to create a new database as well).
Add at least 10 documents to the collection.
Some requirements for the documents:
Do some interesting finds including
Use your database from C# (or another programming language)