Support for MongoDB in ASP.NET Web API
I'd like to use MongoDB with ASP.NET Web API. This would require translation of OData queries to MongoDB query syntax in C#, using the MongoDB C# driver.

-
Anonymous commented
I also need this kind of solution. As I have single page application (asp.net, webapi, c# and Sql server) I just want to change database to mongodb.
If some one can provide solution that would be great. -
Nesse commented
This would be great.
-
Trevor de Koekkoek commented
I'd like this too. Just because we're using NoSql shouldn't mean we have to change our server code to NodeJs. Everything else we're doing is WebAPI c#
-
Aaron Jessen commented
Amen to this! I love Breeze, and I need Mongo. But for the moment, since I can't work with NodeJs right now, I'm stuck performing manual operations using the Mongo C# driver...without Breeze.