Edward83
Edward83

Reputation: 6686

Best GridFS C# driver?

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

Answers (2)

Bryan Migliorisi
Bryan Migliorisi

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

Andrew Orsich
Andrew Orsich

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

Related Questions