<?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: Media Browser Using Silverlight 1.1 Alpha and Leverage Software&#8217;s REST API</title>
	<atom:link href="http://peterkellner.net/2007/09/13/searchlightpart1/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkellner.net/2007/09/13/searchlightpart1/</link>
	<description>Specializing in Microsoft Web and Database and Sync Technologies</description>
	<lastBuildDate>Fri, 03 Sep 2010 00:48:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Video Hosting</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-25468</link>
		<dc:creator>Video Hosting</dc:creator>
		<pubDate>Sat, 17 Oct 2009 08:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-25468</guid>
		<description>I strongly recommend that you turn the No Follow off in your comment section. I&#039;ll watch Google Webmaster Tools, and if the links don&#039;t show up after a couple of weeks --- I won&#039;t go back to that blog again. Another suggestion:  you should have a Top Commentator widget installed. Do Follow and Top Commentator will ensure that you have a successful blog with lots of readers!</description>
		<content:encoded><![CDATA[<p>I strongly recommend that you turn the No Follow off in your comment section. I&#8217;ll watch Google Webmaster Tools, and if the links don&#8217;t show up after a couple of weeks &#8212; I won&#8217;t go back to that blog again. Another suggestion:  you should have a Top Commentator widget installed. Do Follow and Top Commentator will ensure that you have a successful blog with lots of readers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-662</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Sun, 09 Dec 2007 02:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-662</guid>
		<description>I am new to silverlight.This post will give me lot of confidence.</description>
		<content:encoded><![CDATA[<p>I am new to silverlight.This post will give me lot of confidence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-661</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Sun, 09 Dec 2007 02:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-661</guid>
		<description>Excellent stuff.</description>
		<content:encoded><![CDATA[<p>Excellent stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Washington</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-660</link>
		<dc:creator>Michael Washington</dc:creator>
		<pubDate>Sat, 15 Sep 2007 13:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-660</guid>
		<description>I have a RRS web service here:
http://www.adefwebserver.com/DotNetNukeHELP/Misc/RSSWebService/Default.htm</description>
		<content:encoded><![CDATA[<p>I have a RRS web service here:<br />
<a href="http://www.adefwebserver.com/DotNetNukeHELP/Misc/RSSWebService/Default.htm">http://www.adefwebserver.com/DotNetNukeHELP/Misc/RSSWebService/Default.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-659</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 14 Sep 2007 06:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-659</guid>
		<description>Peter,

as a follow up, I just figured this out. Right now, as a proof of concept we have 3 remote webservices I need to connect to. For these webservices we all have proxy classes.

Now, obviously I can&#039;t expose properties (singletons) in the local webservice even through the proxy file (as a way of directly forwarding to the actual webservice). That means, I have to implement *every* method from our remote webservice in the local webservice and forward that (Invoke...).

Thats about 250 methods... Besides the fact that thats quite labour unfriendly, its also a massive volnerability (not sure I spelled that one right). This kind of solution really qualifies as a Single Point Of Failure... :&#124; If anything changes in the remote webservice the local webservice fails horribly and the proxy classes have to be recreated...</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>as a follow up, I just figured this out. Right now, as a proof of concept we have 3 remote webservices I need to connect to. For these webservices we all have proxy classes.</p>
<p>Now, obviously I can&#8217;t expose properties (singletons) in the local webservice even through the proxy file (as a way of directly forwarding to the actual webservice). That means, I have to implement *every* method from our remote webservice in the local webservice and forward that (Invoke&#8230;).</p>
<p>Thats about 250 methods&#8230; Besides the fact that thats quite labour unfriendly, its also a massive volnerability (not sure I spelled that one right). This kind of solution really qualifies as a Single Point Of Failure&#8230; <img src='http://cdn.peterkellner.net/wp/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  If anything changes in the remote webservice the local webservice fails horribly and the proxy classes have to be recreated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-658</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 14 Sep 2007 05:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-658</guid>
		<description>If you look back in the Silverlight forums, you&#039;ll find lots of &quot;polite&quot; discussions about this issue which ultimately lead me to a blog post about how to make it work.( http://peterkellner.net/2007/06/18/silverlightdebugwebservicedotnet/ ).

Oh, and as far as the Captcha goes, I wish my site were on asp.net, but I&#039;m using inferior unix technology and it&#039;s the best plugin I could find.  :)

-Peter Kellner</description>
		<content:encoded><![CDATA[<p>If you look back in the Silverlight forums, you&#8217;ll find lots of &#8220;polite&#8221; discussions about this issue which ultimately lead me to a blog post about how to make it work.( <a href="http://peterkellner.net/2007/06/18/silverlightdebugwebservicedotnet/">http://peterkellner.net/2007/06/18/silverlightdebugwebservicedotnet/</a> ).</p>
<p>Oh, and as far as the Captcha goes, I wish my site were on asp.net, but I&#8217;m using inferior unix technology and it&#8217;s the best plugin I could find.  <img src='http://cdn.peterkellner.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Peter Kellner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-657</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 14 Sep 2007 04:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-657</guid>
		<description>Peter,

thanks for elaborating a bit more on this topic. I share your understanding, I too have heard that the Silverlight team is adressing this problem.

Right now, we&#039;re working on a Silverlight app ourselves while (hopefully) maintaining the whole SOA structure. So basically, we want to make use of our webservices through our custom proxy classes (obviously, with the advantage of not having to use the serialized objects). For now, the only way to achieve this is indeed by creating a local (scriptable) webservice and instantiating the proxy classes from there. Somehow it doesn&#039;t feel like a pretty solution. :)

ps. your captcha can be very hard to read (and when you get it wrong, pressing the back button loses the whole input field... retyping it can be a burden).</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>thanks for elaborating a bit more on this topic. I share your understanding, I too have heard that the Silverlight team is adressing this problem.</p>
<p>Right now, we&#8217;re working on a Silverlight app ourselves while (hopefully) maintaining the whole SOA structure. So basically, we want to make use of our webservices through our custom proxy classes (obviously, with the advantage of not having to use the serialized objects). For now, the only way to achieve this is indeed by creating a local (scriptable) webservice and instantiating the proxy classes from there. Somehow it doesn&#8217;t feel like a pretty solution. <img src='http://cdn.peterkellner.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ps. your captcha can be very hard to read (and when you get it wrong, pressing the back button loses the whole input field&#8230; retyping it can be a burden).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-656</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 14 Sep 2007 04:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-656</guid>
		<description>Nathan,

You&#039;re right that I solved it by using a local webservice.  I probably should have made that more clear.  My understanding is that the Silverlight team is working on the x-domain problem and will likely have that solved by release of 1.1 but who knows.
-Peter Kellner</description>
		<content:encoded><![CDATA[<p>Nathan,</p>
<p>You&#8217;re right that I solved it by using a local webservice.  I probably should have made that more clear.  My understanding is that the Silverlight team is working on the x-domain problem and will likely have that solved by release of 1.1 but who knows.<br />
-Peter Kellner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://peterkellner.net/2007/09/13/searchlightpart1/comment-page-1/#comment-655</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 14 Sep 2007 03:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2007/09/13/searchlightpart1/#comment-655</guid>
		<description>Hi Peter,

Very interesting read. Just a question though, when you say &quot;Silverlight supports access to remote data feeds. This allows for interactive applications to be built that rely on external datasources seamlessly.&quot;, are you talking about accessing remote webservices (or even rss feeds) directly or by using a local webservice (proxy). We&#039;re working on this right now and are constantly running into the &quot;cross domain issue&quot;. From your words, I get the feeling you either solved it or found a workaround.

Keep me posted!

Cheers, Nathan</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Very interesting read. Just a question though, when you say &#8220;Silverlight supports access to remote data feeds. This allows for interactive applications to be built that rely on external datasources seamlessly.&#8221;, are you talking about accessing remote webservices (or even rss feeds) directly or by using a local webservice (proxy). We&#8217;re working on this right now and are constantly running into the &#8220;cross domain issue&#8221;. From your words, I get the feeling you either solved it or found a workaround.</p>
<p>Keep me posted!</p>
<p>Cheers, Nathan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 11/35 queries in 0.027 seconds using disk
Content Delivery Network via cdn.peterkellner.net

Served from: peterkellner.net @ 2010-09-03 14:51:09 -->