<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LINQ like functions for PowerShell: Skip-Count</title><link>http://blogs.msdn.com/jaredpar/archive/2009/01/13/linq-like-functions-for-powershell-skip-count.aspx</link><description>The PowerShell pipeline, is fairly similar to C#/VB’s LINQ.&amp;#160; Both filter a group of elements through a series of transformations which produce a new series of elements.&amp;#160; The devil is in the details of course but I’ll get to that in a future</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: LINQ like functions for PowerShell: Skip-Count</title><link>http://blogs.msdn.com/jaredpar/archive/2009/01/13/linq-like-functions-for-powershell-skip-count.aspx#9331792</link><pubDate>Sat, 17 Jan 2009 01:31:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9331792</guid><dc:creator>Josh Einstein</dc:creator><description>&lt;p&gt;Great minds think alike! I actually implemented an assload of these kinds of commands in C# using a Cmdlet. I work with a lot of large sequences and the performance of a compiled C# Cmdlet blows away script-based ones but for my blog I'm gonna convert them to advanced functions.&lt;/p&gt;
&lt;p&gt;Here's one that I came up with that you might like:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://einsteintech.spaces.live.com/blog/cns"&gt;http://einsteintech.spaces.live.com/blog/cns&lt;/a&gt;!89E05724AF67A39E!228.entry&lt;/p&gt;
</description></item><item><title>re: LINQ like functions for PowerShell: Skip-Count</title><link>http://blogs.msdn.com/jaredpar/archive/2009/01/13/linq-like-functions-for-powershell-skip-count.aspx#9340092</link><pubDate>Mon, 19 Jan 2009 17:25:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9340092</guid><dc:creator>Jared Parsons</dc:creator><description>&lt;p&gt;@Josh,&lt;/p&gt;
&lt;p&gt;I love the default &amp;quot;lambda&amp;quot; expression inline in the parameter list. &lt;/p&gt;
</description></item></channel></rss>