<?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"
	>
<channel>
	<title>Comments on: ADO.NET Data Service Silverlight Client is not compatible with Silverlight 2</title>
	<atom:link href="http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2</link>
	<description>Sharing our knowledge</description>
	<pubDate>Wed, 08 Oct 2008 00:40:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: desopedr</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45819</link>
		<dc:creator>desopedr</dc:creator>
		<pubDate>Sat, 15 Mar 2008 14:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45819</guid>
		<description>Great :)</description>
		<content:encoded><![CDATA[<p>Great <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45799</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Sat, 15 Mar 2008 12:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45799</guid>
		<description>hey man, deleting is also working now.. :) just left for updating.. :)</description>
		<content:encoded><![CDATA[<p>hey man, deleting is also working now.. <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> just left for updating.. <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45719</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Sat, 15 Mar 2008 04:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45719</guid>
		<description>Hi Desopedr,

Sorry for late reply. I'm trying really hard to find the solution.. i found a lot of issues during those days. Finally, I found the way to insert the data from SL to Astoria web service. :) As I told you earlier, I already have the code for getting data. Now, I got the solution for inserting data. I'm testing for deleting and updating. I will post about this weekend. If you need the code urgently, let me know. I can pass it to you..</description>
		<content:encoded><![CDATA[<p>Hi Desopedr,</p>
<p>Sorry for late reply. I&#8217;m trying really hard to find the solution.. i found a lot of issues during those days. Finally, I found the way to insert the data from SL to Astoria web service. <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> As I told you earlier, I already have the code for getting data. Now, I got the solution for inserting data. I&#8217;m testing for deleting and updating. I will post about this weekend. If you need the code urgently, let me know. I can pass it to you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desopedr</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45612</link>
		<dc:creator>desopedr</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45612</guid>
		<description>Hi,

Astoria with silverlight2 is still planned? Or did you saw that it was not possible?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Astoria with silverlight2 is still planned? Or did you saw that it was not possible?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45055</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 11 Mar 2008 08:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45055</guid>
		<description>Hi S2,

Even though I have been using normal Web service for long time, I'm very news to Astoria. So, I asked this question to Astoria team in MSDN forum and I got the long and detailed reply from Astoria team manager. The main differences that I aware are ~ 

1. Astoria is for RESTful service while normal ASP.NET are just soap client. 

2. Astoria service can be accessed by typing the query from the addressbar of browsers. 

3. Using RESTful service with RIA application is good practice. 

Please read &lt;a href="http://michaelsync.net/2008/01/29/adonet-data-service-in-plain-english" rel="nofollow"&gt;this link&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi S2,</p>
<p>Even though I have been using normal Web service for long time, I&#8217;m very news to Astoria. So, I asked this question to Astoria team in MSDN forum and I got the long and detailed reply from Astoria team manager. The main differences that I aware are ~ </p>
<p>1. Astoria is for RESTful service while normal ASP.NET are just soap client. </p>
<p>2. Astoria service can be accessed by typing the query from the addressbar of browsers. </p>
<p>3. Using RESTful service with RIA application is good practice. </p>
<p>Please read <a href="http://michaelsync.net/2008/01/29/adonet-data-service-in-plain-english" rel="nofollow">this link</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S2</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45050</link>
		<dc:creator>S2</dc:creator>
		<pubDate>Tue, 11 Mar 2008 08:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-45050</guid>
		<description>Tnx alot Michael for your fast response.

But you said:

Using normal web service with Silverlight is very simple, You can just create web service item in ASP.NET webproject. In SL project, you can jsut click “Add Service Reference”. then click “discover” to get the webservice proxy and add it to your SL project. that’s all.. 

Maybe a dumb question, but for my school project I need to create a webservice to use with Silverlight(2), WPF and MSSQL. What is the big difference if using the above simple way, or using Astoria like i tried with Silverlight 1.1 alpha?

Tnx.</description>
		<content:encoded><![CDATA[<p>Tnx alot Michael for your fast response.</p>
<p>But you said:</p>
<p>Using normal web service with Silverlight is very simple, You can just create web service item in ASP.NET webproject. In SL project, you can jsut click “Add Service Reference”. then click “discover” to get the webservice proxy and add it to your SL project. that’s all.. </p>
<p>Maybe a dumb question, but for my school project I need to create a webservice to use with Silverlight(2), WPF and MSSQL. What is the big difference if using the above simple way, or using Astoria like i tried with Silverlight 1.1 alpha?</p>
<p>Tnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desopedr</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44921</link>
		<dc:creator>desopedr</dc:creator>
		<pubDate>Mon, 10 Mar 2008 20:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44921</guid>
		<description>No problem I can wait a few days, I have a lot to learn :)</description>
		<content:encoded><![CDATA[<p>No problem I can wait a few days, I have a lot to learn <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44906</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Mon, 10 Mar 2008 18:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44906</guid>
		<description>Hey SL2, I got it for you.. please check-out the next post. 

Hey desopedr, 

Sorry. man. I have a few problems.. give me a lit bit more time. I'm working on it. :)</description>
		<content:encoded><![CDATA[<p>Hey SL2, I got it for you.. please check-out the next post. </p>
<p>Hey desopedr, </p>
<p>Sorry. man. I have a few problems.. give me a lit bit more time. I&#8217;m working on it. <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync &#187; Silverlight 2 (beta1) - Database Operations with ASP.NET Web Service in Silverlight 2</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44905</link>
		<dc:creator>Michael Sync &#187; Silverlight 2 (beta1) - Database Operations with ASP.NET Web Service in Silverlight 2</dc:creator>
		<pubDate>Mon, 10 Mar 2008 18:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44905</guid>
		<description>[...] in Silverlight 1.1 Alpha, I was thinking to use Astoria service in Silverlight 2. Unfortunately, Astoria Client add-on doesn&#8217;t work with Silverlight 2 (beta1) and Astoria team said that the next version will be available around the [...]</description>
		<content:encoded><![CDATA[<p>[...] in Silverlight 1.1 Alpha, I was thinking to use Astoria service in Silverlight 2. Unfortunately, Astoria Client add-on doesn&#8217;t work with Silverlight 2 (beta1) and Astoria team said that the next version will be available around the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44836</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Mon, 10 Mar 2008 10:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/08/adonet-data-service-silverlight-client-is-not-compatible-with-silverlight-2#comment-44836</guid>
		<description>Hello S2,

Sorry for late reply. I just come back from my office. 

Using normal web service with Silverlight is very simple, You can just create web service item in ASP.NET webproject. In SL project, you can jsut click "Add Service Reference". then click "discover" to get the webservice proxy and add it to your SL project. that's all.. 

I'm doing one sample for desopedr now.. i found a lit bit tricky to use Astoria with httpwebrequest.. hope i will be able to make it work soon. after that, i will make another sample for you, S2.</description>
		<content:encoded><![CDATA[<p>Hello S2,</p>
<p>Sorry for late reply. I just come back from my office. </p>
<p>Using normal web service with Silverlight is very simple, You can just create web service item in ASP.NET webproject. In SL project, you can jsut click &#8220;Add Service Reference&#8221;. then click &#8220;discover&#8221; to get the webservice proxy and add it to your SL project. that&#8217;s all.. </p>
<p>I&#8217;m doing one sample for desopedr now.. i found a lit bit tricky to use Astoria with httpwebrequest.. hope i will be able to make it work soon. after that, i will make another sample for you, S2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
