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.