Monday, 9 September 2013

Best way to store data using C#

Best way to store data using C#

What is the best way to store data per line 2 to 3 items and read this
data using C#.
I have a need to store this type of data.
Server1,Name,Path Server2,Name,Path Server3,Name,Path
Then use C# to read it back in a for each loop.
Thanks for your help.

No comments:

Post a Comment