'MongoDB, storing data in GridFS file

I'm using MongoDB Driver for c#, right now I'm trying to store 10000 strings (36MB) and it won't let me because of the size, I looked it up and I have to use GridFS to be able to do that, I have looked almost everywhere on the web and there is no solution.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source