Is it a good practice to load configuration data for a application through the use of Resources ?
Please let me know.
I am actually working with the Robotics studio and I don’t think there is any other way of loading a configuration.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on the data you want to load, you could use the Application Settings features of .NET.
If you want to load a large amount of data, then resources (external or embedded) might be a better idea.