Building Web Apps using MongoDB and ASP.NET MVC, Should I Use C# Drivers or Javascript Driver
- by Hery
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..