What is the best realization of GridFS C# driver? What is your experience?
Update:
When i say "best" - i mean stability.
Thank you!!!
What is the best realization of GridFS C# driver? What is your experience?
Update:
When i say "best" - i mean stability.
Thank you!!!
I am using official mongodb driver and it work perfect for me.
If you want you can check how to save and read back file using official c# driver.
I am using the official driver and it seems to work well.
I tried using the mongodb-csharp driver from Sam Corder but never could get GridFS to work properly (though, it is a great driver for LINQ style queries, etc).