简体   繁体   English

最好的GridFS C#驱动程序?

[英]Best GridFS C# driver?

What is the best realization of GridFS C# driver? GridFS C#驱动程序的最佳实现是什么? 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. 我正在使用官方的mongodb驱动程序 ,它对我来说非常适合。

If you want you can check how to save and read back file using official c# driver. 如果您愿意,可以使用官方c#驱动程序检查如何保存和读回文件。

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). 我尝试使用Sam Corder的mongodb-csharp驱动程序,但从来没有让GridFS正常工作(不过,它是LINQ样式查询的一个很好的驱动程序等)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM