ways to store data in c#
Posted
by Audel
on Stack Overflow
See other posts from Stack Overflow
or by Audel
Published on 2010-04-25T16:51:27Z
Indexed on
2010/04/25
16:53 UTC
Read the original article
Hit count: 264
I am looking for ways to store data in a windows form application in C#. I want to make the input data of a system persistent, so when I close my program and open it again, the data is retrieved.
Which ways are of doing this besides creating a linked database? Examples are gladly appreciated
regards
© Stack Overflow or respective owner