c# - What kind of, does there exist a, data framework like this? -
What do I do:
- Load values for the program from a file.
- Read / Add / Change those values
- Save those values back to the file
- I would like to be able to file a database
- I want as much data as possible to stay in memory , So I'm not stopping the file.
- I would like to ask to use linux or a standard query language
- I think the data will return the objects as arrays
I think something like this can happen Such support Iai but C # and arrange for local applications.
I am looking for names such as data interactions and projects, preferably free with non-infectious and crushing licensing, understanding my help and use of concept.
Looking at your needs, I see this meets all your query / update requirements. , And works with many databases.
For a file database that works with EF, you may want to consider it. Version 4 is currently in Beta, and handles your single file, mostly in memory etc. Well the requirements
The only thing is that, by using LINQ with EF, you can use either your objects in either the IQueryable & lt; T & gt;
or IEnumerable & lt; T & gt;
, normally not as arrays, you can always call .aArray ()
to convert to an array, but this is usually not necessary.
Comments
Post a Comment