<?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: C# Read Text File into String</title>
	<atom:link href="http://www.csharp411.com/c-read-text-file-into-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/c-read-text-file-into-string/</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Sat, 24 Jul 2010 01:26:51 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Powers</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/comment-page-1/#comment-5500</link>
		<dc:creator>Mike Powers</dc:creator>
		<pubDate>Wed, 26 May 2010 04:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-5500</guid>
		<description>thanks--that helps me a lot!</description>
		<content:encoded><![CDATA[<p>thanks&#8211;that helps me a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/comment-page-1/#comment-5488</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 14 May 2010 13:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-5488</guid>
		<description>How to read a RTF File from embedded resource into a C# string?</description>
		<content:encoded><![CDATA[<p>How to read a RTF File from embedded resource into a C# string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/comment-page-1/#comment-5372</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-5372</guid>
		<description>How do u read a file like blablabla.txt and say if on it theres like 1001 u download a file</description>
		<content:encoded><![CDATA[<p>How do u read a file like blablabla.txt and say if on it theres like 1001 u download a file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rima7</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/comment-page-1/#comment-3603</link>
		<dc:creator>rima7</dc:creator>
		<pubDate>Sun, 12 Oct 2008 22:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-3603</guid>
		<description>thanx</description>
		<content:encoded><![CDATA[<p>thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yann Trevin</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/comment-page-1/#comment-1861</link>
		<dc:creator>Yann Trevin</dc:creator>
		<pubDate>Thu, 03 Jul 2008 19:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-1861</guid>
		<description>It is interesting to notice that the File.ReadAllText and File.ReadAllLines methods were added in the version 2.0 of the .NET framework; mainly because in the previous versions, the necessary usage of a Stream object made reading text files difficult and unintuitive for most of the developers.</description>
		<content:encoded><![CDATA[<p>It is interesting to notice that the File.ReadAllText and File.ReadAllLines methods were added in the version 2.0 of the .NET framework; mainly because in the previous versions, the necessary usage of a Stream object made reading text files difficult and unintuitive for most of the developers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
