Building Web Apps using MongoDB and ASP.NET MVC, Should I Use C# Drivers or Javascript Driver

Posted by Hery on Stack Overflow See other posts from Stack Overflow or by Hery
Published on 2010-03-18T01:35:33Z Indexed on 2010/03/18 1:41 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

I am developing asp.net mvc web app with MongoDB as the data storage.

I want to know others opinion about what drivers to use.

Should I use C# drivers which is supported by community?

Or, should I go to use Javascript driver which is supported by Mongo. How stable is javascript driver?

Thanks in advanced..

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about c#