Answer: RavenDB is a Document Store Database for .NET that stores semi-structured or unstructured records/documents in JSON format.
The following is a simple document that we can store in a Document Store Raven Database
{ "Question Name" : "How to install RavenDB"
"Author" : "Niladri Biswas"
"Description" : " In this article provide a step by step guidance of installation of RavenDB on a windows machine."
}
Asked In: Many Interviews |
Alert Moderator