<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kanwaljeet Singla &#187; Intellisense</title>
	<atom:link href="http://www.ksingla.net/tag/intellisense/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Thu, 04 Aug 2011 08:24:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tool to generate strongly typed classes for configuration sections</title>
		<link>http://www.ksingla.net/2006/12/tool_to_generate_strongly_typed_classes_for_configuration_sections/</link>
		<comments>http://www.ksingla.net/2006/12/tool_to_generate_strongly_typed_classes_for_configuration_sections/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 03:46:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IISConfig]]></category>
		<category><![CDATA[Intellisense]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=35</guid>
		<description><![CDATA[<p>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 to code samples in my <a mce_href="/ksingla/archive/2006/12/04/mwa-and-intellisense-for-configuration-sections.aspx" href="http://blogs.iis.net/ksingla/archive/2006/12/04/mwa-and-intellisense-for-configuration-sections.aspx">earlier</a> blog.<br />
<br />
<i>Usage: <br />
genscode.exe &#60;schemaFile&#62; &#60;optional section name&#62;<br />
</i><br />
This tool dumps the code on the console. Redirect to save in a file.<br />
<i>genscode.exe %windir%\system32\inetsrv\config\schema\IIS_Schema.xml system.webServer/httpCompression &#62; HttpCompression.cs<br />
</i><br />]]></description>
		<wfw:commentRss>http://www.ksingla.net/2006/12/tool_to_generate_strongly_typed_classes_for_configuration_sections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MWA and intellisense for configuration sections</title>
		<link>http://www.ksingla.net/2006/12/mwa_and_intellisense_for_configuration_sections/</link>
		<comments>http://www.ksingla.net/2006/12/mwa_and_intellisense_for_configuration_sections/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 03:13:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IISConfig]]></category>
		<category><![CDATA[Intellisense]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=34</guid>
		<description><![CDATA[<p><span style="font-size: 10pt">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/element names which needs to be passed to GetAttribute(), GetCollection(), GetChildElement(). MWA allows you to define your Section/Collection/Element types which can then be passed to GetSection, GetCollection, GetChildElement to get an instance of strongly typed class which makes dealing with sections very easy.]]></description>
		<wfw:commentRss>http://www.ksingla.net/2006/12/mwa_and_intellisense_for_configuration_sections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

