0

Possible Duplicate:
Key Value Storage in Settings file

Hi, I am developing an application in C#, which needs to store an array of key value pair in settings file.Looking for a perfect solution Thanks in advance

Community
  • 1
  • 1
MobX
  • 2,640
  • 7
  • 33
  • 54
  • Duplicate of http://stackoverflow.com/questions/1166496/key-value-storage-in-settings-file ? – Meta-Knight Jul 22 '09 at 16:48
  • You need to define your criteria for perfection more precisely as there are inevitably tradeoffs involved. For example, do you prefer speedy loading of the settings file or human readability? – Dan Blanchard Jul 22 '09 at 16:50
  • why you duplicate question? http://stackoverflow.com/questions/1166496/key-value-storage-in-settings-file/1166548#1166548 – Arsen Mkrtchyan Jul 22 '09 at 16:51

1 Answers1

0

What about using something like MemcacheDB?

iBiryukov
  • 1,730
  • 4
  • 19
  • 30