Mongodb .net client options, which one do you prefer? Why?
* mongodb-csharp driver
* simple-mongodb driver
* NoRM
There are three mongodb clients for .net, all of them appears to have same numbers of followers.
As i am new to mon开发者_开发百科godb can't differentiate both by just looking features right now.
If you are using any of this client provider can you please share your take on it?
I have been using the recent git builds of 10gen's mongo-csharp-driver. It was a bit too bleeding edge when I first started testing it, before the 0.5 public release, but its quite stable now.
I am the lead developer of MongoVUE - a popular .NET based windows admin tool for MongoDB. MongoVUE uses mongodb-csharp (0.9 master). My experience with the driver has been very good - it is quite robust. It performs well in multi-threaded situations. The community and developers are active and resolution to problems can be found in a few hours even during weekends.
I am evaluating simple-mongodb and may migrate to it as it matures (bugs+speed mainly).
Regards, Ishaan
I like samus driver. It is stable, fast and has all features of MongoDB as i know. Read this article;)
精彩评论