Silverlight 1.0 Released and Silverlight for Linux Announced

Silverlight is a cross platform, cross browser plug-in that enables designers and developers to build rich media experiences and .NET based RIAs for the web.  I first blogged about Silverlight back in May after we announced it at our MIX conference in Las Vegas. 

Silverlight 1.0 and Expression Encoder 1.0 Released

Today we shipped the Silverlight 1.0 release for Mac and Windows.  Silverlight 1.0 is focused on enabling rich media scenarios in a browser. Some of its features include:

  • Built-in codec support for playing VC-1 and WMV video, and MP3 and WMA audio within a browser.  The VC-1 codec is a big step forward for incorporating media within a web experience - since it supports very efficiently playing high-quality, high definition video in the browser.  It is a standards-based media format that is implemented in all HD-DVD and Blueray DVD players, and is supported by hundreds of millions of mobile devices, XBOX 360s, PlayStation 3s, and Windows Media Centers (enabling you to encode content once and run it on all of these devices + Silverlight unmodified).  It enables you to use a huge library of existing video content and provides access to the broad ecosystem of existing Windows Media tools, components, vendors and hardware. 
  • Silverlight supports the ability to progressively download and play media content from any web-server.  You can point Silverlight at any URL containing video/audio media content, and it will download it and enable you to play it within the browser.  No special server software is required, and Silverlight can work with any web-server (including Apache on Linux).  We'll also be releasing an IIS 7.0 media pack that enables rich bandwidth throttling features that you can enable on your web-server for free.
  • Silverlight also optionally supports built-in media streaming.  This enables you to use a streaming server like Windows Media Server on the backend to efficiently stream video/audio (note: Windows Media Server is a free product that runs on Windows Server).  Streaming brings some significant benefits in that: 1) it can improve the end-user's experience when they seek around in a large video stream, and 2) it can dramatically lower your bandwidth costs. 

  • Silverlight enables you to create rich UI and animations, and blend vector graphics with HTML to create compelling content experiences.  It supports a Javascript programming model to develop these.  One benefit of this is that it makes it really easy to integrate these experiences within AJAX web-pages (since you can write Javascript code to update both the HTML and XAML elements together). 

  • Silverlight makes it easy to build rich video player interactive experiences.  You can blend together its media capabilities with the vector graphic support to create any type of media playing experience you want.  Silverlight includes the ability to "go full screen" to create a completely immersive experience, as well as to overlay menus/content/controls/text directly on top of running video content (allowing you to enable DVD like experiences).  Silverlight also provides the ability to resize running video on the fly without requiring the video stream to be stopped or restarted.

Today we also shipped the Expression Encoder 1.0 release on the web.  Expression Encoder is part of the Microsoft Expression suite of products, and enables designers and content professionals to enhance, encode and publish media content for Silverlight.  You can use it to import media files from a variety of formats (QuickTime, WMV, AVI and more), add leaders and trailers to videos for advertising or roll credits, easily watermark video with corporate logos or brands, and then tune the encoding settings to create optimal web-friendly Silverlight experiences.

Deployed Silverlight 1.0 Customers

This week we'll have a wide range of customers already deployed live on the Silverlight 1.0 release.  A few of them include: MLB.com (Major League Baseball), Home Shopping Network, World Wrestling Entertainment, and the "Entertainment Tonight" show. 

Silverlight is also now deployed on several Microsoft sites, including the Halo 3 preview site (click here for the awesome HD version), Tafiti.com, MSN Extra, and MSN Podium '08.  You'll also see Silverlight used prominently in several upcoming MSN and Microsoft.com sites.

Silverlight for Linux Support

Over the last few months we've been working to enable Silverlight support on Linux, and today we are announcing a formal partnership with Novell to provide a great Silverlight implementation for Linux.  Microsoft will be delivering Silverlight Media Codecs for Linux, and Novell will be building a 100% compatible Silverlight runtime implementation called "Moonlight".

