Flash vs Silverlight: Simple HTTP Post Request First Silverlight 2 Application: Color Picker
Oct 14

image2Microsoft released the official version of Silverlight 2 today (14 Oct 2008). You could download the latest runtime in the link below.

http://www.microsoft.com/silverlight/default.aspx

The removal of the word “beta” in the release version means that the technology is much more mature and has lesser bugs (I hope).

However, after installing the new version, I found that all the samples in my blog no longer working anymore. Well, I am not amazed since I know Poor Backward Compatibility is one of the Silverlight Features.

I don’t have any plan to upgrade all the samples yet. Instead, I may take this chance to revamp the whole blog.

Nevertheless, the next post will probably be implemented using the latest SDK. Hence, download Silverlight 2 now and keep your eyes on this blog!

Shares and Enjoy~

Did you like this post?

Subscribe here:  

9 Responses to “Silverlight 2 Released (What a bad news for me)”

  1. Marcelo de Aguiar Says:

    What u think about a little help migrating ur Silverlight samples. Im learning it and have some experience in C#. Maybe I can upgrade samples, learn ur animation tecnics and help u with ur blog.
    ;)

    Sorry about my english :P

  2. Jeremy Says:

    Hi, great web site - I am sorry to see the samples not working.
    I think the only change you need is in HTML object tag:
    Change:
    type=”application/x-silverlight-2-b2″
    To:
    type=”application/x-silverlight-2″

    All the best.

  3. ta Says:

    Maybe there should be a vote for better backwards capability :)

  4. Tom Says:

    I think it’s kind of unfair to say “Poor Backward Compatibility is one of the Silverlight Features”. Backward compatibility is normally applied to released versions of products, not alpha or beta versions, isn’t it? Silverlight 2.0 is fully backward compatible with 1.0 as far as I know. I know it’s a hassle to update code from alpha and beta versions - I’ve been going through this from 1.1 alpha to beta 1 to beta 2 to RC0/RTW - but it’s something I expected and planned for. It’s a consequence of working with pre-release software. So, it annoys me to see people criticize MS for this.

  5. Mohammad Sharifi Says:

    Thank you for your post….
    http://www.deva.ir

  6. Chris Says:

    They released the RC three weeks ago.
    ScottGu wrote about the migration from beta2 to RC in his blog:
    http://weblogs.asp.net/scottgu/archive/2008/09/25/silverlight-2-release-candidate-now-available.aspx
    The new RTM is the same as the RC.
    I tested a view of your examples with the RC last week.
    Everything worked.
    Just recompile an resubmit.
    Should work.
    Cheers,
    Chris

  7. kimline Says:

    hi,
    great great website !
    i look forward to see the examples working :)
    (if u have time to do it of course !)

  8. admin Says:

    Chris, thanks for the suggestion. I think I will try to update all samples to Silverlight 2. I think it’s much better.

    Tom, you are right. May be I am little bit too harsh.

  9. dede Says:

    hi,

    thanks making all the examples (silverlight 2 and Flash 9).
    Just wonder, how about flash 10? — another bad news :)

Leave a Reply