Daniel Vella

Daniel Vella

  • NA
  • 6
  • 2.9k

Best way to save large amount of data

Apr 12 2013 9:05 AM
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)