Moonlight will run on all Linux distributions, and support FireFox, Konqueror, and Opera browsers.  Moonlight will support both the JavaScript programming model available in Silverlight 1.0, as well as the full .NET programming model we will enable in Silverlight 1.1.  Below is a screen-shot of the Silverlight 1.1 Flight-Picker application I built in my keynote at MIX running on Linux using Moonlight:

Keep an eye on Miguel de Icaza's blog - I know he'll be blogging a lot more about our partnership on this shortly.

Silverlight 1.1 Update

Now that Silverlight 1.0 is out the door, my team is cranking hard on our Silverlight 1.1 release. 

Silverlight 1.1 will include a cross-platform version of the .NET Framework, and will enable a rich .NET development experience in the browser.  It will support a WPF programming model for UI - including support for an extensible control model, layout management, data-binding, control skinning, and a rich set of built-in controls.  It will also include a subset of the full .NET Framework base class library you use today, including support for collections, generics, IO, threading, globalization, networking (including sockets, web-services and REST support), HTML DOM, XML, local storage, and LINQ. 

You'll be able to use any .NET language to develop a Silverlight application (VB, C#, JavaScript, Python, Ruby, Pascal, and more).  It is going to really open up a lot of new development opportunities.

How to Learn More about Silverlight

Visit the www.silverlight.net community site to learn more about Silverlight and how to get started with it (and visit the Silverlight video page for free short videos on how to develop with it).  You might also want to watch this new Channel9 video from today with me talking about Silverlight:

You can use any text editor to build Silverlight applications.  If you have VS 2008 or the free Visual Web Developer Express 2008 edition, you can download this library to get JavaScript intellisense for Silverlight 1.0.  If you are building .NET applications using the Silverlight 1.1 Alpha, you can download the Silverlight Tools for VS 2008 Alpha and Expression Blend Preview.

Hope this helps,

Scott

Published Tuesday, September 04, 2007 10:37 PM by ScottGu

Comments

# Silverlight 1.0, now with Support for Linux

Wednesday, September 05, 2007 1:48 AM by Adam Kinney, reaching out with vector-based hands

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 1:53 AM by Jon Galloway

Congrats on the Silverlight 1.0 release! I'm really happy to see the Moonlight partnership has been made official - it's a great solution for everyone.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 1:58 AM by Nathan Brouwer

Hi Scott,

