Reputation: 6686
What is the best realization of GridFS C# driver? What is your experience?
Update:
When i say "best" - i mean stability.
Thank you!!!
Upvotes: 4
Views: 2249
Reputation: 9210
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).
Upvotes: 1
Reputation: 53685
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.
Upvotes: 5