c# Programming Glossary: config.getsection
encrypt SQL connectionstring c# http://stackoverflow.com/questions/2160515/encrypt-sql-connectionstring-c-sharp exeConfigName ConnectionStringsSection section config.GetSection connectionStrings as ConnectionStringsSection if section.SectionInformation.IsProtected..
Read resources from a DLL file http://stackoverflow.com/questions/2771130/read-resources-from-a-dll-file
Problem passing ELMAH log id to Custom Error page in ASP.NET http://stackoverflow.com/questions/2885487/problem-passing-elmah-log-id-to-custom-error-page-in-asp-net ~ var customErrorsSection CustomErrorsSection config.GetSection system.web customErrors if customErrorsSection null switch..
Modifying App.Config file at the time of installation using c# http://stackoverflow.com/questions/3608632/modifying-app-config-file-at-the-time-of-installation-using-c-sharp assemblypath ConfigurationSection section config.GetSection USER c# share improve this question This article may have..
Change connection string & reload app.config at run time http://stackoverflow.com/questions/502411/change-connection-string-reload-app-config-at-run-time var connectionStringsSection ConnectionStringsSection config.GetSection connectionStrings connectionStringsSection.ConnectionStrings..
Read custom configuration file in C# (Framework 4.0) http://stackoverflow.com/questions/6341906/read-custom-configuration-file-in-c-sharp-framework-4-0 Do any action you want with the config object like config.GetSection my.custom.section or var someVal config.AppSettings.Settings..
|