AppSettings Coolness

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/2/22/appsettings-coolness.html
Published Saturday, February 22, 2003 10:45 PM by RoyOsherove

Comments

Saturday, February 22, 2003 8:20 AM by Jesse Ezell

# IConfigurationSectionHandler

Yah, but have you seen IConfigurationSectionHandler... definately a bit cooler. I'll never go back to appSettings.

--Jesse
Saturday, February 22, 2003 3:53 PM by Roy

# KISS principle applies

The way i see it: KISS principle applies (Keep it Simple)
if you dont need to go with IConfigurationSectionHandler , then don't. the reason this setting is better for me, is that it allows me to add settings with no coding. much simpler. :)