<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: ADO.NET Data Services Part 6: AJAX</title>
	<link>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/</link>
	<description>Code is never finished, only abandoned...</description>
	<pubDate>Fri, 29 Aug 2008 19:18:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: ADO.NET Data Services AJAX client library at Lost In Tangent</title>
		<link>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-348</link>
		<dc:creator>ADO.NET Data Services AJAX client library at Lost In Tangent</dc:creator>
		<pubDate>Thu, 15 May 2008 07:24:59 +0000</pubDate>
		<guid>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-348</guid>
		<description>[...] assembly, making it possible to reference by name from a ScriptManager (as shown here). This made it pretty simple to get up and running in order to consume a data service from within [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] assembly, making it possible to reference by name from a ScriptManager (as shown here). This made it pretty simple to get up and running in order to consume a data service from within [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ADO.NET Data Services Part 9: Data Modification - AJAX (Action Sequences) at Lost In Tangent</title>
		<link>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-66</link>
		<dc:creator>ADO.NET Data Services Part 9: Data Modification - AJAX (Action Sequences) at Lost In Tangent</dc:creator>
		<pubDate>Sun, 06 Jan 2008 02:53:45 +0000</pubDate>
		<guid>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-66</guid>
		<description>[...] an explanation of the DataServiceError class see part 6 of this series. Knowing the above result criteria will make it so you can diagnose just about every [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] an explanation of the DataServiceError class see part 6 of this series. Knowing the above result criteria will make it so you can diagnose just about every [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ADO.NET Data Services Part 8: Data Modification - AJAX at Lost In Tangent</title>
		<link>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-64</link>
		<dc:creator>ADO.NET Data Services Part 8: Data Modification - AJAX at Lost In Tangent</dc:creator>
		<pubDate>Fri, 04 Jan 2008 20:09:50 +0000</pubDate>
		<guid>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-64</guid>
		<description>[...] a great solution for most scenarios, the need for an AJAX story still exists. You may recall from part 6 that the WebDataContext class has a counterpart in the ASP.NET AJAX library, namely [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] a great solution for most scenarios, the need for an AJAX story still exists. You may recall from part 6 that the WebDataContext class has a counterpart in the ASP.NET AJAX library, namely [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET 3.5 Extensions Preview &#171; See Joel Program</title>
		<link>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-55</link>
		<dc:creator>ASP.NET 3.5 Extensions Preview &#171; See Joel Program</dc:creator>
		<pubDate>Sat, 29 Dec 2007 22:33:23 +0000</pubDate>
		<guid>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-55</guid>
		<description>[...] Accessing ADO.NET DataServices from JavaScript [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Accessing ADO.NET DataServices from JavaScript [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Carter</title>
		<link>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-30</link>
		<dc:creator>Jonathan Carter</dc:creator>
		<pubDate>Thu, 20 Dec 2007 15:37:58 +0000</pubDate>
		<guid>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-30</guid>
		<description>Hey Timothy, you are exactly right, and I forgot to mention this. I added a new paragraph (second to last) to wrap up the story correctly :)</description>
		<content:encoded><![CDATA[<p>Hey Timothy, you are exactly right, and I forgot to mention this. I added a new paragraph (second to last) to wrap up the story correctly <img src='http://lostintangent.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy Khouri</title>
		<link>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-28</link>
		<dc:creator>Timothy Khouri</dc:creator>
		<pubDate>Thu, 20 Dec 2007 12:34:48 +0000</pubDate>
		<guid>http://lostintangent.com/2007/12/19/adonet-data-services-part-6-ajax/#comment-28</guid>
		<description>This is probably a stupid question, but since ASP.NET AJAX restricts going outside of your own domain (for security reasons), does ADO.NET Data Services with AJAX do the same thing?

In your example you used a relative path, but if you were to do a: 'new Sys.Data.DataService("http://www.singingeels.com/Top10Authors.svc")' would you get anything back?

(If it's locked down, then I think Philip's beloved customer is going to be a little disappointed... seeing how beautiful it is, but knowing it's out of his reach... like how most people feel about Claire Bennet)!

Thanks,
-Timothy</description>
		<content:encoded><![CDATA[<p>This is probably a stupid question, but since ASP.NET AJAX restricts going outside of your own domain (for security reasons), does ADO.NET Data Services with AJAX do the same thing?</p>
<p>In your example you used a relative path, but if you were to do a: &#8216;new Sys.Data.DataService(&#8221;http://www.singingeels.com/Top10Authors.svc&#8221;)&#8217; would you get anything back?</p>
<p>(If it&#8217;s locked down, then I think Philip&#8217;s beloved customer is going to be a little disappointed&#8230; seeing how beautiful it is, but knowing it&#8217;s out of his reach&#8230; like how most people feel about Claire Bennet)!</p>
<p>Thanks,<br />
-Timothy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
