<?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>CodeHill &#187; Mono 2.0</title>
	<atom:link href="http://codehill.com/category/mono-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehill.com</link>
	<description>Premium Web Application Development</description>
	<lastBuildDate>Thu, 17 May 2012 07:23:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Check If User Name Exists Using AJAX And C#</title>
		<link>http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/</link>
		<comments>http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:00:33 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono 2.0]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=625</guid>
		<description><![CDATA[You could make sure the user name entered during the registration process of your website is unique before the submit button is clicked using AJAX and C#. To accomplish this create two aspx pages. The first (default.aspx in this example) is the registration page, and it contains a TextBox control with an onkeyup element that [...]
Related posts:<ol>
<li><a href='http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/' rel='bookmark' title='2 or More Domain Names Linked to the Same Folder'>2 or More Domain Names Linked to the Same Folder</a></li>
<li><a href='http://codehill.com/2009/01/saving-user-and-application-settings-in-winforms/' rel='bookmark' title='Saving User and Application Settings in WinForms'>Saving User and Application Settings in WinForms</a></li>
<li><a href='http://codehill.com/2009/01/how-to-check-your-site-for-infected-links-and-malware/' rel='bookmark' title='How to Check Your Site for Infected Links and Malware'>How to Check Your Site for Infected Links and Malware</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Simple Networking Tasks in C#</title>
		<link>http://codehill.com/2009/03/simple-networking-tasks-in-c/</link>
		<comments>http://codehill.com/2009/03/simple-networking-tasks-in-c/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:00:28 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[Mono 2.0]]></category>
		<category><![CDATA[WinForms]]></category>
		<category><![CDATA[DNS Lookup]]></category>
		<category><![CDATA[Download File]]></category>
		<category><![CDATA[Ping]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=608</guid>
		<description><![CDATA[Developing applications in C# that access resource on the internet is easy. This post shows four useful functions: checking if the PC is connected to a network, domain name to IP address lookup, ping a host and download a file. &#160; Network Availability You can check if there are any network connections using NetworkInterface.GetIsNetworkAvailable static [...]
Related posts:<ol>
<li><a href='http://codehill.com/2009/01/lock-sleep-or-hibernate-windows-using-c/' rel='bookmark' title='Lock, Sleep or Hibernate Windows using C#'>Lock, Sleep or Hibernate Windows using C#</a></li>
<li><a href='http://codehill.com/2009/03/get-the-available-network-connections-using-wmi/' rel='bookmark' title='Get the Available Network Connections Using WMI'>Get the Available Network Connections Using WMI</a></li>
<li><a href='http://codehill.com/2009/02/capturing-outlook-2007s-new-mail-and-reminder-events/' rel='bookmark' title='Capturing Outlook 2007&#8242;s New Mail and Reminder Events'>Capturing Outlook 2007&#8242;s New Mail and Reminder Events</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/03/simple-networking-tasks-in-c/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>A Wrapper Class For hostip.info&#8217;s GeoLocation Service</title>
		<link>http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/</link>
		<comments>http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 14:00:21 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono 2.0]]></category>
		<category><![CDATA[WinForms]]></category>
		<category><![CDATA[GeoLocation]]></category>
		<category><![CDATA[hostip.info]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=587</guid>
		<description><![CDATA[GeoLocation refers to identifying a real-world geographic location of a computer, device or website visitor. There are a many websites that provide this service, some are free and some are not. A populare and free one is hostip.info. It provides country, country code, country flag, city, latitude and longitude of an IP address. This wrapper [...]
Related posts:<ol>
<li><a href='http://codehill.com/2008/12/an-md5-hash-of-a-string/' rel='bookmark' title='An MD5 Hash of a String'>An MD5 Hash of a String</a></li>
<li><a href='http://codehill.com/2009/03/displaying-an-xml-file-in-a-treeview-control/' rel='bookmark' title='Displaying an XML File in a TreeView Control'>Displaying an XML File in a TreeView Control</a></li>
<li><a href='http://codehill.com/2009/02/dictionaries-of-html-codes/' rel='bookmark' title='Dictionaries of HTML Codes'>Dictionaries of HTML Codes</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get a Movie&#8217;s Details From IMDb</title>
		<link>http://codehill.com/2009/02/get-a-movies-details-from-imdb/</link>
		<comments>http://codehill.com/2009/02/get-a-movies-details-from-imdb/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:00:28 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono 2.0]]></category>
		<category><![CDATA[WinForms]]></category>
		<category><![CDATA[IMDb]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[Screen Scraping]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=501</guid>
		<description><![CDATA[A while back when I was developing MoviePlay (a movies database) I wanted to allow the user to get the movie&#8217;s details from IMDb (The Internet Movie Database) instead of having him/her enter it manually. IMDb does not provide a way for developers to use their data, so I wrote the code below to screen [...]
Related posts:<ol>
<li><a href='http://codehill.com/2009/02/dictionaries-of-html-codes/' rel='bookmark' title='Dictionaries of HTML Codes'>Dictionaries of HTML Codes</a></li>
<li><a href='http://codehill.com/2008/12/get-a-video-files-details-using-windows/' rel='bookmark' title='Get a Video File&#8217;s Details Using Windows'>Get a Video File&#8217;s Details Using Windows</a></li>
<li><a href='http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/' rel='bookmark' title='A Wrapper Class For hostip.info&#8217;s GeoLocation Service'>A Wrapper Class For hostip.info&#8217;s GeoLocation Service</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/02/get-a-movies-details-from-imdb/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>2 or More Domain Names Linked to the Same Folder</title>
		<link>http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/</link>
		<comments>http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 14:00:16 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono 2.0]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=406</guid>
		<description><![CDATA[Most if not all web hosting services allow users to link two or more domain names to the same account to save them the cost of a new account for each domain name. With such accounts, opening any of the registered domain names calls the same default page as the other. The solution is to [...]
Related posts:<ol>
<li><a href='http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/' rel='bookmark' title='Check If User Name Exists Using AJAX And C#'>Check If User Name Exists Using AJAX And C#</a></li>
<li><a href='http://codehill.com/2009/01/404-and-403-error-pages-in-aspnet/' rel='bookmark' title='404 and 403 Error Pages in ASP.NET'>404 and 403 Error Pages in ASP.NET</a></li>
<li><a href='http://codehill.com/2009/06/displaying-dynamically-generated-images-in-aspnet/' rel='bookmark' title='Displaying Dynamically Generated Images in ASP.NET'>Displaying Dynamically Generated Images in ASP.NET</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reading and Writing Text Files in C#</title>
		<link>http://codehill.com/2009/01/reading-and-writing-text-files-in-c/</link>
		<comments>http://codehill.com/2009/01/reading-and-writing-text-files-in-c/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 14:00:12 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[Mono 2.0]]></category>
		<category><![CDATA[WinForms]]></category>
		<category><![CDATA[Text Files]]></category>

		<guid isPermaLink="false">http://www.codehill.com/?p=124</guid>
		<description><![CDATA[With all the DBMSs out there, text files are still widely used when developing applications. They are small, fast and do not require any library or application to be installed in the client machine. The System.IO.StreamReader and System.IO.StreamWriter are used to read and write text files to disk. The following code demonstrates reading a file [...]
Related posts:<ol>
<li><a href='http://codehill.com/2009/01/reading-excel-2003-and-2007-files-using-oledb/' rel='bookmark' title='Reading Excel 2003 and 2007 Files Using OLEDB'>Reading Excel 2003 and 2007 Files Using OLEDB</a></li>
<li><a href='http://codehill.com/2009/01/how-to-download-a-web-page-in-winforms/' rel='bookmark' title='How to Download a Web Page in WinForms'>How to Download a Web Page in WinForms</a></li>
<li><a href='http://codehill.com/2009/06/drag-and-drop-files-to-a-c-application/' rel='bookmark' title='Drag And Drop Files to a C# Application'>Drag And Drop Files to a C# Application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/01/reading-and-writing-text-files-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

