最好的 GridFS C# 驱动程序?
GridFS C# 驱动程序的最佳实现是什么?你的经验是什么?
更新:
当我说“最好”时,我指的是稳定性。
谢谢你!!!
What is the best realization of GridFS C# driver? What is your experience?
Update:
When i say "best" - i mean stability.
Thank you!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我正在使用 官方 mongodb 驱动程序,它非常适合我。
如果您愿意,可以检查 如何使用官方 C# 驱动程序保存和读回 文件。
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.
我正在使用官方驱动程序,它似乎运行良好。
我尝试使用 Sam Corder 的 mongodb-csharp 驱动程序,但始终无法让 GridFS 正常工作(尽管,它是 LINQ 样式查询的一个很好的驱动程序,等等)。
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).