0
kicks
MongoDB in C# – Extensions to support Json-mapping or Proxy generation
Simple example with external lib with extensions to the MongoDB Document to allow JSON-strings and serialization between plain c# objects and the Document class. Hence you get automappings.
Also contains a simplified proxybuilder that you can use to create a proxy implementation that lets you convert between your c#-entities and the Document class.