Are there any KeyValue stores used by .NET?

afancy picture afancy · Oct 21, 2010 · Viewed 16.1k times · Source

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!!

Answer

anishMarokey picture anishMarokey · Oct 21, 2010
Dictionary<key,Value>  

               http://msdn.microsoft.com/en-us/library/xfhwa508.aspx

KeyValuePair<string, string>

              http://msdn.microsoft.com/en-us/library/5tbh8a42.aspx