Search code examples
.netnosqldms

What NoSQL solutions are out there for a .NET develop for a DMS


We should start the develop of an application...DMS - Doocument Management System.

Which is the best solution for a NoSql database (document database?) ?

We are develop in .net --> so c#, linq and silverlight.


Solution

  • Why would NoSQL be the best solution for a DMS? Or will you use it in conjunction with a SQL base?

    See this SO question for possible NoSQL solutions in .Net. What NoSQL solutions are out there for .NET?

    My favorite is RavenDB as it's all .Net.