Answer the question
In order to leave comments, you need to log in
How can record storage be implemented in C#?
There is such a diary, written as a JS array:
var journal = [
{events: ["один", "два", "три", "четыре", "пять"],
result: false},
{events: ["один", "два", "три", "четыре"],
result: false},
{events: ["один", "два", "три", "четыре", "пять"],
result: true},
/* и так далее... */
Answer the question
In order to leave comments, you need to log in
Understand and choose according to your taste: https://msdn.microsoft.com/ru-ru/library/ybcx56wz(...
Well, or in the version for the lazy right in visual studio: Edit -> Paste Special -> Paste Json As Classes
Then the truth will have to think and change the arrays in the resulting classes to the desired collection options
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question