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, September 05, 2007 9:13 AM by JrzyShr Dev Guy

Silverlight is a pretty exciting technology. It really enables a whole new breed of rich & interactive

# Silverlight 1.0 has been released!

Wednesday, September 05, 2007 9:27 AM by Orcs Goblins and .NET

I read every blog post Scott Guthrie writes, and I intend to keep it that way. In his most recent blog

# Ardent Dev » Blog Archive » Big Silverlight News: Linux and v1.0

Pingback from  Ardent Dev  » Blog Archive   » Big Silverlight News: Linux and v1.0

# Silverlight 1.0 Released and Silverlight for Linux Announced | Ajaxus place on the net

Pingback from  Silverlight 1.0 Released and Silverlight for Linux Announced | Ajaxus place on the net

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 9:53 AM by leppie

The 1.1 SDK says September refresh, the link takes you to the July refresh.

# Silverlight på Linux

Wednesday, September 05, 2007 10:03 AM by MSDN Up North

Mange synes Silverlight er et kult tema om dagen. Jeg presonlig gleder meg enormt til å se hvilke muligheter

# » Silverlight 1.0 has been released!

Wednesday, September 05, 2007 10:05 AM by » Silverlight 1.0 has been released!

Pingback from  » Silverlight 1.0 has been released!

# Silverlight Fan » Silverlight 1.0 has been officially released! And Silverlight for Linux announced- Examples, Samples, Games, Tutorials and Videos about Silverlight

Pingback from  Silverlight Fan » Silverlight 1.0 has been officially released! And Silverlight for Linux announced- Examples, Samples, Games, Tutorials and Videos about Silverlight

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 10:12 AM by kevindente

Scott,

Has any general release timeframe been announced for Silverlight 1.1? Generally, are we talking 1H2008, 2H2008, 1H2009 ...?

# Шашлык-Машлык, Silvelight-Moonlight

Wednesday, September 05, 2007 10:17 AM by Віктор Шатохін [MSFT]

Неделю назад читаю, Silverlight не будет официально поддерживаться на *nix системах, так как в сегменте

# Microsoft ships Silverlight 1.0, promises Linux support

Wednesday, September 05, 2007 10:17 AM by Microsoft News Tracker

Microsoft today announced the availability of its Adobe Flash killer, Silverlight in its version 1.0 incarnation: Microsoft Corp. today released to the Web (RTW) Silverlight™ 1.0, a cross-browser, cross-platform plug-in for delivering richer user e..

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 10:26 AM by Donnie Hale

Scott - great stuff!

You said, "Silverlight 1.1 will include a cross-platform version of the .NET Framework..."

Could you elaborate? What platforms will this cross-platform version support? Is this version all MS code or, like Moonlight, does it rely upon 3rd parties (e.g. Mono)? How much of the .NET framework will be included? ASP.NET 2.0 and ADO.NET 2.0? With this version of the framework, will I be able to take web apps built in VS 2005 and run them on a Linux box w/o having to go through a "set up, deploy, and test on Mono" phase?

Thanks,

Donnie

# Silverlight & Moonlight

Wednesday, September 05, 2007 10:27 AM by Nazul's Weblog

Lo que antes era algo que se veía para el futuro, ahora es una realidad (a medias). Silverlight 1.0 ha

# Rilasciato Silverlight 1.0 e annunciato il supporto per Linux

Wednesday, September 05, 2007 10:29 AM by Pietro Brambati Blog

Silverlight è un un plug-in cross browser, cross-platform per lo sviluppo di applicazioni web interattive

# Silverlight 1.0 Released and Silverlight for Linux Announced - ScottGus Blog « Acetylene :: official blog of the i3 web team

Pingback from  Silverlight 1.0 Released and Silverlight for Linux Announced - ScottGus Blog « Acetylene :: official blog of the i3 web team

# Silverlight 1.0 disponible y Silverlight para Linux anunciada en Cr??nica de una vida

Pingback from  Silverlight 1.0 disponible y Silverlight para Linux anunciada  en  Cr??nica de una vida

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 10:53 AM by john

Will 1.1, in Orcase, have all the controls to drag and drop onto a design surface like we are used to in regular asp.net construction or is that something we need to get from Expression Blend?  I'm referring to the final product, not the alpha, if you can comment.

Thanks.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 10:56 AM by Ben Hayat

Congratulations Scott;

Supporting Linux is huge. Now you will have Linux guys coming to Windows to develop SL for Linux. What a great partnership.

Scott, I know you love Linq. Be sure to show your love in SL for Linq... ;-)

Thanks for  "G R E A T"  work!

# MSDN Blog Postings » Silverlight on MLB.com

Wednesday, September 05, 2007 11:04 AM by MSDN Blog Postings » Silverlight on MLB.com

Pingback from  MSDN Blog Postings  » Silverlight on MLB.com

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

Wednesday, September 05, 2007 11:10 AM by BulletBait's Blog

After a lot of changes and some cool additions, Silverlight is finally being released! Finally! hehehe

# Kristian Kristensen’s Blog » Silverlight 1.0 Released Now Sporting Linux Support

Pingback from  Kristian Kristensen’s Blog » Silverlight 1.0 Released Now Sporting Linux Support

# Silverlight 1.0 Liberado ! « Blog de Carlos Lone

Wednesday, September 05, 2007 11:13 AM by Silverlight 1.0 Liberado ! « Blog de Carlos Lone

Pingback from  Silverlight 1.0 Liberado ! « Blog de Carlos Lone

# MSDN Blog Postings » Silverlight 1.0 and Expression Media Encoder Launched!

Pingback from  MSDN Blog Postings  » Silverlight 1.0 and Expression Media Encoder Launched!

# Silverlight 1.0 Goes Gold!

Wednesday, September 05, 2007 11:15 AM by Dan Wahlin's WebLog

Silverlight 1.0 is now gold and being used on several sites such as Halo 3 and Major League Baseball

# Microsoft Silverlight 1.0 Release « Windows Blog Italia Fan

Wednesday, September 05, 2007 11:22 AM by Microsoft Silverlight 1.0 Release « Windows Blog Italia Fan

Pingback from  Microsoft Silverlight 1.0 Release « Windows Blog Italia Fan

# Silverlight para Linux

Wednesday, September 05, 2007 11:27 AM by Good News and No News: Cezar Guimarães

Hoje foi disponibilizada a versão final do Silverlight, versão 1.0 . Isto permitirá a criação de sites

# Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 11:39 AM by Silverlight 1.0 Released and Silverlight for Linux Announced

Pingback from  Silverlight 1.0 Released and Silverlight for Linux Announced

# Getting Ready For 1.1

Wednesday, September 05, 2007 11:48 AM by Jesse Liberty - Silverlight Geek

With the release of 1.0 and the announcement in ScottGu's blog today that his team is working hard

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 12:26 PM by Matt

Is the Encoder provided as part of any MSDN Subscription? Or is it only available by purchase?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 1:09 PM by Daron Yöndem

Hi Scott,

What about development tools for Silverlight 1.0? I guess VS 2008 will come with Silverlight 1.1, because 1.1 uses .NET Framework 3.5 features as well. Will somehow MS release tools and add-ons for VS2005?

# | Desi-Tek Student Blog

Wednesday, September 05, 2007 1:16 PM by | Desi-Tek Student Blog

Pingback from  | Desi-Tek Student Blog

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 1:18 PM by Brent Brown

heh. I can hear the hardcore, anti-microsoft, linux guys now... quoting the Joker from the first Batman movie...  "Ever danced with the devil in the pale moonlight?"  :-)

Very cool stuff tho...

# Silverlight 1.0 ist da (und bald auch für Linux)

Wednesday, September 05, 2007 1:28 PM by Stefan Falz

Silverlight ist in Version 1.0 released worden. Schön. Aber viel besser finde ich, dass Silverlight in

# Silverlight RTM és egy kis meglepetés...

Wednesday, September 05, 2007 2:01 PM by zbatorfi

Nagy nap van ismét, a fiúk elkészültek, s kedvenc Scott Guthrie-nk közzétette , hogy: Over the last few

# Breaking news: Silverlight 1.0 Released! « Arcane Code

Wednesday, September 05, 2007 2:28 PM by Breaking news: Silverlight 1.0 Released! « Arcane Code

Pingback from  Breaking news: Silverlight 1.0 Released! « Arcane Code

# i prefer pi » Silverlight 1.0 Released Today!

Wednesday, September 05, 2007 2:43 PM by i prefer pi » Silverlight 1.0 Released Today!

Pingback from  i prefer pi » Silverlight 1.0 Released Today!

# Silverlight 1.0 y Expression Encoder 1.0 Listos!

Wednesday, September 05, 2007 2:47 PM by Innovación Tecnológica

El día de hoy, Microsoft anunció el debut de Silverlight 1.0, que es una tecnología multi-plataforma,

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 2:52 PM by Roger Larsen

Thanks for all the fantastic work on Silverlight. I guess hell really froze over with the Novell cooperation announcement. I’ve slowly seen the transformation going on in Microsoft over the years, and your blog along with others have made this possible.  

Now we can finally start working on old ideas which were just impractical to implement before Silverlight.

Do you know if there is any chance support for mpeg 1? Mpeg 2 is probably out of the question because of the licensing issue.

Roger.

# Noticias 05-Septiembre-2007

Wednesday, September 05, 2007 2:55 PM by La Web de Programación

Apple desvela nuevos iPod y iPod Nano : Incluida una versión "touch" , con pantalla táctil

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 2:56 PM by Mike

Ok, let's be blunt and hope you'll be as open and honest as ever.

Are you willing to, say eat you left shoe if Microsoft will stop supporting Mac and/or Linux while continuing to support Windows? I'm of course referring to Internet Explorer, Windows Media Player and VBA for Office.

To put it another way, can we trust you guys this time with Silverlight? Or will you screw us, the developers, and the people we create content for, the  users, again for the sake of your market share and to support your monopoly? Many people are very skeptic about your company supporting anything else but Windows...

# Standardizing in defense of Windows « imma

Wednesday, September 05, 2007 3:08 PM by Standardizing in defense of Windows « imma

Pingback from  Standardizing in defense of Windows « imma

# RIABG.org » Silverlight 1.0, now with Support for Linux

Wednesday, September 05, 2007 3:30 PM by RIABG.org » Silverlight 1.0, now with Support for Linux

Pingback from  RIABG.org » Silverlight 1.0, now with Support for Linux

# Silverlight 1.0 has been officially released!

Wednesday, September 05, 2007 3:32 PM by Zhiming Xue's WebLog

The final version of Silverlight 1.0 and Silverlight 1.1 Alpha September Refresh have just been released

# Silverlight 1.0 released and Silverlight for Linux support announced » D’ Technology Weblog: Technology News & Reviews

Pingback from  Silverlight 1.0 released and Silverlight for Linux support announced » D’ Technology Weblog: Technology News & Reviews

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 3:46 PM by Clinton Gallagher

I've worked my fingers to the bone, cried, screamed and stomped my feet but still Microsoft insists on lying by publishing incomplete and fraudulent requirements documents resulting in it becoming impossible to determine why Silverlight will not install on a machine with an Athlon CPU running XP Pro SP2.

# Microsoft Silverlight 1.0 para Linux « Mundo Linuxero

Wednesday, September 05, 2007 3:50 PM by Microsoft Silverlight 1.0 para Linux « Mundo Linuxero

Pingback from  Microsoft Silverlight 1.0 para Linux « Mundo Linuxero

# Silverlight is here!

Wednesday, September 05, 2007 4:02 PM by Silverlight is here!

Pingback from  Silverlight is here!

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 4:04 PM by Stefan Richter

Just tried to check out the Halo3 HD demo. As I didn’t have Silverlight installed on this machine I was prompted to download it. Then I saw the link to the license agreement which I have to accept first. I clicked the link to read it and ended up here:

www.microsoft.com/.../404

which orginally pointed to go.microsoft.com/fwlink

I'll install anyway but I bet others won't if that link remains a 404.

Stefan

# Silverlight 1.0 Released - and Linux support announced

Wednesday, September 05, 2007 4:04 PM by Eric Nelson - Development for .NET Framework 3.0 for ISVs

