Question

I'm wondering about which driver is the best between the following :

mongodb-csharp driver
simple-mongodb driver
NoRM 

which one consider the best !>

Was it helpful?

Solution

I think there are even more flavours: the one you call mongodb-csharp is actually two:

The first is a bit more mature and is used widely in the field. The second is a recent development, but is coming from 10gen, the creators of mongodb. Implementation is looking good and is rather like the samus driver. If you need in production something right now, I'm not sure what to advise, but in the long run, I'd go for the 10gen driver.

The one thing that it currently doesn't offer is Linq integration. This could be important to you.

I have no experience with the NORM and simple-mongdb drivers.

OTHER TIPS

I would use the official c# driver released by mongoDB.

http://www.mongodb.org/display/DOCS/CSharp+Language+Center

I've been using it and I like it so far.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top