DCSIMG
DEV,IntelliSense - Itai Goldstein

Browse by Tags

All Tags » DEV » IntelliSense (RSS)

Configuration shortcuts (or IntelliSense for configuration file)

The configuration appSettings & connectionStrings sections are highly used in our daily application development. < appSettings > < add key = "ApplicationName" value = "ConfigurationShortcutsSample" /> </ appSettings > The way we usually access the values which are stored within these sections is through the ConfigurationManager class when we specify the section key string: string applicationName = ConfigurationManager . AppSettings [ AppSettingsKeys . ApplicationName...
Posted by itai | 2 comment(s)
תגים:, , ,