Search code examples
c#storekey-value

Are there any KeyValue stores used by .NET?


I am looking up keyvalue stores that support C#, but i found that most of them are implemented by Java. Could anybody recommend some to me? It would be super if it is very light-weight, i.e., appearing as a library. thanks!!


Solution

  • There are tons, depending on your requirements.

    Another you can consider is System.Runtime.Caching namespace, which has been added to .NET 4.0.