My application requires a simple ini file. Is there a easy way to implement this without using any parsing?
Yes. This may not be the most efficient way to read from a ini file but it is a pretty good solution that is easy to maintain. You can use a XML file to store your settings. Use a DataSet to read from it. Consider a simple sample file, config.ini. It has three parameters base_path, update_path and output_file. These will map to columns in the settings datatable. view config.
Related Questions
- How do I file an application that requires a waiver of the rules (e.g., I want to request more power than the rules allow, but ULS gives me an error)?
- My application requires a simple ini file. Is there a easy way to implement this without using any parsing?
- How do I create a simple OCR application without using an FDL file to analyze a single field on the image?