4
Answers

Best way to save large amount of data

Daniel Vella

Daniel Vella

11y
1.9k
1
I am building up a point of sale application using C# object oriented programming. What is the best way to save large amount of data (like 5000 or more) that would be small in size but mainly it will be fast to load the data. I was thinking to use XML or SOAP serialization to save the data? What do you think I should use to have performance?

Thanks in advance
Answers (4)