PDA

View Full Version : Silverlight Version 2 RC0 has been Released!


wisemx
09-26-2008, 11:48 AM
http://blogs.msdn.com/webdevtools/archive/2008/09/26/silverlight-version-2-rc0-has-been-released.aspx

http://silverlight.net/blogs/msnow/archive/2008/09/25/silverlight-version-2-rc0-released.aspx

http://blogs.msdn.com/amyd/archive/2008/09/25/silverlight-tools-release-candidate-now-available.aspx

Hot town tonight! http://community.discountasp.net/emoticons/tongue.gif

bruce
09-29-2008, 09:20 AM
weww.. these Microsoft guys are getting very busy in launching new stuff!!


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

wisemx
10-08-2008, 06:05 AM
While we swim in RC0 waiting for RTW this is a very handy method:


Silverlight RC0 and Beta 2 Side by Side: Question of the Day
A question I've been getting a lot since we released RC0 is this:
'When Microsoft does the RTW release, there will be a period of time where *some* of my users have Beta 2 and *some* of them have RTW. How do I ensure that each of them will get an unbroken experience?'
I'm assuming you already have a Beta 2 site and you want to migrate it. So, consider the following:
1. Your Beta2 application is called 'MyB2App.xap'
2. Your RTW application is called 'MyRTWApp.xap'
http://blogs.msdn.com/webnext/archive/2008/10/08/silverlight-rc0-and-beta-2-side-by-side-question-of-the-day.aspx
[quote]

<object data="data:application/x-silverlight," type="application/x-silverlight-2-b2" width="100%" height="100%"> <param name="source" value="MyB2App.xap"/> <param name="onerror" value="onSilverlightError" /> <param name="background" value="white" /> <object data="data:application/x-silverlight," type="application/x-silverlight-2" width="100%" height="100%"> <param name="source" value="MyRTWApp.xap"/> <param name="onerror" value="onSilverlightError" /> <param name="background" value="white" /> <a href="http://go.microsoft.com/fwlink/?LinkID=115261" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/> </a> </object> </object></CODE>

bruce
10-14-2008, 10:11 AM
SilverLight 2.0 has been released!!!

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

wisemx
10-15-2008, 11:53 AM
Yup http://community.discountasp.net/emoticons/tongue.gif
I'm considering doing all of the Webcasts with Silverlight and Expression Encoder now.