<?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: Reading and Writing Text Files in C#</title>
	<atom:link href="http://amgadhs.com/index.php/2008/12/reading-and-writing-text-files-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://amgadhs.com/index.php/2008/12/reading-and-writing-text-files-in-c/</link>
	<description>My adventures with DotNET, Mac OS X, Linux and technology in general</description>
	<lastBuildDate>Mon, 28 Jun 2010 06:15:14 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amgad Suliman</title>
		<link>http://amgadhs.com/index.php/2008/12/reading-and-writing-text-files-in-c/comment-page-1/#comment-112</link>
		<dc:creator>Amgad Suliman</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://amgadhs.com/?p=719#comment-112</guid>
		<description>Hi Akash, thank you for the comment but WriteAllText and ReadAllText are available for Visual Basic only and to use them in C# you have to use Microsoft.VisualBasic. But the code above is not much when you remove the GUI stuff, like reading the file name from the OpenFileDialog control or clearing the TextBox.</description>
		<content:encoded><![CDATA[<p>Hi Akash, thank you for the comment but WriteAllText and ReadAllText are available for Visual Basic only and to use them in C# you have to use Microsoft.VisualBasic. But the code above is not much when you remove the GUI stuff, like reading the file name from the OpenFileDialog control or clearing the TextBox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash Kava</title>
		<link>http://amgadhs.com/index.php/2008/12/reading-and-writing-text-files-in-c/comment-page-1/#comment-111</link>
		<dc:creator>Akash Kava</dc:creator>
		<pubDate>Fri, 12 Dec 2008 19:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://amgadhs.com/?p=719#comment-111</guid>
		<description>Well if you ever try to explore MSDN, you can check File.WriteAllText and File.ReadAllText does everything in one single line.</description>
		<content:encoded><![CDATA[<p>Well if you ever try to explore MSDN, you can check File.WriteAllText and File.ReadAllText does everything in one single line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