Today we released Silverlight 1.0 for Windows and Mac and announced Silverlight for Linux (working in

# Silverlight en version finale

Wednesday, September 05, 2007 4:06 PM by Jean-Marc, XP Geek !

Silverlight, anciennement WPF/E, le concurrent du Flash d'Adobe est maintenant dispo en version 1

# Silverlight is out!

Wednesday, September 05, 2007 5:04 PM by chris.strevel [blog]

Tal como lo popularizó el buen Roky el día de hoy en su blog, así como Nazul y ScottGu , pos el Silverlight

# WPF vs. Windows Form - Additional Point

Wednesday, September 05, 2007 5:27 PM by WPF vs. Windows Form - Additional Point

Pingback from  WPF vs. Windows Form - Additional Point

# A New Chapter for Silverlight

Wednesday, September 05, 2007 6:28 PM by Out Of The Box

You probably have already seen this, but it's a big day for Microsoft, and for our partners/customers

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 6:34 PM by Sam

It works on my Mac at home, running OSX and Vista, but not on my work machine running Windows 2K.  Go figure.

# Lighting Up The Web: Microsoft Releases Sliverlight 1.0 —-Wow! « Pronk Palisades

Pingback from  Lighting Up The Web: Microsoft Releases Sliverlight 1.0 —-Wow! « Pronk Palisades

# MSDN Blog Postings » A New Chapter for Silverlight

Wednesday, September 05, 2007 8:12 PM by MSDN Blog Postings » A New Chapter for Silverlight

Pingback from  MSDN Blog Postings  » A New Chapter for Silverlight

# Silverlight 1.0 released

Wednesday, September 05, 2007 8:56 PM by jorkeo - hosting geek

Earlier today Scottgu posted Silverlight 1.0 has been released. I'm pretty excited about this especially

# Silverlight 1.0, Linux, Converters, and Swift 3D

Wednesday, September 05, 2007 11:05 PM by Mike Swanson's Blog

Somebody stop me! I'm posting at the frenetic rate of one entry per month, and this relentless onslaught

# MSDN Blog Postings » Silverlight 1.0, Linux, Converters, and Swift 3D

Pingback from  MSDN Blog Postings  » Silverlight 1.0, Linux, Converters, and Swift 3D

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 11:28 PM by David L. Penton

It is wonderful that Silverlight has Linux support.  Looking forward to the future of this product.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Wednesday, September 05, 2007 11:34 PM by Mehfuz Hossain

Great! Cant wait to put my hands on it, will be soon going deep with it. Please tell us something interesting of Expression encoder 1.0

# Link Listing - September 5, 2007

Wednesday, September 05, 2007 11:46 PM by Christopher Steen

Link Listing - September 5, 2007

# Silverlight 1.0 Released

Thursday, September 06, 2007 12:06 AM by AlanO's Blog

Silverlight 1.0 Released

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 12:16 AM by Josh Ledgard

Congrats on the release. I'm looking forward to seeing some cool social apps built with it.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 12:26 AM by Joby Ebma

Love the name...Moonlight! Congratz!

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:03 AM by ScottGu

Hi 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?

You'll want to use Silverlight in the 32-bit Internet Explorer process on x64 systems.  Most browser plug-ins (including Silverlight, Flash, Java and almost all ActiveX controls) only work in 32-bit browsers currently.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:06 AM by ScottGu

Hi 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?

The final 1.0 release is now on the download center (last night the downloads were also the final v1.0 bits - although the graphics still said RC).

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:07 AM by ScottGu

Hi Martin,

>>>>>> Will Expression media encoder replace Windows Media Encoder ?

I believe Expression Media Encoder uses the saw encoder codecs as Windows Media Encoder - but provides more designer features, scripting automation, and richer features like watermarks and ad-inserts.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:09 AM by ScottGu

Hi Leo,

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

My blog post here goes into more details about the two: weblogs.asp.net/.../silverlight.aspx

Silverlight 1.1 includes a cross platform version of the .NET Framework and enables a rich .NET programming model within the browser.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:14 AM by ScottGu

Hi Kevin,

>>>>> Has any general release timeframe been announced for Silverlight 1.1? Generally, are we talking 1H2008, 2H2008, 1H2009 ...?

We haven't announced any specific dates yet - but Silverlight 1.1 will ship in 2008.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:17 AM by ScottGu

Hi Donnie,

>>>>>> You said, "Silverlight 1.1 will include a cross-platform version of the .NET Framework..."  Could you elaborate? What platforms will this cross-platform version support? Is this version all MS code or, like Moonlight, does it rely upon 3rd parties (e.g. Mono)? How much of the .NET framework will be included? ASP.NET 2.0 and ADO.NET 2.0? With this version of the framework, will I be able to take web apps built in VS 2005 and run them on a Linux box w/o having to go through a "set up, deploy, and test on Mono" phase?

Silverlight 1.1 includes the same CLR engine that is in the full .NET Framework, and then a subset of the .NET Framework class libraries useful for web development.  It doesn't include server-side components like ASP.NET and ADO.NET - but it does include a UI framework, client web-service stack, LINQ, XML and core networking functionality.  This is all Microsoft code on the Silverlight implementations we ship for Windows and Mac.  The Moonlight implementation for Linux uses the Mono CLR and framework library.

You can learn more about Silverlight at a high-level from my previous blog post here: weblogs.asp.net/.../silverlight.aspx

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:18 AM by ScottGu

Hi John,

>>>>>>>> Will 1.1, in Orcase, have all the controls to drag and drop onto a design surface like we are used to in regular asp.net construction or is that something we need to get from Expression Blend?  I'm referring to the final product, not the alpha, if you can comment.

We will have WYSIWYG designers for building Silverlight UI in both Visual Studio and Expression Blend.  Those aren't enabled today - but will be coming in the future.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:21 AM by ScottGu

Hi Matt,

>>>>>> Is the Encoder provided as part of any MSDN Subscription? Or is it only available by purchase?

The Encoder product is currently only available with MSDN Team Suite Subscriptions (although Expression Blend and Web are available in MSDN Premium).  Alternatively you can also purcahse Expression Media and Encoder separately.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:22 AM by ScottGu

Hi Daron,

>>>>>>>> What about development tools for Silverlight 1.0? I guess VS 2008 will come with Silverlight 1.1, because 1.1 uses .NET Framework 3.5 features as well. Will somehow MS release tools and add-ons for VS2005?

We'll have Visual Studio 2008 support in the future for Silverlight 1.1 (with managed code).  To use the new JavaScript intellisense engine with Silverlight 1.0 you can use this download: weblogs.asp.net/.../vs-2008-javascript-intellisense-for-silverlight.aspx

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:25 AM by ScottGu

Hi Mike,

>>>>>>>>> Ok, let's be blunt and hope you'll be as open and honest as ever.  Are you willing to, say eat you left shoe if Microsoft will stop supporting Mac and/or Linux while continuing to support Windows? I'm of course referring to Internet Explorer, Windows Media Player and VBA for Office. To put it another way, can we trust you guys this time with Silverlight? Or will you screw us, the developers, and the people we create content for, the  users, again for the sake of your market share and to support your monopoly? Many people are very skeptic about your company supporting anything else but Windows...

Silverlight is absolutely a cross-platform strategy, and will never be Windows only.  One of the reasons we partnered with Novell to deliver the Linux version was to ensure that we had a partner who was extremely comitted to delivering a super high quality Linux implementation.  Novell will own the Moonlight implementation (and make the source code for it available under a LGPL license) - ensuring that it can never be stopped.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:26 AM by ScottGu

Hi Clinton,

>>>>>>> I've worked my fingers to the bone, cried, screamed and stomped my feet but still Microsoft insists on lying by publishing incomplete and fraudulent requirements documents resulting in it becoming impossible to determine why Silverlight will not install on a machine with an Athlon CPU running XP Pro SP2.

Are you running the 32-bit version of Internet Explorer?  You'll want to-do this when running browser plugins like Silverlight (or Flash, Java, or ActiveX).  If you do this it should work fine.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:27 AM by ScottGu

Hi Stefan,

>>>>>>> Just tried to check out the Halo3 HD demo. As I didn’t have Silverlight installed on this machine I was prompted to download it. Then I saw the link to the license agreement which I have to accept first. I clicked the link to read it and ended up here:

Sorry for the confusion there - we had an issue propping some final content updates on the www.microsoft.com site this morning.  It should be fixed now.

Thanks,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:30 AM by ACL123

The Halo 3 site doesn't work properly under Firefox - when I try typing in my birth date it does a Quick Find instead.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:30 AM by ScottGu

Hi Roger,

>>>>>>> Do you know if there is any chance support for mpeg 1? Mpeg 2 is probably out of the question because of the licensing issue.

Good question - right now we don't have plans for MPEG 1 or 2.  The main reason is we are trying to keep the Silverlight download size to be as small as possible (since people are less likely to download larger packages).  As such we are keeping our built-in media codecs to a small set of popular formats that are web friendly.

However, you might be able to use Expression Encoder and transcode MPEG 1/2 media to VC-1 - which would then work.

Hope this helps,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:31 AM by ScottGu

Hi Rob,

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

Good question.  If you can send me email (scottgu@microsoft.com) I can put you in touch with the Expression Encoder team to find out.

Thanks,

Scott

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:33 AM by ScottGu

Hi Moreno,

>>>>>> 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 ?

Yes - Encoder 1.0 supports live encoding.  I'm not 100% sure on the BDA driver question, but if you send me email (scottgu@microsoft.com) I can put you in touch with the Expression Encoder team to find out.

Hope this helps,

Scott

# i-ssential devBlog » Microsoft ver??ffentlicht Silverlight 1.0

Thursday, September 06, 2007 1:34 AM by i-ssential devBlog » Microsoft ver??ffentlicht Silverlight 1.0

Pingback from  i-ssential devBlog » Microsoft ver??ffentlicht Silverlight 1.0

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 1:36 AM by ScottGu

Hi ACL123,

>>>>>>> The Halo 3 site doesn't work properly under Firefox - when I try typing in my birth date it does a Quick Find instead.

Thanks for reporting that - we'll get it fixed.  The problem is not with Silverlight, but rather with the html prompt the site puts up to enter your birthdate if if you are on a slower network (so as to allow the video to download some in the background).

I just forwarded a message off to the Halo3 team to make sure they test this and update the site to fix it.

Thanks,

Scott

# Breaking Eggs And Making Omelettes » Blog Archive » Silverlight Codecs

Pingback from  Breaking Eggs And Making Omelettes  » Blog Archive   » Silverlight Codecs

# Silverlight 1.0 Released at Die, AJAX!

Thursday, September 06, 2007 2:01 AM by Silverlight 1.0 Released at Die, AJAX!

Pingback from  Silverlight 1.0 Released at Die, AJAX!

# Ajax Girl » Blog Archive » Silverlight 1.0 Released: Linux via Moonlight and Expression Encoder

Pingback from  Ajax Girl  » Blog Archive   » Silverlight 1.0 Released: Linux via Moonlight and Expression Encoder

# Silverlight 1.0 (Finally) Released!

Thursday, September 06, 2007 2:47 AM by Hauser & Wenz :: Blog

After a couple of unannounced RCs, Silverlight 1.0 has been finally released. The update install even works on the Mac now. Scott Guthrie also announced the 1.0 release of Expression Encoder to get video data into the correct format for Silverlight applic

# Silverlight pe Linux (inaintea lui Windows Mobile?)

Thursday, September 06, 2007 3:14 AM by Weblogul lui Zoli

Ieri s-a lansat Silverlight 1.0 , dar poate si mai interesant, s-a anuntat suport pentru Linux . Sam

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

Thursday, September 06, 2007 3:28 AM by It's my life... And I live it...

KABOOM!!! They are just dropping bombs out there. Not only is Silverlight 1.0 released, but now partnering...

# Fatih Hayrio??lu’nun not defteri » 06 Eyl??l 2007 Web’den Se??me Haberler

Pingback from  Fatih Hayrio??lu’nun not defteri » 06 Eyl??l 2007 Web’den Se??me Haberler

# Silverlight here we come!

Thursday, September 06, 2007 4:59 AM by Software Architecture and more...

Wow, I didn't see this coming... Now, that silverlight will support Linux, I have a new citizen in my

# Silverlight goes wild… « Coding with a Caffeine Rush…

Thursday, September 06, 2007 5:07 AM by Silverlight goes wild… « Coding with a Caffeine Rush…

Pingback from  Silverlight goes wild… « Coding with a Caffeine Rush…

# MSDN Blog Postings » Silverlight here we come!

Thursday, September 06, 2007 5:17 AM by MSDN Blog Postings » Silverlight here we come!

Pingback from  MSDN Blog Postings  » Silverlight here we come!

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 5:42 AM by Boris Yeltsin

2 things..

1) Will Silverlight 1.0 plugin auto-update to 1.1 when it finally comes out?

