How can I save large amounts of data in C#?

Posted by Adam on Stack Overflow See other posts from Stack Overflow or by Adam
Published on 2010-04-06T23:55:15Z Indexed on 2010/04/07 0:03 UTC
Read the original article Hit count: 150

Filed under:
|

I'm writing a program in C# that will save lots of data points and then later make a graph. What is the best way to save these points?

Can I just use a really long array or should I use a text file or excel file or something like that?

© Stack Overflow or respective owner

Related posts about c#

Related posts about data