Timeline for Is a InMemoryDatabase suitable for store live data?
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 25, 2017 at 16:57 | answer | added | Omer Iqbal | timeline score: 1 | |
| Nov 25, 2017 at 13:40 | comment | added | Mark |
Got it. I've already changed my code to use a List<>.
|
|
| Nov 25, 2017 at 11:44 | comment | added | Ewan | well the short answer is "no". it will be faster just to hold the list of models in the applications memory | |
| Nov 25, 2017 at 11:29 | comment | added | Mark |
Another point is to use the same objects for both persistent and live data, so if in the future I need to make it persistent I just have to change DbContext.
|
|
| Nov 25, 2017 at 11:27 | comment | added | Mark |
Because I'm learning, I'm able to query and view data in a DbSet. Hence I cannot say what are the advantages over a List. i'm going to look into it. Thanks.
|
|
| Nov 25, 2017 at 10:38 | comment | added | Ewan | what is the advantage over a List? | |
| Nov 25, 2017 at 8:49 | review | First posts | |||
| Nov 27, 2017 at 21:37 | |||||
| Nov 25, 2017 at 8:43 | history | asked | Mark | CC BY-SA 3.0 |