<?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>Thu, 04 Mar 2010 13:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight/comment-page-1#comment-45402</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Thu, 13 Mar 2008 03:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/01/15/consuming-adonet-data-service-astoria-from-silverlight#comment-45402</guid>
		<description>&lt;blockquote&gt;I have no idea why it’s nothing to do when I click “New Connection” button choosed my data connection.&lt;/blockquote&gt;

Do you have SQL 2005 express or server installed in your machine? 

btw, which version of Silverlight are you using? This sample is for SL 1.1 (2) alpha. If you are using Silverlight 2 beta1, it won&#039;t work. Astoria client for SL doesn&#039;t currently work with SL2beta1. you hav to use WebHttpRequest and invoke the service manually.</description>
		<content:encoded><![CDATA[<blockquote><p>I have no idea why it’s nothing to do when I click “New Connection” button choosed my data connection.</p></blockquote>
<p>Do you have SQL 2005 express or server installed in your machine? </p>
<p>btw, which version of Silverlight are you using? This sample is for SL 1.1 (2) alpha. If you are using Silverlight 2 beta1, it won&#8217;t work. Astoria client for SL doesn&#8217;t currently work with SL2beta1. you hav to use WebHttpRequest and invoke the service manually.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
