Sam Corder
|
Registered User
|
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 |