please elaborate more on the 1.1 update because we're working on a full silverlight webapp. As of now we're working our way through the current silverlight limitations (mainly, the lack of basic text input controls and built in support for tabbing (tabindex -> "tabkeydown" is not supported). Besides that, there doesn't seem to be any focus-support on any other element besides the root canvas.

So please elaborate a bit more. Oh, and of course, maybe an expected release date.

# Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 2:05 AM by DotNetKicks.com

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 2:09 AM by Kevin Daly

This is great news...are there any firm (or at least not entirely abandoned) plans to produce a version of 1.1 for mobile devices?

It'd be a great way to help Windows Mobile compete with the dreaded iPhone.

# Silverlight 1.0 är här

Wednesday, September 05, 2007 2:10 AM by Johan Lindfors

Igår kom det 47 millimeter regn över värmdö men idag skiner solen och det firar vi genom att äntligen

# NasKhan.com » Blog Archive » Silverlight 1.0 RTW AND Linux Support!

Pingback from  NasKhan.com  » Blog Archive   » Silverlight 1.0 RTW AND Linux Support!

# Silverlight 1.0 Released and Silverlight for Linux Announced - ScottGu's Blog

Pingback from  Silverlight 1.0 Released and Silverlight for Linux Announced - ScottGu's Blog

# Silverlight 1.0 released - Andreas Kraus: C#, ASP.NET, Silverlight

Pingback from  Silverlight 1.0 released - Andreas Kraus: C#, ASP.NET, Silverlight

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 2:54 AM by ScottGu

Hi Nathan,

>>>>>>> please elaborate more on the 1.1 update because we're working on a full silverlight webapp. As of now we're working our way through the current silverlight limitations (mainly, the lack of basic text input controls and built in support for tabbing (tabindex -> "tabkeydown" is not supported). Besides that, there doesn't seem to be any focus-support on any other element besides the root canvas.

The Text Input control and focus/tab support will be coming in future Silverlight 1.1 refreshes.  That support isn't in the alpha today - but we will be supporting it in the future.

Hope this helps,

Scott

# Microsoft Delivers Silverlight 1.0, Extends Support to Linux

Wednesday, September 05, 2007 2:55 AM by Blog von Kay Giza

Machen wir es kurz und schmerzlos: Silverlight 1.0 wurde heute Nacht veröffentli

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 2:56 AM by ScottGu

Hi Kevin,

>>>>>>> This is great news...are there any firm (or at least not entirely abandoned) plans to produce a version of 1.1 for mobile devices?

We will definitely be supporting mobile devices with Silverlight in the future.  Now that we have Linux support, that is the next platform. :-)

Thanks,

Scott

# Silverlight 1.0 Released

Wednesday, September 05, 2007 3:03 AM by Keith Kinnan's Weblog

There's some exciting news on Silverlight on ScottGu's blog today. Silverlight 1.0 is now officially

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:06 AM by Paulo Razza

Hi,

Great work. Does this mean there's going to be another 1.1 Refesh-Refresh for the changes since 1.0 RC? (i hope that didnt confuse you)

# Silverlight 1.0 er firgivet - nu med support til Linux

Wednesday, September 05, 2007 3:08 AM by Michell Cronberg

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:09 AM by Nathan

Hi Scott,

thanks for your answers. So any news on the "focus" support on elements other then the root-canvas. And maybe a possible release date? So that we know whether to continue developing our own workarounds for the textbox en tabbing.

Thanks again!

# Silverlight 1.0 RTM and Moonlight for Linux Announcement

Wednesday, September 05, 2007 3:09 AM by The Bit Bucket

Congratulations to Scott Guthrie and his team for getting Silverlight 1.0 out the door. It was also interesting

# Silverlight 1.0 RTW « Andro’s Fuzzy Photo and Tech Blog ;-)

Wednesday, September 05, 2007 3:12 AM by Silverlight 1.0 RTW « Andro’s Fuzzy Photo and Tech Blog ;-)

Pingback from  Silverlight 1.0 RTW « Andro’s Fuzzy Photo and Tech Blog ;-)

# Silverlight 1.0 Final Release!

Wednesday, September 05, 2007 3:12 AM by The Ugi Blog of Antonio Di Motta

Silverlight 1.0 Final Release!

# [Silverlight] La version finale de Silverlight 1.0 est disponible !

Wednesday, September 05, 2007 3:17 AM by Thomas Lebrun

Microsoft vient de mettre en téléchargement la version finale de Silverlight 1.0 (ainsi que Expression

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:20 AM by James

Most interesting to me was "Microsoft will be delivering Silverlight Media Codecs for Linux".

If the codec support has parity with Silverlight for other platforms, color me surprised, as I didn't see that one coming :)

# Silverlight 1.0 Released

Wednesday, September 05, 2007 3:21 AM by di .NET e di altre Amenit

Silverlight 1.0 Released

# Silverlight 1.0 est sorti, Moonlight est enfin reconnu

Wednesday, September 05, 2007 3:28 AM by Blog-a-Styx

Je viens tout juste de lire ce billet de Scott Hanselman (et suivi par celui de Scott Guthrie ) à propos

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:28 AM by ScottGu

Hi Paulo,

>>>>>>> Great work. Does this mean there's going to be another 1.1 Refesh-Refresh for the changes since 1.0 RC? (i hope that didnt confuse you)

The 1.1 refreshes from MIX to now have mainly just been updates to keep in sync with the Silverlight 1.0 code-base.  Now that Silverlight 1.0 has shipped, the upcoming refreshes of 1.1 will be feature updates with more functionality.  So you'll start to see more functionality appear soon.

Hope this helps,

Scott

# Silverlight 1.0 Final verfuegbar

Wednesday, September 05, 2007 3:34 AM by deedee.brainstream.net

# Silverlight 1.0 RTM + Linuxstöd

Wednesday, September 05, 2007 3:34 AM by André Henriksson

Nu har vi släppt version 1.0 av Silverlight och samtidigt annonserar vi att vi tillsammans med Novell

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:36 AM by ScottGu

Hi James,

>>>>>> If the codec support has parity with Silverlight for other platforms, color me surprised, as I didn't see that one coming :)

The codec will indeed have parity with Silverlight on other platforms (they are all built from the same code-base).  This means you will get high quality video everywhere. :-)

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:38 AM by ScottGu

