I am using Visual-Studio-2012
I am using ConfigurationSection class for declaring a new customized configuration section in app.config.
I need to use that in most efficient way, so:
How can I do the above? If I cannot - What is the best way creating?
Thanks :)
Yes. XSD shall be used.
Using the Intellisense feature is done by opening the XSD file and in properties choose the schema.
I have found that adding the class of ConfigurationSection is a good attitude.