So, there are
- mongodb-csharp
- simple-mongodb
- NoRM
as C# drivers for MongoDB available.
Which one of them is the most mature and stable one?
Why would you choose one over the other two?
Are they production ready?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The mongodb-csharp driver is about to make a huge push regarding support for typedcollections which will include full Linq support. I think you’ll find that it is easy to work.
The other 2 projects are also steaming ahead. If you want .NET 4.0 support, simple-mongodb would be your best bet.
NoRM has a whole bunch of committers who are all great coders, so no problem with it except it doesn’t have an official release.