views:

40

answers:

1

Hi!

I am not deep in working with MongoDB. But i want to use it with C# driver. I guess that not all features can be available in this driver (Am i right?). Or for example, it easy to find some code written on javascript and, so, it seems easy to use it without mapping/finding appropriate methods in C# driver. I know that MongoDB is written on C++, but as i understand that the main/native driver language is javascript. So i am interesting in how can i run javascript from C# for working with MongoDB? and does this help in getting all features from MongoDB? If it does, tell me please, how to embed and run javascript in C#? Of course, i need fast and easy to use realization, you know;)))))

Edit: which driver will be faster: C# or JavaScript?