<?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: Consuming ADO.NET Data Service (Astoria) from Silverlight</title>
	<atom:link href="http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Mon, 30 Apr 2012 09:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: Visão Widescreen &#187; Blog Archive &#187; Silverlight: dicas para seus estudos</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-209151</link>
		<dc:creator>Visão Widescreen &#187; Blog Archive &#187; Silverlight: dicas para seus estudos</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-209151</guid>
		<description>[...] Consumindo dados com Silverlight via ADO.NET Data Service (ASTORIA).http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight [...]</description>
		<content:encoded><![CDATA[<p>[...] Consumindo dados com Silverlight via ADO.NET Data Service (ASTORIA).<a href="http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight" rel="nofollow">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruchit</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-193124</link>
		<dc:creator>Ruchit</dc:creator>
		<pubDate>Sat, 22 Aug 2009 21:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-193124</guid>
		<description>You might want to rename the dll reference above

Microsoft.Data.WebClient.dll is now known as System.Data.Services.Client.dll as per this blog

http://blogs.microsoft.co.il/blogs/bursteg/archive/2008/05/12/new-assemblies-net-framework-3-5-sp1.aspx</description>
		<content:encoded><![CDATA[<p>You might want to rename the dll reference above</p>
<p>Microsoft.Data.WebClient.dll is now known as System.Data.Services.Client.dll as per this blog</p>
<p><a href="http://blogs.microsoft.co.il/blogs/bursteg/archive/2008/05/12/new-assemblies-net-framework-3-5-sp1.aspx" rel="nofollow">http://blogs.microsoft.co.il/blogs/bursteg/archive/2008/05/12/new-assemblies-net-framework-3-5-sp1.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consuming ADO.NET Data Service (Astoria) from Silverlight &#124; Gopi's .net Blog</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-173813</link>
		<dc:creator>Consuming ADO.NET Data Service (Astoria) from Silverlight &#124; Gopi's .net Blog</dc:creator>
		<pubDate>Thu, 28 May 2009 19:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-173813</guid>
		<description>[...] the following code in InitializeService method   view plaincopy to [...]</description>
		<content:encoded><![CDATA[<p>[...] the following code in InitializeService method   view plaincopy to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaja</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-127271</link>
		<dc:creator>Kaja</dc:creator>
		<pubDate>Tue, 09 Dec 2008 19:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-127271</guid>
		<description>Hi,

How do I get JSON response from ADO.NET Data Services service from silverlight application? I am not able to change the header to tell I want JSON back instead of feed xml. Do you have a sample for this?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How do I get JSON response from ADO.NET Data Services service from silverlight application? I am not able to change the header to tell I want JSON back instead of feed xml. Do you have a sample for this?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unruledboy</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-117381</link>
		<dc:creator>unruledboy</dc:creator>
		<pubDate>Tue, 28 Oct 2008 06:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-117381</guid>
		<description>hi, how can we tell the DataServiceQuery failed or not? normally with wcf, we can tell it by e.Error, and no need to trap the exception by ourselves. but with DataServiceQuery, there is no e.Error, and seems that we need to handle the exceptions.</description>
		<content:encoded><![CDATA[<p>hi, how can we tell the DataServiceQuery failed or not? normally with wcf, we can tell it by e.Error, and no need to trap the exception by ourselves. but with DataServiceQuery, there is no e.Error, and seems that we need to handle the exceptions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hands on with Astoria - LincyBVarghese</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-90300</link>
		<dc:creator>Hands on with Astoria - LincyBVarghese</dc:creator>
		<pubDate>Wed, 06 Aug 2008 05:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-90300</guid>
		<description>[...] &#160;Consuming ADO.NET Data Service (Astoria) [...]</description>
		<content:encoded><![CDATA[<p>[...] &nbsp;Consuming ADO.NET Data Service (Astoria) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-87439</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 29 Jul 2008 01:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-87439</guid>
		<description>Hi Willem,

AFAIK, the current version of Silverlight doesn&#039;t support the client config file. However, you can always use the XML file for storing the configurations and download it on demand.</description>
		<content:encoded><![CDATA[<p>Hi Willem,</p>
<p>AFAIK, the current version of Silverlight doesn&#8217;t support the client config file. However, you can always use the XML file for storing the configurations and download it on demand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem Meints</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-87245</link>
		<dc:creator>Willem Meints</dc:creator>
		<pubDate>Mon, 28 Jul 2008 16:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-87245</guid>
		<description>Hi Micheal,

Looks great, I&#039;m surprised how easy silverlight is when you know WPF. I do have a question however, is there a way to get the URI for the data service from some kind of configuration source that is deployed with the silverlight application?

Thanks in advance,

Willem Meints</description>
		<content:encoded><![CDATA[<p>Hi Micheal,</p>
<p>Looks great, I&#8217;m surprised how easy silverlight is when you know WPF. I do have a question however, is there a way to get the URI for the data service from some kind of configuration source that is deployed with the silverlight application?</p>
<p>Thanks in advance,</p>
<p>Willem Meints</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-55406</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 18 Apr 2008 17:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-55406</guid>
		<description>What is not supported by SL 2.0 Beta?  The client in general?

In which case, can we expect this anytime soon?  We are dying to consume ADO.Net service in Silverlight, but doing it manually without the context... seems to remove much of the inherent benefit.</description>
		<content:encoded><![CDATA[<p>What is not supported by SL 2.0 Beta?  The client in general?</p>
<p>In which case, can we expect this anytime soon?  We are dying to consume ADO.Net service in Silverlight, but doing it manually without the context&#8230; seems to remove much of the inherent benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-45423</link>
		<dc:creator>dean</dc:creator>
		<pubDate>Thu, 13 Mar 2008 06:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-45423</guid>
		<description>Yeah,I use Silverlight 2 beta1 indeed.ok,Thanks a lot!
If I want to operate database in Silverlight2,I have to do like your &quot;article:Silverlight 2 (beta1) - Database Operations with ASP.NET Web Service in Silverlight 2&quot;</description>
		<content:encoded><![CDATA[<p>Yeah,I use Silverlight 2 beta1 indeed.ok,Thanks a lot!<br />
If I want to operate database in Silverlight2,I have to do like your &#8220;article:Silverlight 2 (beta1) &#8211; Database Operations with ASP.NET Web Service in Silverlight 2&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

