<?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: Setting up a Silverlight development environment</title>
	<atom:link href="http://www.wadewegner.com/2007/07/setting-up-a-silverlight-development-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wadewegner.com/2007/07/setting-up-a-silverlight-development-environment/</link>
	<description>From the whiteboard to the keyboard</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:53:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Wade Wegner</title>
		<link>http://www.wadewegner.com/2007/07/setting-up-a-silverlight-development-environment/#comment-120</link>
		<dc:creator>Wade Wegner</dc:creator>
		<pubDate>Wed, 22 Aug 2007 18:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/07/23/SettingUpASilverlightDevelopmentEnvironment.aspx#comment-120</guid>
		<description>Thanks Jim!</description>
		<content:encoded><![CDATA[<p>Thanks Jim!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim jim the dog faced boy</title>
		<link>http://www.wadewegner.com/2007/07/setting-up-a-silverlight-development-environment/#comment-119</link>
		<dc:creator>jim jim the dog faced boy</dc:creator>
		<pubDate>Wed, 22 Aug 2007 17:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/07/23/SettingUpASilverlightDevelopmentEnvironment.aspx#comment-119</guid>
		<description>I didn&#039;t have .Net 3.5 installed but when i went to install the futures package it said i needed it. So in case anyone else does it&#039;s here:
 http://www.microsoft.com/downloads/details.aspx?familyid=d2f74873-c796-4e60-91c8-f0ef809b09ee&amp;displaylang=en</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t have .Net 3.5 installed but when i went to install the futures package it said i needed it. So in case anyone else does it&#8217;s here:<br />
 <a href="http://www.microsoft.com/downloads/details.aspx?familyid=d2f74873-c796-4e60-91c8-f0ef809b09ee&#038;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?familyid=d2f74873-c796-4e60-91c8-f0ef809b09ee&#038;displaylang=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Ormond</title>
		<link>http://www.wadewegner.com/2007/07/setting-up-a-silverlight-development-environment/#comment-118</link>
		<dc:creator>Mike Ormond</dc:creator>
		<pubDate>Wed, 01 Aug 2007 08:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/07/23/SettingUpASilverlightDevelopmentEnvironment.aspx#comment-118</guid>
		<description>Hi Wade

Nice article! You&#039;ll notice some changes in the recently released refresh (http://www.microsoft.com/silverlight/#2_0) which are fully documented in the SDK (http://go.microsoft.com/fwlink/?LinkID=89145&amp;clcid=0x409 for 1.1). In particular Silverlight.js has changed (so you need to get the new one from the SDK) and the JavaScript namespace has changed form &quot;Sys.Silverlight.*&quot; to just &quot;Silverlight.*&quot;.

CTOSian - if you want to run .NET code in the browser you need 1.1. That doesn&#039;t mean you can&#039;t call services with 1.0 - in fact you can use the ASP.NET AJAX extensions to make your life easier - you do need to do it in JavaScript though. ie the differentiator is the CLR and the ability to have .NET code run in 1.1. You can call services from 1.0 or 1.1.

Mike
http://blogs.msdn.com/mikeormond</description>
		<content:encoded><![CDATA[<p>Hi Wade</p>
<p>Nice article! You&#8217;ll notice some changes in the recently released refresh (<a href="http://www.microsoft.com/silverlight/#2_0" rel="nofollow">http://www.microsoft.com/silverlight/#2_0</a>) which are fully documented in the SDK (<a href="http://go.microsoft.com/fwlink/?LinkID=89145&#038;clcid=0x409" rel="nofollow">http://go.microsoft.com/fwlink/?LinkID=89145&#038;clcid=0&#215;409</a> for 1.1). In particular Silverlight.js has changed (so you need to get the new one from the SDK) and the JavaScript namespace has changed form &quot;Sys.Silverlight.*&quot; to just &quot;Silverlight.*&quot;.</p>
<p>CTOSian &#8211; if you want to run .NET code in the browser you need 1.1. That doesn&#8217;t mean you can&#8217;t call services with 1.0 &#8211; in fact you can use the ASP.NET AJAX extensions to make your life easier &#8211; you do need to do it in JavaScript though. ie the differentiator is the CLR and the ability to have .NET code run in 1.1. You can call services from 1.0 or 1.1.</p>
<p>Mike<br />
<a href="http://blogs.msdn.com/mikeormond" rel="nofollow">http://blogs.msdn.com/mikeormond</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CTOSian</title>
		<link>http://www.wadewegner.com/2007/07/setting-up-a-silverlight-development-environment/#comment-117</link>
		<dc:creator>CTOSian</dc:creator>
		<pubDate>Thu, 26 Jul 2007 18:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/07/23/SettingUpASilverlightDevelopmentEnvironment.aspx#comment-117</guid>
		<description>Hi Wade,
I&#039;ve been working for a week or two on Silverlight and I&#039;ve worked up to a reasonable development methodology
but I&#039;m still a tad confused about when and where you might use Silverlight 1.0 vs 1.1....

I&#039;m writing .net code against 1.1 and want to interact with my SQL Database so I assume I have to use a web service? That is the only way to currently communicate isn&#039;t it?
Am I right in believing this is only acheivable with 1.1?

I ask as I&#039;ve just read an article that suggested that 1.0 was due out &#039;this summer&#039; [I can live with that], but that 1.1 wasn&#039;t likely for another year...Oh dear........

Any thoughts on this ?</description>
		<content:encoded><![CDATA[<p>Hi Wade,<br />
I&#8217;ve been working for a week or two on Silverlight and I&#8217;ve worked up to a reasonable development methodology<br />
but I&#8217;m still a tad confused about when and where you might use Silverlight 1.0 vs 1.1&#8230;.</p>
<p>I&#8217;m writing .net code against 1.1 and want to interact with my SQL Database so I assume I have to use a web service? That is the only way to currently communicate isn&#8217;t it?<br />
Am I right in believing this is only acheivable with 1.1?</p>
<p>I ask as I&#8217;ve just read an article that suggested that 1.0 was due out &#8216;this summer&#8217; [I can live with that], but that 1.1 wasn&#8217;t likely for another year&#8230;Oh dear&#8230;&#8230;..</p>
<p>Any thoughts on this ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

