| File Format This doesn't necessarily have to go in the C# area, but that's the lang I'll be using. I'm getting ready to code an application which will require the saving of data. Now, I could create my own custom format, create a database using SQL (not what I want to do at all!), use XML, or use an already existing format (e.g. csv, tab-delimited, etc.) What do you use for saving data in a desktop application? Is there some standard that people use? |