2) Why no x64 version? It seems crazy that Microsoft's latest greatest plugin doesn't support x64 browsers. Is this even on your plan? I thought MS had even abandoned 32-bit OSes going forward? (Windows vNext)

# MicroSoft rilascia Silverlight 1.0 at GoTo 10 - blog italiano sulla programmazione

Pingback from  MicroSoft rilascia Silverlight 1.0 at  GoTo 10 - blog italiano sulla programmazione

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 7:02 AM by Vincent Bailleau

Hi Scott,

In your anwser to Kevin, you say no dates are available for the silverlight 1.1 release, but do you have an Idee about a first delivery for a beta, or a documentation delivery which details the content or the api available for the Release? I currently have the sl 1.1 developer reference poster, but a more details doc will be nice to have.

Thanks

Regards

Vincent

# RadControls for Silverlight 1.0 Final Release

Thursday, September 06, 2007 7:19 AM by Silverlight Team

Just hours after Microsoft announced the availability of the final version of Silverlight 1.0 (weblogs.asp.net/.../silverlight-1-0-released-and-silverlight-for-linux-announced.aspx),...

# Silverlight 1.0 officially released! How long to Linux support?

Thursday, September 06, 2007 7:20 AM by Chewed Pencil

So the official release of Silverlight 1.0 has been announced on Scott Guthri's blog . The most interesting

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 7:30 AM by King InuYasha

