<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AmgadHS &#187; ASP.NET 2.0</title>
	<atom:link href="http://amgadhs.com/index.php/category/aspnet20/feed/" rel="self" type="application/rss+xml" />
	<link>http://amgadhs.com</link>
	<description>My adventures with DotNET, Mac OS X, Linux and technology in general</description>
	<lastBuildDate>Wed, 25 Mar 2009 06:10:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Encrypting Sections of the Web.Config File in ASP.NET</title>
		<link>http://amgadhs.com/index.php/2008/12/encrypting-sections-of-the-webconfig-file-in-aspnet/</link>
		<comments>http://amgadhs.com/index.php/2008/12/encrypting-sections-of-the-webconfig-file-in-aspnet/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:00:06 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Web.Config]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=662</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2008/12/encrypting-sections-of-the-webconfig-file-in-aspnet/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/12/encrypting-sections-of-the-webconfig-file-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Ways to Confirm Deletion in an ASP.NET GridView</title>
		<link>http://amgadhs.com/index.php/2008/11/2-ways-to-confirm-deletion-in-an-aspnet-gridview/</link>
		<comments>http://amgadhs.com/index.php/2008/11/2-ways-to-confirm-deletion-in-an-aspnet-gridview/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 11:00:58 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Delete Prompt]]></category>
		<category><![CDATA[GridView]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=555</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2009/01/2-ways-to-confirm-deletion-in-an-aspnet-gridview/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/11/2-ways-to-confirm-deletion-in-an-aspnet-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>404 and 403 Error Pages in ASP.NET</title>
		<link>http://amgadhs.com/index.php/2008/11/404-and-403-error-pages-in-aspnet/</link>
		<comments>http://amgadhs.com/index.php/2008/11/404-and-403-error-pages-in-aspnet/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:00:11 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[403 Access Denied]]></category>
		<category><![CDATA[404 File Not Found]]></category>
		<category><![CDATA[Custom Error Pages]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=448</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2009/01/404-and-403-error-pages-in-aspnet/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/11/404-and-403-error-pages-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving the aspnetdb.mdf Database to a Production SQL Server</title>
		<link>http://amgadhs.com/index.php/2008/10/moving-the-aspnetdbmdf-database-to-a-production-sql-server/</link>
		<comments>http://amgadhs.com/index.php/2008/10/moving-the-aspnetdbmdf-database-to-a-production-sql-server/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 11:00:52 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[aspnetdb.mdf]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=291</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2008/12/moving-the-aspnetdbmdf-database-to-a-production-sql-server/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/10/moving-the-aspnetdbmdf-database-to-a-production-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Your Own Travian Utilities</title>
		<link>http://amgadhs.com/index.php/2008/10/creating-your-own-travian-utilities/</link>
		<comments>http://amgadhs.com/index.php/2008/10/creating-your-own-travian-utilities/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 08:47:50 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Travian]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=137</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2008/12/creating-your-own-travian-utilities/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/10/creating-your-own-travian-utilities/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Microsoft Office&#8217;s OCR Engine</title>
		<link>http://amgadhs.com/index.php/2008/08/using-microsoft-offices-ocr-engine/</link>
		<comments>http://amgadhs.com/index.php/2008/08/using-microsoft-offices-ocr-engine/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 12:22:48 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Winforms 2.0]]></category>
		<category><![CDATA[Winforms 3.5]]></category>
		<category><![CDATA[MODI]]></category>
		<category><![CDATA[Ms Office]]></category>
		<category><![CDATA[OCR]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=64</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2008/12/using-microsoft-offices-ocr-engine/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/08/using-microsoft-offices-ocr-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get a Video File&#8217;s Details Using Windows</title>
		<link>http://amgadhs.com/index.php/2008/07/get-a-video-files-details-using-windows/</link>
		<comments>http://amgadhs.com/index.php/2008/07/get-a-video-files-details-using-windows/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 06:51:42 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Winforms 2.0]]></category>
		<category><![CDATA[Winforms 3.5]]></category>
		<category><![CDATA[shell32]]></category>
		<category><![CDATA[Video Files]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=7</guid>
		<description><![CDATA[Get a video file's details, like runtime, audio bit rate, and video frame rate from the same dll used by windows explorer.]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/07/get-a-video-files-details-using-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>An MD5 Hash of a String</title>
		<link>http://amgadhs.com/index.php/2008/07/an-md5-hash-of-a-string/</link>
		<comments>http://amgadhs.com/index.php/2008/07/an-md5-hash-of-a-string/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:16:07 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Winforms 2.0]]></category>
		<category><![CDATA[Winforms 3.5]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[MD5]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=5</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2008/12/an-md5-hash-of-a-string/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/07/an-md5-hash-of-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My &#8216;Contact Us&#8217; Idea</title>
		<link>http://amgadhs.com/index.php/2008/07/my-contact-us-idea/</link>
		<comments>http://amgadhs.com/index.php/2008/07/my-contact-us-idea/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 19:52:23 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Contact Us]]></category>

		<guid isPermaLink="false">http://amgadhs.com/?p=4</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2008/12/my-contact-us-idea/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/07/my-contact-us-idea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello, World!</title>
		<link>http://amgadhs.com/index.php/2008/07/hello-world/</link>
		<comments>http://amgadhs.com/index.php/2008/07/hello-world/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:15:55 +0000</pubDate>
		<dc:creator>Amgad Suliman</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[Winforms 2.0]]></category>
		<category><![CDATA[Winforms 3.5]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=3</guid>
		<description><![CDATA[This post was moved to:
http://codehill.com/2008/12/hello-world/

Note: I moved all the programming posts to my other blog: CodeHill. As the name implies, CodeHill is dedicated to programming, please check it out and if you like it consider subscribing to the RSS feed. Sorry for the inconvenience.
]]></description>
		<wfw:commentRss>http://amgadhs.com/index.php/2008/07/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
