I was wondering if I can read and write raw pocos to mongodb
the driver tutorial shows adding each field to a bsondocument one at a time. Does bsonserialzer do it?
I can write something myself to reflect on an object but I wonder it it already exists.
Working with dynamic expandos would be nice
Yes, the 10gen official C# MongoDB driver supports POCO serialisation and deserialisation, e.g.