Hey Scott,

why don't you implement a pluggable codec framework for Silverlight that is GStreamer compatible so that all of us who bought the GStreamer codecs from Fluendo can use them, and better yet, be able to use the Ogg codecs. Actually, it would be better if Silverlight came out of the box with Theora/Dirac and Vorbis support. I know Microsoft has some tiny experience with using Ogg codecs from XBox 360 (which I do not have one), but so far I do not see the justification for using a codec that we have to pay royalties for to use commercially..... Please can't you use the Theora and Vorbis codecs?

# Javascript News » Blog Archive » Silverlight 1.0 Released: Linux via Moonlight and Expression Encoder

Pingback from  Javascript News  » Blog Archive   » Silverlight 1.0 Released: Linux via Moonlight and Expression Encoder

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 7:53 AM by Matt Casto

The Silverlight Get Started page says that there's a September Refresh to the 1.1 Alpha, but the link takes me to a download page that downloads the same file as the previous refresh.

There's also a link to a September Alpha Refresh version of the 1.1 SDK, and that does appear to be a September version of a refresh, but I haven't looked that far into it.

What's the official word on a September Alpha Refresh?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 8:21 AM by linux

Good to hear that. That was really a great news. I got more enthusiastic when I heard that will be available for Windows, Mac, and Linux. And even compatible for Firefox and Internet Explorer Browsers!

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 8:57 AM by Jp2007

Is silverlight support 3D rendering and texturing like Open GL ?

Any API/SDK support for 3D ?

# Lançamento oficial do Silverlight 1.0

Thursday, September 06, 2007 9:31 AM by Ramon Durães

Silverlight 1.0 Depois de muita ansiedade chegou ao mercado a versão 1.0 do Silverlight. Confira desde

# Silverlight 1.0, Linux Support

Thursday, September 06, 2007 9:44 AM by Adrian H.

Silverlight1.0ReleasedandSilverlightforLinuxAnnounced Getittogether-WindowsLiveSuite...

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 11:06 AM by Roger Larsen

Thanks for your reply Scott. It seems that Moonlight will use a slightly different approach when decoding video, if the video is not vc-1 or wmv they will fall back to using ffmpeg (or another decoder) and still render the video. Could that be a potential solution for Silverlight also? (Try to use pre-existing codecs installed on the client computer if the video format is unknown to Silverlight).

By reading the Linux forums they actually have a good point, if Moonlight supports more video codecs and is 100% compatible with Silverlight, then why install Silverlight?

Roger Larsen.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 11:07 AM by Robbie

I'm glad to see SilverLight 1.0 is final now. Mainly because that leaves more time for you guys to develop SilverLight 1.1. I really like the way SilverLight 1.1 works with .Net.

I'm wondering if SilverLight 1.1 will support (clientside) webcams. I'm working with Adobe Flash now, which allows me to use the users webcams (using Flash Media Server).

Since I like the whole .Net/Silverlight way a lot more than the ActionScript/Flash way, I'd like to start using SilverLight 1.1 as soon as it's final, but to do this, I need the webcam functionality.

I hope you can shed a light on the whole webcam support issue.

Greetings,

Robbie

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 11:14 AM by Scott

I have been playing with Silverlight since the first Beta and think it is awesome.  That said, the released version simply doesn't work and introduced a problem that didn't exist in the previous versions.

See this bug reported on the silverlight forums. silverlight.net/.../3668.aspx  Note that it has had thousands of views, and that is just from those of us that know enough to go to the site and check the forums.

I'm extremely dissapointed in the testing that was (or wasn't) done prior to this release.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 12:13 PM by Bob

Will silverlight 1.1 support most of what you can do in a winforms .net 2.x application?  We want to replace our ASP.NET applications with a winforms model without coding things in Javascript while still making them available on the web.  I am hoping to see text boxes, list boxes, combo boxes, tabbed dialogs, buttons, and all of the regular .NET winforms controls in Silverlight (with no javascript needed).

# 06 Eyl?l Web’den Se?me Haberler - Webmaster Forum

Thursday, September 06, 2007 3:03 PM by 06 Eyl?l Web’den Se?me Haberler - Webmaster Forum

Pingback from  06 Eyl?l Web’den Se?me Haberler - Webmaster Forum

# Tafiti: Curiosa interfaz para las busquedas en Windows Live

Thursday, September 06, 2007 4:44 PM by Microsoft, su tecnología y yo

Merece la pena echarle un vistazo: http://www.tafiti.com Una vez realizada la búsqueda, podemos guardar

