Sam Corder

861
Reputation
65 views

Registered User

Name Sam Corder
Member for 1 year
Seen Nov 18 at 15:40
Website
Location Cincinnati, OH
Age 34
Software developer in Cincinnati, OH.
Nov
18
comment Document based database for .NET
Send me a message on GitHub with the code you are trying to do or post it to the mongodb-user Google group.
Nov
16
comment Document based database for .NET
Embedded documents are just attributes on a containing document. Here is a one liner. You can certainly separate it out on multiple lines if need be. Document doc = new Document().Append("embeddedDoc", new Document().Append("attr1","val1"));
Nov
10
accepted Document based database for .NET
Nov
6
answered Document based database for .NET
Oct
20
awarded  Nice Answer
Aug
26
accepted Databases using JSON as storage/transport format
Aug
22
awarded  Yearling
Jul
27
answered Databases using JSON as storage/transport format
Jul
16
awarded  Popular Question