Jun 15, 2008
As promised in my previous post , I updated genscode tool to provide intellisense for AhAdmin code in C# and JavaScript. GenSCode now accepts an optional codetype switch which can be AhAJavaScript to help use AhAdmin in JavaScript, AhACSharp to help use...
4 comments
Tags: AhadminGenscodeMWA
Dec 04, 2006
Attachment: GenSCodeInstall.zip
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...
9 comments
Tags: GenscodeMWA
Dec 04, 2006
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...
2 comments
Tags: IntellisenseMWA