# Silverlight Announcements - 1.0 Live, Linux support

Thursday, September 06, 2007 4:47 PM by Chris Bowen's Blog

Some fantastic news out this week. Silverlight 1.0 is now live! If that weren't enough, we've announced

# Silverlight Announcements - 1.0 Live, Linux support

Thursday, September 06, 2007 4:57 PM by Noticias externas

Some fantastic news out this week. Silverlight 1.0 is now live! If that weren't enough, we've

# MSDN Blog Postings » Silverlight Announcements - 1.0 Live, Linux support

Pingback from  MSDN Blog Postings  » Silverlight Announcements - 1.0 Live, Linux support

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 5:31 PM by Enigma

Hi Scott , Does this version support unicode charecters?

# » Microsoft and Novell to formally cooperate on Silverlight

Thursday, September 06, 2007 6:16 PM by » Microsoft and Novell to formally cooperate on Silverlight

Pingback from  » Microsoft and Novell to formally cooperate on Silverlight

# 微软推出Silverlight 1.0正式版

Thursday, September 06, 2007 8:03 PM by 自由、创新、研究、探索……

ScottGu的Silverlight正式版宣言:weblogs.asp.net/.../silverlight-1-0-released...

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Thursday, September 06, 2007 8:05 PM by John

Hi Scott,

From the customer feedback I'm getting it's clear that from a web dev/client perspective linux reach is important however open source is not, just like no one cares about open source flash/flex, pdf, etc. So it seems that you've actually done your/our end customers a disservice by taking the moonlight+mono approach rather than by building a linux pal as you did for osx. By that I mean we all know the compatibilty, availability, and perf problems we're going to see with the moonlight implementation that we would not have with the linux pal approach. I would like to hear your thoughts on this. Also count me as another vote for rapid release of 64bit, we really don't like anyone using 32bit IE anymore...

thanks and great work :-)

# Silverlight 1.0 released - Another cutting edge technology chase? | Polymath Programmer

Pingback from  Silverlight 1.0 released - Another cutting edge technology chase? | Polymath Programmer

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Friday, September 07, 2007 12:21 AM by Amit K

Very exciting. We too however will have to wait for 1.1 because user controls are a must for any real-world application deployment. Once it's out though the option seem endless so I personally can't wait. A date would be very nice (even rough estimate).

# Silverlight 1.0 Final Released » InsideMicrosoft ?? part of the Blog News Channel

Pingback from  Silverlight 1.0 Final Released » InsideMicrosoft ?? part of the Blog News Channel

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Friday, September 07, 2007 3:30 AM by KC

Hi Scott,

Question here, I know Silverlight animations are time based, but am I right to say that it is also frame based and script based, looking that it also has stuff like keyframes shown in Blend, and script based as it the animations are stored in storyboards within XAML?

Just curious

Thanks!!!

# Silverlight 1.0 released and Silverlight for Linux announced

Friday, September 07, 2007 5:26 AM by UK Academic Team Blog

Silverlight is one of the hot topics that we will be talking about during The Microsoft Inspiration Tour

# Silverlight, Moonlight, XAML, .NET, Stuff

Friday, September 07, 2007 7:26 AM by Mike Taulty's Blog

The release of Silverlight V1.0 and the announcement around Moonlight being a partnership between...

# MSDN Blog Postings » Silverlight 1.0 released and Silverlight for Linux announced

Pingback from  MSDN Blog Postings  » Silverlight 1.0 released and Silverlight for Linux announced

# » Silverlight, Moonlight, XAML, .NET, Stuff

Friday, September 07, 2007 8:44 AM by » Silverlight, Moonlight, XAML, .NET, Stuff

Pingback from  » Silverlight, Moonlight, XAML, .NET, Stuff

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Friday, September 07, 2007 9:13 AM by PBZ

OK, what's going on here? I had RC1 installed. When the final 1.0 came out I had to uninstall the old version before installing the 1.0. I had a beta version, so I guess it's OK. I was able to access Silverlight content until today. When I go to any of the samples on silverlight.net I get a dimmed background content with a "Get Microsoft Silverlight" button. But I already have it! If I try to "get" silverlight the installer fails telling me I have a newer version installed(www.microsoft.com/.../help.aspx). So now I can't see get silverlight to work at all... arrr

Peter.

Windows 2003 with IE7 and FF2

# by-expressions » Blog Archive » Silverlight Released

Friday, September 07, 2007 9:45 AM by by-expressions » Blog Archive » Silverlight Released

Pingback from  by-expressions  » Blog Archive   » Silverlight Released

# Silverlight 1.0 Dispo! » Developages - Development and Technology Blog

Pingback from  Silverlight 1.0 Dispo! »  Developages - Development and Technology Blog

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Friday, September 07, 2007 1:09 PM by Johndotnet

If you want to read more about Silverlight 1.0 in greater depth, You can read parts of Adam Nathan's forthcoming book on Safari Books Online. Here is the URL safari.informit.com/9780672330070

# Silverlight 1.0 Release - Linux Support Coming

Friday, September 07, 2007 2:47 PM by Non-Destructive Me

I could explain this all in my blog, but I think I might let someone called Scott Guthrie explain . He

# Silverlight: Microsoft’s attempt to catch up with Adobe’s …  »TechAddress

Pingback from  Silverlight: Microsoft’s attempt to catch up with Adobe’s …  »TechAddress

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Friday, September 07, 2007 3:35 PM by Begui

Silverlight on linux... Sweeeet.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Saturday, September 08, 2007 10:00 AM by Jase

Silverlight on Linux!! Wow!  this isn't going to be another dead end ms windows only tech.  Hey Scott I think you're on a winner with this one...

Giving the codecs over is nice too, please take note of the comments on supporting stuff like voribis/ogg too!

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Sunday, September 09, 2007 6:47 AM by Sven Gold

Hehe, it seems Microsoft is going on a killing spree against Adobe's Flash ;)

I really appreciate the Silverlight hype.

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Sunday, September 09, 2007 8:29 AM by Morten Mertner

Scott, can you comment on the availability of a networking stack in Silverlight 1.1?

I have been investigating Silverlight as a client platform for Games development, however, need to be able to work with persistent network connections to make this work. I could use a dummy client web request and send data to the client from the server along with keep-alives, but would much prefer not to have to resort to such hacks. I know Flash has a decent socket library, which is used extensively for all sorts of interesting things, and it's terrible to see this missing from the Silverlight 1.1 API.