Hi Nathan,

>>>>>> thanks for your answers. So any news on the "focus" support on elements other then the root-canvas. And maybe a possible release date? So that we know whether to continue developing our own workarounds for the textbox en tabbing.

Unfortunately I don't have an exact ETA on when text box focus support will come online - although the textbox control itself will show up in a refresh later this year (I'm not sure if focus management will be there immediately or come afterwards though).

Hope this helps,

Scott

# Delicate Genius Blog » Silverlight 1.0 RTW and Moonlight relationship formalised

Pingback from  Delicate Genius Blog » Silverlight 1.0 RTW and Moonlight relationship formalised

# SilverLight 1.0 en version finale pour Windows et Apple, collaboration officielle sur Novell / Linux / MoonLight pour Linux

Wednesday, September 05, 2007 3:51 AM by SOA & Interop @ Microsoft France

SilverLight et son encoder associé (Expression Encoder) sont en version 1.0 (finale) aujourd'hui. En

# Silverlight 1.0 Released and Siverlight for Linux Announced « Matthew Cosier’s Blog

Pingback from  Silverlight 1.0 Released and Siverlight for Linux Announced « Matthew Cosier’s Blog

# » Silverlight 1.0 debuts and supports Linux to boot | The Universal Desktop | ZDNet.com

Pingback from  » Silverlight 1.0 debuts and supports Linux to boot | The Universal Desktop | ZDNet.com

# Silverlight 1.0 goes live, and supports Linux

Wednesday, September 05, 2007 3:55 AM by CodeClimber

Silverlight 1.0 goes live, and supports Linux

# Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:57 AM by Mike Ormond's Blog

That's a big milestone for us. Scott (as usual) has all the news in his post here . There are also some

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:01 AM by Samiq

WWE Player in live for everybody to experience @ www.wwe.com/.../launch

It actually is quite cool...

Scott, great work here guys!

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:02 AM by Arnaud Weil

Those are great news, Scott. I'm really looking forward to seeing Silverlight 1.1 get out of its alpha!

# Silverlight 1.0 Released

Wednesday, September 05, 2007 4:12 AM by Erics Blog

Today Silverlight 1.0 was released and more information can be found at Scott's blog . Since I'm home

# Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:17 AM by Architects Rule!

Yesterday we released the final version of Silverlight 1.0 on the web. Additionally we also announced

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:18 AM by Patrick

Really great job! Congratulations, this will have one impact on the future of web!!

And: of course fantastic job also to get Moonlight on board ;)

# Silverlight 1.0 RTW(Release To Web) 그리고 리눅스 지원 소식!!

Wednesday, September 05, 2007 4:19 AM by bkchung's WebLog

Download the Final Release of Silverlight 1.0! Silverlight 1.0 Released and Silverlight for Linux Announced

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:33 AM by Gurb

The release is good news but it doesn't seem to support Internet Explorer 64 bit edition on Windows Server 2003 x64.  Should there be support and if so when can we expect it?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:33 AM by Damian

When you say "You can point Silverlight at any URL containing video/audio media content, and it will download it and enable you to play it", does this mean that the cross domain security policy has been dropped ? Or does the content still have to reside at the same host that the Silverlight control is served from.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:36 AM by Chris Hay

Congratulations Scott,

Now looking forward to 1.1 updates. :)

# huseyint.com » Ordan burdan #2

Wednesday, September 05, 2007 4:37 AM by huseyint.com » Ordan burdan #2

Pingback from  huseyint.com » Ordan burdan #2

# Silverlight 各種ランタイムまもなく利用可能に!

Wednesday, September 05, 2007 4:43 AM by barlog

