<?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: Get Web Page Contents in Code with C#</title>
	<atom:link href="http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-53035</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 05 Jan 2012 00:34:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53035</guid>
		<description>Worked great.   Thanks!</description>
		<content:encoded><![CDATA[<p>Worked great.   Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hosein</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-51344</link>
		<dc:creator>hosein</dc:creator>
		<pubDate>Sat, 05 Nov 2011 09:10:58 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-51344</guid>
		<description>hi,
It was so useful and exactly what I looking for.
by the way, it&#039;s very optimized code.

thanks.</description>
		<content:encoded><![CDATA[<p>hi,<br />
It was so useful and exactly what I looking for.<br />
by the way, it&#8217;s very optimized code.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamed</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-49843</link>
		<dc:creator>hamed</dc:creator>
		<pubDate>Thu, 22 Sep 2011 14:58:58 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49843</guid>
		<description>hi,
thanks, but:
what if you want to extract text content of this URL which don&#039;t contains html tags ?</description>
		<content:encoded><![CDATA[<p>hi,<br />
thanks, but:<br />
what if you want to extract text content of this URL which don&#8217;t contains html tags ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hooma</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-48787</link>
		<dc:creator>Hooma</dc:creator>
		<pubDate>Tue, 23 Aug 2011 10:18:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48787</guid>
		<description>the webrequest.create work just fine in a console application , but in winodws applications i encounter the error which says :
The type or namespace name &#039;Create&#039; does not exist in the namespace &#039;WebRequest&#039; (are you missing an assembly reference?)
can someone help me with that</description>
		<content:encoded><![CDATA[<p>the webrequest.create work just fine in a console application , but in winodws applications i encounter the error which says :<br />
The type or namespace name &#8216;Create&#8217; does not exist in the namespace &#8216;WebRequest&#8217; (are you missing an assembly reference?)<br />
can someone help me with that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mtouseef Zafar</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-46281</link>
		<dc:creator>Mtouseef Zafar</dc:creator>
		<pubDate>Thu, 10 Feb 2011 09:07:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46281</guid>
		<description>nice</description>
		<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qibo Zhang</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-40710</link>
		<dc:creator>Qibo Zhang</dc:creator>
		<pubDate>Wed, 14 Jul 2010 18:18:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-40710</guid>
		<description>I love the code sample! It is simple but very useful!

How to code if remote server requires usename and password?

Thanks!</description>
		<content:encoded><![CDATA[<p>I love the code sample! It is simple but very useful!</p>
<p>How to code if remote server requires usename and password?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-38512</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 08 Apr 2010 13:33:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38512</guid>
		<description>Thanks. It&#039;s useful for me :)</description>
		<content:encoded><![CDATA[<p>Thanks. It&#8217;s useful for me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Cooper</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-35503</link>
		<dc:creator>Cody Cooper</dc:creator>
		<pubDate>Fri, 06 Nov 2009 23:12:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-35503</guid>
		<description>thanks so much</description>
		<content:encoded><![CDATA[<p>thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-32872</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:22:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-32872</guid>
		<description>Thanks ! a lot sir</description>
		<content:encoded><![CDATA[<p>Thanks ! a lot sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laotuongrobo</title>
		<link>http://www.tech-recipes.com/rx/1954/get_web_page_contents_in_code_with_csharp/comment-page-1/#comment-31513</link>
		<dc:creator>Laotuongrobo</dc:creator>
		<pubDate>Mon, 29 Jun 2009 04:32:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-31513</guid>
		<description>I had do it.. but have a problems : The remote name could not be resolved: &#039;http://www.yahoo.com&#039;
Please help!</description>
		<content:encoded><![CDATA[<p>I had do it.. but have a problems : The remote name could not be resolved: &#8216;http://www.yahoo.com&#8217;<br />
Please help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.114 seconds using memcached
Object Caching 417/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 06:52:16 -->
