I am using Mongoid for a Ruby project that does the thing with MongoDB piece of cake.
Now I am using MongoDB with a .NET project (C #), and I found that Mongolian drivers are pretty missing compared to Mongoid. Is there something I can use that can at least take care of the underlying data relationship for me? (e.g., two-way identification links)?
source share