i have created a simple xml configuration file for my program, it simply reads the values from the xml file during the app loading, using xmltextreader , is that how the usually do it? or should i take a look at the system.configuration namespace? anything usefull there , or its just used for .net config files and not costum files?