What is RavenDB?

 Posted by Rajnilari2015 on 1/8/2016 | Category: NoSql Interview questions | Views: 1960 | Points: 40
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 

Comments or Responses

Login to post response