さて RIA 展開の柱 Flash に .NET , VS 側からアプローチする Microsoft Silverlight 1.0 Final のアナウンスが...

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:44 AM by ScottGu

Hi Damian,

>>>>>> When you say "You can point Silverlight at any URL containing video/audio media content, and it will download it and enable you to play it", does this mean that the cross domain security policy has been dropped ? Or does the content still have to reside at the same host that the Silverlight control is served from.

You can have a XAML file reference a media file (for example: a video or audio file) from a domain other than the one where you downloaded your .xaml and Javascript or .NET code from.  This has actually worked in all of the releases since MIX.  I believe you can also dynamically load a media file from another domain.

Where you run into domain restrictions is where you want to download two separate code files from two different servers.  In that case the browser will isolate the two scripts and not allow them to participate together to avoid cross domain scripting issues (just like regular AJAX today).

But for media scenarios you can definitely download the media files from different domains than your site server.

Hope this helps,

Scott

# Silverlight Release to Web (RTW) and Linux support

Wednesday, September 05, 2007 4:45 AM by Expression & UX in Asia

Please take a look at our official press release and Scott Guthrie's blog for more details. I personally

# Silverlight 1.0 Released... e 1.1?

Wednesday, September 05, 2007 4:48 AM by NeatCoding

Silverlight 1.0 Released... e 1.1?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:49 AM by Kiran

From one of your answers, it seems unlikely that 1.1 will release during 2007.  I think for developers 1.1 is going to be more important as 1.0 lacks the most basic controls required for developing apps for the web.  Any idea if 1.1 will release soon after VS2008 or is it likely that it's going to be at least 6mths after VS2008 RTM.  Would be great to know for future planning.  I'll understand if you can't comment

# KeroDicas.com - blog oficial do KeroDownload.com

Wednesday, September 05, 2007 4:57 AM by KeroDicas.com - blog oficial do KeroDownload.com

Pingback from  KeroDicas.com - blog oficial do KeroDownload.com

# MSDN Blog Postings » Silverlight 1.0 Released

Wednesday, September 05, 2007 5:05 AM by MSDN Blog Postings » Silverlight 1.0 Released

Pingback from  MSDN Blog Postings  » Silverlight 1.0 Released

# » Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 5:10 AM by » Silverlight 1.0 Released and Silverlight for Linux Announced

Pingback from  » Silverlight 1.0 Released and Silverlight for Linux Announced

# Tim Anderson’s ITWriting - Tech writing blog » Silverlight is out for Windows, promised for Linux

Pingback from  Tim Anderson’s ITWriting - Tech writing blog » Silverlight is out for Windows, promised for Linux

# Endelig Silverlight 1.0

Wednesday, September 05, 2007 5:23 AM by guidmaster´s .NET blog

Så er Silverlight 1.0 kommet - Læs ScottGu´s blog for mere info :) Så må jeg hellere se at få færdigjort

# Silverlight 1.0 uvolněn, oznámení Silverlight for Linux

Wednesday, September 05, 2007 5:38 AM by Czech/Slovak Developer & Platform Group

Včera byla uveřejněna finální verze Silverlight 1.0 pro Windows, Mac OS a Linux! Více informací v celkem

# Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 5:42 AM by Dennis' Blog

Awesome! Just a few days before the .NET 3.5 Summer Class, Silverlight 1.0 is released. With the announcement

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 5:42 AM by Moreno Borsalino

Hi Scott,

>>>>>>>>>>> But for media scenarios you can definitely download the media files from different domains than your site server.

That means the MediaElement is able to play also streaming files from Media Server using rtsp protocoll ?

Great news to read that Encoder is ready. Till now I cant download it. I got the link to old preview version.

A couple of question about encoder: does it allow live encoding ? Is it possible to capture from TV cards using BDA drivers ? Any chance to support it in future ?

# Microsoft Launches Silverlight | TechPark.net

Wednesday, September 05, 2007 5:44 AM by Microsoft Launches Silverlight | TechPark.net

Pingback from  Microsoft Launches Silverlight | TechPark.net

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 5:45 AM by Moreno Borsalino

