is it possible to use linqpad with MongoDB? or any other tool for that matter that allows you to use linq to run adhoc queries on mongo.
I’ve tried using the shell to write the queries in json, but the brackets, quotes, colons are driving me absolutely insane.
If there isn’t a tool, I’m going to resort to writing my queries in c# and compiling/running.
It seems other are able to do it as the choosen answer of this question indicates: are adhoc queries/updates starting to kill your productivity with MongoDB?
And here is a tutorial showing how to set it up.