Fantastic news that you guys are finally accepting Linux as a platform that needs to be supported. I hope this will translate into a wider acceptance and support for the Mono project and .NET on Linux in general, including the porting of the .NET 3.0 APIs (which is currently prohibited using patent and licensing issues).

# Living at the edge of the world » Blog Archive » Silverlight

Pingback from  Living at the edge of the world  » Blog Archive   » Silverlight

# totallydotnet Weblog

Sunday, September 09, 2007 8:50 AM by totallydotnet Weblog

Pingback from  totallydotnet Weblog

# blog.reis.se » Silverlight is shipping, and will for Linux

Sunday, September 09, 2007 1:24 PM by blog.reis.se » Silverlight is shipping, and will for Linux

Pingback from  blog.reis.se » Silverlight is shipping, and will for Linux

# 7 links from the past 14 days

Sunday, September 09, 2007 7:10 PM by Daniel Moth

7 links from the past 14 days

# Silverlight 1.0 released

Back on deck now, and lots of announcements came out whilst I was on leave. One around the release to

# MSDN Blog Postings » Silverlight 1.0 released

Sunday, September 09, 2007 8:49 PM by MSDN Blog Postings » Silverlight 1.0 released

Pingback from  MSDN Blog Postings  » Silverlight 1.0 released

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Monday, September 10, 2007 1:34 AM by Raj

Thanks buddy. Great work!!

Now that silverlight is officially released - its the time to build some serious Rich Content for the web. May be start porting business database application to web now.

Major limitation might be unavailability of full fledge DataGrids.

Anything planned/available in future releases?

# Silverlight 1.0 Released

Monday, September 10, 2007 2:13 AM by Muhammad Suhada - a Tiny Contribution

On Sept 4th 2007, Scott Gu wrote on his blog about the official release of Silverlight 1.0. Silverlight

# Silverlight for Linux

Monday, September 10, 2007 2:18 AM by Muhammad Suhada - a Tiny Contribution

Still on the same blog, Scott Gu also announce a partnership with Novell to provide a great Silverlight

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Monday, September 10, 2007 11:01 AM by Dave Parslow

Wow, your teams have been really busy!  I haven't gotten a chance to use WPF or Silverlight 1.0 or 1.1 alpha yet.  This questions probably has been already asked but is Silverlight 1.0/1.1 a exact subset of WPF or does it diverge in areas.  I understand that 1.1 has built in UI elements/controls are they a true subset of WDF's controls?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Tuesday, September 11, 2007 3:39 PM by Jason

Wow. From your description of Silverlight 1.1 it's sounding less like a rich-media plugin and more like an applet because of how you describe using any .NET framework language.

What I'm wondering is, where will the line be drawn by what can be accomplished using a windowed application that cannot be accomplished with Silverlight, and vice-versa. What type of access to the client computer can Silverlight applications attain (file system, printers, etc) and what kind of security is in place (or where can I look this stuff up)?

Exciting stuff!

# Joyce Sima Posts » Blog Archive » Silverlight quotes

Tuesday, September 11, 2007 5:31 PM by Joyce Sima Posts » Blog Archive » Silverlight quotes

Pingback from  Joyce Sima Posts  » Blog Archive   » Silverlight quotes

# different teaching strategies in mathematics

Wednesday, September 12, 2007 1:32 AM by different teaching strategies in mathematics

different teaching strategies in mathematics

# Microsoft releases Silverlight 1.0 and announces Linux support

Wednesday, September 12, 2007 5:51 AM by 24100.net

Microsoft releases Silverlight 1.0 and announces Linux support

# Silverlight + Linux = Moonlight « beGNU

Wednesday, September 12, 2007 8:34 PM by Silverlight + Linux = Moonlight « beGNU

Pingback from  Silverlight + Linux = Moonlight « beGNU

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Sunday, September 16, 2007 4:33 AM by Phil Grigg

Cannot stress the point mentioned above re Silverlight supporting WebCam functionality as Flash does. Not concerned about formats too much - just needs to do it. I can understand issues around access items outside sandbox (webcam) - I read somewhere you are pushing the fact that Silverlight does not have all these secuirty prompts. You would need one for Webcam access.

This is REALY IMPORTANT.

We need browser based video recording and would like it to be with Silverlight rather than Flash / Flex.

How does LiveStation fit in with the SilverLight / video. Will Silverlight support P2P file tranfer?

Would be great to get some feed back as Video Recording

# Silverlight 1.0 released : DPE Australia

Monday, September 24, 2007 12:44 AM by Silverlight 1.0 released : DPE Australia

Pingback from  Silverlight 1.0 released : DPE Australia

# All up Silverlight

Monday, September 24, 2007 11:21 PM by Technoeuphoria!

I know it's late but here's a link to Scott Gu's Silverlight 1.0 Announcement. The post includes

# New Media:Blog » Silver Light

Wednesday, October 03, 2007 12:09 AM by New Media:Blog » Silver Light

Pingback from  New Media:Blog    » Silver Light

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Friday, October 05, 2007 7:27 AM by Thomas

Hi,

Grats on the Silverlight Release! I'm looking forward to the next refresh of Silverlight 1.1 where Text input fields and foucs and tabindex should be available.

Any thoughts on when the next alpha 1.1 refresh or final 1.1 release of Silverlight is hitting the world?

# re: Silverlight 1.0 Released and Silverlight for Linux Announced

Friday, October 05, 2007 12:00 PM by ScottGu

Hi Thomas,

>>>>> Grats on the Silverlight Release! I'm looking forward to the next refresh of Silverlight 1.1 where Text input fields and foucs and tabindex should be available.  Any thoughts on when the next alpha 1.1 refresh or final 1.1 release of Silverlight is hitting the world?

We'll have an update later this year with more features.  A lot of the big infrastructural pieces are starting to come in now (layout, text input, focus management, etc).

Thanks,

Scott

# layout » Silverlight 1.0 Released and Silverlight for Linux Announced

Pingback from  layout » Silverlight 1.0 Released and Silverlight for Linux Announced

# Ghillie Suits » Silverlight 1.0 Released and Silverlight for Linux Announced - ScottGu’s Blog

