<?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: Using a PageMethod to Look Up City and State based on Zip Code</title>
	<atom:link href="http://brian.dobberteen.com/code/using-a-pagemethod-to-look-up-city-and-state-based-on-zip-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.dobberteen.com/code/using-a-pagemethod-to-look-up-city-and-state-based-on-zip-code/</link>
	<description>Fun With Web Development!</description>
	<lastBuildDate>Sat, 17 Jul 2010 00:12:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bhuvan</title>
		<link>http://brian.dobberteen.com/code/using-a-pagemethod-to-look-up-city-and-state-based-on-zip-code/comment-page-1/#comment-815</link>
		<dc:creator>Bhuvan</dc:creator>
		<pubDate>Wed, 14 Jul 2010 02:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=24#comment-815</guid>
		<description>Great tutorial. Though it did not work for me in VS2008 and C#.
Error with page methods. But still seemed a good tutorial
Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial. Though it did not work for me in VS2008 and C#.<br />
Error with page methods. But still seemed a good tutorial<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using LINQ to XML instead of XmlReader &#171; Brian Dobberteen</title>
		<link>http://brian.dobberteen.com/code/using-a-pagemethod-to-look-up-city-and-state-based-on-zip-code/comment-page-1/#comment-2</link>
		<dc:creator>Using LINQ to XML instead of XmlReader &#171; Brian Dobberteen</dc:creator>
		<pubDate>Fri, 10 Jul 2009 16:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://brian.dobberteen.com/?p=24#comment-2</guid>
		<description>[...] At any rate, we&#8217;ll be dropping our use of the XmlReader class and instead opt for a LINQ-to-XML XDocument object. We need to change our Imports declaration slightly, removing System.Xml and replacing it with System.Xml.Linq. Much the same as we did with the XmlReader, we use XDocument&#8217;s static function Load to grab our XML from the Yahoo Maps API (more about accessing the Yahoo Maps API). [...]</description>
		<content:encoded><![CDATA[<p>[...] At any rate, we&#8217;ll be dropping our use of the XmlReader class and instead opt for a LINQ-to-XML XDocument object. We need to change our Imports declaration slightly, removing System.Xml and replacing it with System.Xml.Linq. Much the same as we did with the XmlReader, we use XDocument&#8217;s static function Load to grab our XML from the Yahoo Maps API (more about accessing the Yahoo Maps API). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
