I am looking for ways to store data in a Windows Forms 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 of doing this exist besides creating a linked database?
Examples are gladly appreciated.
There are dozens of different ways to store data. It completely depends on what data. Is it:
And so on… there are different solutions for every storage requirement and many projects make use of more than one at a time.