<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Boo vs. PowerShell</title>
	<atom:link href="http://winterdom.com/2007/05/boovspowershell/feed" rel="self" type="application/rss+xml" />
	<link>http://winterdom.com/2007/05/boovspowershell</link>
	<description>by dæmons be driven</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:02:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pete w</title>
		<link>http://winterdom.com/2007/05/boovspowershell/comment-page-1#comment-190</link>
		<dc:creator>pete w</dc:creator>
		<pubDate>Tue, 05 Jun 2007 19:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2007/05/boovspowershell#comment-190</guid>
		<description>I just picked up powershell today, I&#039;m hooked!
[System.Object].Assembly.GetTypes() &#124; foreach {
$_.Name; $_.GetMethods() &#124; foreach{&quot;-==-&quot;+$_.Name}
}
&quot;Types $typeCount, Methods $methodCount&quot;
</description>
		<content:encoded><![CDATA[<p>I just picked up powershell today, I&#8217;m hooked!<br />
[System.Object].Assembly.GetTypes() | foreach {<br />
$_.Name; $_.GetMethods() | foreach{&quot;-==-&quot;+$_.Name}<br />
}<br />
&quot;Types $typeCount, Methods $methodCount&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oneliner</title>
		<link>http://winterdom.com/2007/05/boovspowershell/comment-page-1#comment-189</link>
		<dc:creator>oneliner</dc:creator>
		<pubDate>Sun, 13 May 2007 10:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2007/05/boovspowershell#comment-189</guid>
		<description>[System.Object].Assembly.GetTypes() &#124; %{$_.GetMethods().Length} &#124; measure-object -sum
</description>
		<content:encoded><![CDATA[<p>[System.Object].Assembly.GetTypes() | %{$_.GetMethods().Length} | measure-object -sum</p>
]]></content:encoded>
	</item>
</channel>
</rss>
