<?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: New Article: GeoIP and .NET</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/07/16/new-article-geoip-and-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/07/16/new-article-geoip-and-net/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 01:39:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MetroFan</title>
		<link>http://www.sitepoint.com/blogs/2004/07/16/new-article-geoip-and-net/comment-page-1/#comment-7463</link>
		<dc:creator>MetroFan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1518898467#comment-7463</guid>
		<description>&lt;p&gt;posted in article comments, but again. i&#039;m using 4aspnet ipinfo component. easy, fast and consist of 1 file. example from their site:&lt;br /&gt;
IPInfo ipi = new IPInfo();&lt;br /&gt;
CountryInfo ci = ipi.GetInfoByHostAddress(&quot;67.123.175.17&quot;);&lt;br /&gt;
Console.WriteLine(&quot;Country Code:\t{0}\n&quot; +&lt;br /&gt;
                    &quot;Country Code:\t{1} (3 letters)\n&quot; +&lt;br /&gt;
                    &quot;Country Name:\t{2}\n&quot; +&lt;br /&gt;
                    &quot;Currency Code:\t{3}\n&quot; +&lt;br /&gt;
                    &quot;Currency Name:\t{4}\n&quot; +&lt;br /&gt;
                    &quot;Currency:\t{5}\n&quot; +&lt;br /&gt;
                    &quot;Capital:\t{6}\n&quot; +&lt;br /&gt;
                    &quot;Region:\t\t{7}&quot;,&lt;br /&gt;
                    ci.CountryCode, ci.CountryCode3,&lt;br /&gt;
                    ci.CountryName, ci.CurrencyCode, ci.CurrencyName,&lt;br /&gt;
                    ci.CurrencyName, ci.Capital, ci.Region);&lt;br /&gt;
...&lt;br /&gt;
&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>posted in article comments, but again. i&#8217;m using 4aspnet ipinfo component. easy, fast and consist of 1 file. example from their site:<br />
IPInfo ipi = new IPInfo();<br />
CountryInfo ci = ipi.GetInfoByHostAddress(&#8221;67.123.175.17&#8243;);<br />
Console.WriteLine(&#8221;Country Code:\t{0}\n&#8221; +<br />
                    &#8220;Country Code:\t{1} (3 letters)\n&#8221; +<br />
                    &#8220;Country Name:\t{2}\n&#8221; +<br />
                    &#8220;Currency Code:\t{3}\n&#8221; +<br />
                    &#8220;Currency Name:\t{4}\n&#8221; +<br />
                    &#8220;Currency:\t{5}\n&#8221; +<br />
                    &#8220;Capital:\t{6}\n&#8221; +<br />
                    &#8220;Region:\t\t{7}&#8221;,<br />
                    ci.CountryCode, ci.CountryCode3,<br />
                    ci.CountryName, ci.CurrencyCode, ci.CurrencyName,<br />
                    ci.CurrencyName, ci.Capital, ci.Region);<br />
&#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>
