December 2006 Archive on Kanwaljeet Singla's Blog

Tool to generate strongly typed classes for configuration sections

I wrote a simple tool to generate strongly typed classes for IIS configuration sections which can then be used with MWA to enable intellisense. This tool should be able to generate very logical intuitive type names in most cases. Generated code is similar...

MWA and intellisense for configuration sections

Microsoft.Web.Administration (MWA) returns generic ConfigurationSection, ConfigurationElementCollection, ConfigurationElement classes for dealing with different configuration sections. Using these classes directly requires you to remember attribute/collection...

Microsoft Communities