开发者

Best GridFS C# driver?

开发者 https://www.devze.com 2023-01-27 07:07 出处:网络
What is the best realization of GridFS C# driver? What is开发者_Go百科 your experience? Update: When i say \"best\" - i mean stability.

What is the best realization of GridFS C# driver? What is开发者_Go百科 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).

0

精彩评论

暂无评论...
验证码 换一张
取 消