Ways to store data in .NET
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
17:13 UTC
Read the original article
Hit count: 213
I am looking for ways to store data in a windows form application in .NET. 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