Project DescriptionCSISS is a sample for you as a C# developer. It explains with an example how to create a virtual, temporary "server" in a class.
IMPORTANT!Don't use this code to store data for a long time, all data gets erased when your application exits. If you have to be able to have this data again later, you'll have to write it to a physical file, a database kind of thing. Also keep in mind, this "server" uses fields to store data, so you can't store files on it. I used it to save data which I needed further on in my application, to give you an idea what you can do with this.
News!
CSISS has been taken over by
SlidePhoto, who will continue to develop it. NVDPas wishes the new owner good luck.