Hi Scott,

>>>>>>>>>>> But for media scenarios you can definitely download the media files from different domains than your site server.

That means the MediaElement is able to play also streaming files from Media Server using rtsp protocol ?

Great news to read that Encoder is ready. Till now I cant download it. I got the link to old preview version.

A couple of question about encoder: does it allow live encoding ? Is it possible to capture from TV cards using BDA drivers ? Any chance to support it in future ?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 5:46 AM by Stefan Jansen

Im sorry to say that silverlight isn't working correct in firefox 2.0.0.6

The halo3 site won't let me put in my date of birth! It only works in IE.

Im using WinXP pro

# Silverlight 1.0 released! « Kok Chiann

Wednesday, September 05, 2007 5:48 AM by Silverlight 1.0 released! « Kok Chiann

Pingback from  Silverlight 1.0 released! « Kok Chiann

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 5:58 AM by kooljudoka

Cross platform? Cross browser? Linux and Mac OS X?

a wonder! who are you and where is bill gates?

Your Linuxuser...

# Silverlight 1.0 Released - and Linux support coming

Wednesday, September 05, 2007 6:16 AM by Views on Windows Vista

Scott Guthrie just announced the release of Silverlight 1.0! He's written an excellent post on his blog

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 6:23 AM by ajaxus.net

Hi Scott,

GREAT work!

I want to ask if Microsoft plans to integrate Silverlight into latest Visual Studio, as they did with ASP.NET Ajax?

Regards

# Solo Windows » Blog Archive » Acuerdo entre Microsoft y Novell - S??cale todo el potencial a tu ordenador

Pingback from  Solo Windows » Blog Archive   » Acuerdo entre Microsoft y Novell - S??cale todo el potencial a tu ordenador

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 6:56 AM by Gill Cleeren

Congrats on the release!

Will any code written for the beta break with this release?

# Rob’s World » Silverlight, 1.0, 1.1, Windows, Mac & Linux

Wednesday, September 05, 2007 7:02 AM by Rob’s World » Silverlight, 1.0, 1.1, Windows, Mac & Linux

Pingback from  Rob’s World  » Silverlight, 1.0, 1.1, Windows, Mac & Linux

# Rilasciato Silverlight 1.0 e annunciato per Silverlight il supporto per Linux

Wednesday, September 05, 2007 7:04 AM by Giuseppe Guerrasio

Post sul blog di Scott che annuncia il rilascio e i piano per il supporto per Linux in collaborazione

# Silverlight 1.0 Released!

Wednesday, September 05, 2007 7:09 AM by John's Web Thoughts

Scott Guthrie has just announced on his blog the release of Silverlight 1.0 and support for Linux. Expression

# Silverlight Ships, Linux Support Coming

Wednesday, September 05, 2007 7:13 AM by Josh's Windows Weblog

Microsoft has released its Flash alternative, Silverlight . Silverlight, previously call Windows Presentation

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 7:24 AM by Majid Shahabfar

Also don't miss the final .NET Show episode in which Scott Guthrie and Jason Zander talk more about Silverlight.

whach it here:  blogs.msdn.com/.../the-net-show-the-final-episode-silverlight.aspx

# Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 7:31 AM by Public Sector Developer Weblog

I know everyone and their sister will be blogging this today so sorry if you've already read this a bagillion

# Silverlight 1.0 final y otras noticias relacionadas

Wednesday, September 05, 2007 7:32 AM by .NET un mundo por descubrir

Mac Ayer Microsoft liberó la versión final de Silverlight 1.0 y la nueva "Refresh" de Silverlight

# Silverlight 1.0 is here! | Dave Bost

Wednesday, September 05, 2007 7:36 AM by Silverlight 1.0 is here! | Dave Bost

Pingback from  Silverlight 1.0 is here! | Dave Bost

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 7:38 AM by Timothy Khouri

That's why I love Microsoft, and that's why they are the best.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 7:50 AM by Michael Gannotti

This rocks!!!!

# Silverlight | Niath

Wednesday, September 05, 2007 7:54 AM by Silverlight | Niath

