What I want to do is:
- Load values for a program from a file.
- Read/Add/Change those values.
- Save those values back to the file
- I would like to be able to have a database be the file
- I want as much of the data as possible to stay in memory, so I'm not hammering the file
- I would like to query using Linq or be able to use a Standard Query Language
- I want the data returned as arrays of objects
I figure there has be to something like this out there. Sort of like the backed of the GAE but for C# and local applications.
I'm looking for names for this kind of data interaction and projects, preferably free with non infectious and crushing licensing, to help build my understanding and use of the concept.