I have a question about data handling in C#.
Here is an example to make things clear: I (being the client) need to write filenames into a program so that I can use those filenames later on. However, I need to (on my machine) be able to enter those filenames into a console (that I build from C#) and then those names to be handled internally (so no text documents storing the entered data) so that I can send the same copy of the app to other machines and it still have the names remembered.
Any way that I can accomplish this in C#..?
Any help is much appreciated. Thanks in advance!