Pingback from  Silverlight | Niath

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 8:04 AM by Vikram

does silverlight support windows 2000 in the release version

# Sortie de Silverlight 1.0 et annonce de Silverlight pour Linux

Wednesday, September 05, 2007 8:04 AM by Mitsuru FURUTA - Microsoft FRANCE

weblogs.asp.net/.../silverlight-1-0-released-and-silverlight-for-linux-announced.asp

# MSDN Blog Postings » Silverlight Release to Web (RTW) and Linux support

Pingback from  MSDN Blog Postings  » Silverlight Release to Web (RTW) and Linux support

# Marius Bancila’s Blog » Blog Archive » Silverlight and Moonlight

Pingback from  Marius Bancila’s Blog  » Blog Archive   » Silverlight and Moonlight

# MacPro.se - Microsoft sl?pper SilverLight 1.0

Wednesday, September 05, 2007 8:12 AM by MacPro.se - Microsoft sl?pper SilverLight 1.0

Pingback from  MacPro.se - Microsoft sl?pper SilverLight 1.0

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 8:27 AM by DanielC

Just wanted to pipe in a *cheer* for your team's support for Moonlight (and of course a solid Silverlight platform)!

I've built two customer facing web applications using Flex and see both Silverlight and Moonlight a great combination for re-writing those apps (whose backend is already built around c# webservices). Both applications will need to wait for the 1.1 release though. We are an insurance company and both applications require the 'usual' input controls.

Keep up the great interop work! Now, if you could only move Vista's activation mechanics back to the original volume license 'don't call home' mechanism. Sorry, that's the horse I'm 'beating' now.

Best wishes

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 8:40 AM by Jose Ramirez

Hi Scott, great post.

Are you planning support MatrixAnimationUsingPath in further releases ?

# Silverlight 1.0 and Expression Media Encoder Launched!

Wednesday, September 05, 2007 8:49 AM by Canadian User Experience

Along with many others, I'm happy to announce that Silverlight 1.0 and Expression Media Encoder are officially

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 8:52 AM by PBZ

So where do I download it from?!! If I go to silverlight.net or on Microsoft's site (www.microsoft.com/.../downloads.aspx) all I see is the RC. Where's the final product?

Thanks.

# Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 8:53 AM by Cornerstones utvecklarblogg

Silverlight 1.0 Released and Silverlight for Linux Announced, you can read more here You can download

# Silverlight 1.0 Released, Silverlight for linux announced, Silverlight 1.1 Updates

Wednesday, September 05, 2007 8:54 AM by Guru Stop

Silverlight 1.0 Released, Silverlight for linux announced, Silverlight 1.1 Updates

# Passion .NET » Blog Archive » [Silverlight]Version 1.0 Finale

Wednesday, September 05, 2007 8:55 AM by Passion .NET » Blog Archive » [Silverlight]Version 1.0 Finale

Pingback from  Passion .NET  » Blog Archive   » [Silverlight]Version 1.0 Finale

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 9:00 AM by Martin

Will Expression media encoder replace Windows Media Encoder ?

# [PL] Silverlight 1.0 już jest (!!!) Silverlight na linuxa będzie (!!!) - najświeższe niusy! :)

Wednesday, September 05, 2007 9:00 AM by Only Human | Devoted to technology v.2.0

No, Panowie i Panie.. człowiek to normalnie musi sam te wszystkie niusy na ultra-bieżąco sprawdzać. Jeszcze

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 9:02 AM by Rob

Hi Scott,

now that Expression Encoder 1.0 is here when will be ready an SDK to embed EME into an application ?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 9:02 AM by Leo

Sorry if this has been asked or answered before, but what's the difference between Silverlight 1.0 and 1.1

I keep seeing references to it which makes the whole thing a bit confusing.

# Variety News (beta) » Blog Archive » Microsoft released Silverlight, extends support to Linux

Pingback from  Variety News (beta)  » Blog Archive   » Microsoft released Silverlight, extends support to Linux

# Silverlight 1.0 is available now, and soon on Linux!

Wednesday,