Pingback from  Ghillie Suits » Silverlight 1.0 Released and Silverlight for Linux Announced - ScottGu’s Blog

# Silverlight 1.1 renamed to Silverlight 2.0

Thursday, November 29, 2007 2:44 PM by CodeClimber

Silverlight 1.1 renamed to Silverlight 2.0

# Silverlight 1.1 正式更名为 Silverlight 2.0

Friday, November 30, 2007 12:45 AM by Felix's Notes on Evangelism

两个月前我们 在Windows和Mac上发布了Silverlight 1.0 ,并公布了在Linux上交付Silverlight的计划。Silverlight 1.0专注于在浏览器上提供富媒体场景,并支持JavaScript/AJAX编程模型。

# Silverlight 1.1 正式更名为 Silverlight 2.0

Friday, November 30, 2007 12:54 AM by Noticias externas

两个月前我们 在Windows和Mac上发布了Silverlight 1.0 ,并公布了在Linux上交付Silverlight的计划。Silverlight 1.0专注于在浏览器上提供富媒体场景,并支持JavaScript

# Silverlight 2.0, .NET类库源码, ASP.NET MVC...

Friday, November 30, 2007 5:53 AM by Adrian H.

Silverlight1.1正式更名为Silverlight2.0

Quote两个月前我们在Windows和Mac上发布了Silverlight1.0,并公布了在Linux上交付Silve...

# ??????:.NET Web??????(ASP.NET, Silverlight, IIS7)????????? - ??????live??????????????? - live-int.net

Pingback from  ??????:.NET Web??????(ASP.NET, Silverlight, IIS7)?????????  -  ??????live??????????????? - live-int.net

# NET Web产品(ASP.NET, Silverlight, IIS7)路线图

Friday, November 30, 2007 9:50 PM by 黄明

上个星期,我们发布了VisualStudio2008和.NET3.5。这个发布对.NET来说,非常巨大,它为web,客户端,办公,和移动开发提供了成堆的新功能和众多的改进。

在下几个月里,...

# 译稿:.NET Web产品(ASP.NET, Silverlight, IIS7)路线图

Friday, November 30, 2007 9:57 PM by 海洋

上个星期,我们发布了VisualStudio2008和.NET3.5。这个发布对.NET来说,非常巨大,它为web,客户端,办公,和移动开发提供了成堆的新功能和众多的改进。

在下几个月里,...

# Microsoft ver?ffentlicht Final von Silverlight - Software | ZDNet.de News

Pingback from  Microsoft ver?ffentlicht Final von Silverlight - Software | ZDNet.de News

# » First Moonlight port of Silverlight to Linux due in six months | All about Microsoft | ZDNet.com

Pingback from  » First Moonlight port of Silverlight to Linux due in six months | All about Microsoft | ZDNet.com

# MSDN Blog Postings » Moonlight - Silverlight on Linux

Thursday, December 13, 2007 1:59 AM by MSDN Blog Postings » Moonlight - Silverlight on Linux

Pingback from  MSDN Blog Postings  » Moonlight - Silverlight on Linux

# 1+1+6+2008 VideoDrawing « Robsword .Net 3.5

Thursday, January 17, 2008 4:00 PM by 1+1+6+2008 VideoDrawing « Robsword .Net 3.5

Pingback from  1+1+6+2008 VideoDrawing « Robsword .Net 3.5

# First Look at Silverlight 2

Friday, February 22, 2008 9:54 AM by Community Blogs

Last September we shipped Silverlight 1.0 for Mac and Windows , and announced our plans to deliver Silverlight

# First Look at Silverlight 2

Saturday, February 23, 2008 10:00 AM by Microsoft Product's

Last September we shipped Silverlight 1.0 for Mac and Windows , and announced our plans to deliver Silverlight

#   First Look at Silverlight 2 — Instant Web Meetings.COM - Video Conference, Collaboration, E Learning, Unified Communications

Pingback from     First Look at Silverlight 2 — Instant Web Meetings.COM - Video Conference, Collaboration, E Learning, Unified Communications

# Un primo sguardo a SilverLight 2.0

Monday, February 25, 2008 11:47 AM by Scott Guthrie Italian WebLog

Un primo sguardo a SilverLight 2.0

# First Look at Silverlight 2 « .NET Framework tips

Monday, February 25, 2008 5:28 PM by First Look at Silverlight 2 « .NET Framework tips

Pingback from  First Look at Silverlight 2 « .NET Framework tips

# Plutext project » Blog Archive » Microsoft Office Online .. soon?

Pingback from  Plutext project  » Blog Archive   » Microsoft Office Online .. soon?

# baseplane - technology platforms » MonoDevelop 1.0 Released » baseplane - technology platforms

Pingback from  baseplane - technology platforms    » MonoDevelop 1.0 Released  »  baseplane - technology platforms

# Silverlight 1.0 final y otras noticias relacionadas

Monday, August 11, 2008 4:09 PM by Eugenio Estrada's Weblog

Ayer Microsoft liberó la versión final de Silverlight 1.0 y la nueva "Refresh" de Silverlight 1.1, ambos

# All up Silverlight

Wednesday, December 17, 2008 5:45 AM by Jocelyn

I know it's late but here's a link to Scott Gu's Silverlight 1.0 Announcement. The post includes

# Website Directory - Scott, Dred

Wednesday, December 24, 2008 2:20 AM by Website Directory - Scott, Dred

Pingback from  Website Directory - Scott, Dred

# Sitecore Fetch Squad » Blog Archive » Silverlight 1.0 released

Pingback from  Sitecore Fetch Squad  » Blog Archive   » Silverlight 1.0 released

# All up Silverlight

Tuesday, January 06, 2009 7:02 AM by jocelyn

I know it's late but here's a link to Scott Gu's Silverlight 1.0 Announcement. The post includes

# All up Silverlight

Wednesday, January 07, 2009 1:07 AM by jocelyn

I know it's late but here's a link to Scott Gu's Silverlight 1.0 Announcement. The post includes

# infoCOM.UZ » ????????????, Silverlight!

Tuesday, July 21, 2009 6:36 AM by infoCOM.UZ » ????????????, Silverlight!

Pingback from  infoCOM.UZ  » ????????????, Silverlight!