<?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: Fibonacci LINQ Sequence Generator</title>
	<atom:link href="http://innovatian.com/2010/04/fibonacci-linq-sequence-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://innovatian.com/2010/04/fibonacci-linq-sequence-generator/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Dec 2011 21:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: innovatian</title>
		<link>http://innovatian.com/2010/04/fibonacci-linq-sequence-generator/comment-page-1/#comment-34</link>
		<dc:creator>innovatian</dc:creator>
		<pubDate>Tue, 04 May 2010 18:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=410#comment-34</guid>
		<description>Thanks, just made a new post with the infinite sequence.</description>
		<content:encoded><![CDATA[<p>Thanks, just made a new post with the infinite sequence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmfryan</title>
		<link>http://innovatian.com/2010/04/fibonacci-linq-sequence-generator/comment-page-1/#comment-33</link>
		<dc:creator>jmfryan</dc:creator>
		<pubDate>Tue, 04 May 2010 16:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=410#comment-33</guid>
		<description>Rather than passing an integer to the generate method you can just write an infinite loop. Then use the Linq method Take() (or Skip() or ElementAt() or any other Linq methods) to limit, slice, or index the infinite set of Fibonacci numbers.</description>
		<content:encoded><![CDATA[<p>Rather than passing an integer to the generate method you can just write an infinite loop. Then use the Linq method Take() (or Skip() or ElementAt() or any other Linq methods) to limit, slice, or index the infinite set of Fibonacci numbers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

