I\'m programming a fairly simple application which I want to cut to just one simple EXE file + some data storage (XML for example).
My question is regarding configur
You could use the app.config file for storing your configuration. For the data, I would sugest something like db4o or SQLite.
Edit
This tutorial can show you how simple is to use db40 to store and retrieve your data.