Top "Custom-sections" questions

How do I get intellisense in app.config for a custom section?

We have a custom section in my app.config file related to our IoC container class. How can I get …

c# .net configuration app-config custom-sections
app.config: how do I make a nested customSection called appSettings be the ConfigurationManager.AppSettings

my desired app.config would be like this: <configSections> <sectionGroup name="QA_Environment"> <section name="…

c# app-config appsettings configurationmanager custom-sections