Reputation: 2223
I have been using mongodb for a while now...been using the NoRM drivers pretty successfully.
Recently I learned that NoRM is pretty much dead in terms of development, so I went looking around. I found a few options, including the official 10gen driver, but the problem is that most of them seem to only work in a full trust environment.
This seems a bit short sided because most developers at least start in a shared environment while building their gizmos...
Anyway, my question is, what drivers are people using for their c# mongoDB apps?
Thanks, David
Upvotes: 0
Views: 130
Reputation: 29664
I've been using the 10gen driver on AppHarbor w/ no problems. I also believe there's a few hosts that will run your code in full trust.
Upvotes: 2