First Look at Silverlight 2

Last September we shipped Silverlight 1.0 for Mac and Windows, and announced our plans to deliver Silverlight on Linux.  Silverlight 1.0 focused on enabling rich media scenarios in a browser, and supports a JavaScript/AJAX programming model.

We are shortly going to release the first public beta of Silverlight 2, which will be a major update of Silverlight that focuses on enabling Rich Internet Application (RIA) development.  This is the first of several blog posts I'll be doing over the weeks and months ahead that talk in more depth about it.

Cross Platform / Cross Browser .NET Development

Silverlight 2 includes a cross-platform, cross-browser version of the .NET Framework, and enables a rich .NET development platform that runs in the browser.  Developers can write Silverlight applications using any .NET language (including VB, C#, JavaScript, IronPython and IronRuby).  We will ship Visual Studio 2008 and Expression Studio tool support that enables great developer / designer workflow and integration when building Silverlight applications.

This upcoming Beta1 release of Silverlight 2 provides a rich set of features for RIA application development.  These include:

  • WPF UI Framework: Silverlight 2 includes a rich WPF-based UI framework that makes building rich Web applications much easier.  In includes a powerful graphics and animation engine, as well as rich support for higher-level UI capabilities like controls, layout management, data-binding, styles, and template skinning.  The WPF UI Framework in Silverlight is a compatible subset of the WPF UI Framework features in the full .NET Framework, and enables developers to re-use skills, controls, code and content to build both rich cross browser web applications, as well as rich desktop Windows applications.
  • Rich Controls: Silverlight 2 includes a rich set of built-in controls that developers and designers can use to quickly build applications.  This upcoming Beta1 release includes core form controls (TextBox, CheckBox, RadioButton, etc), built-in layout management panels (StackPanel, Grid, Panel, etc), common functionality controls (Slider, ScrollViewer, Calendar, DatePicker, etc), and data manipulation controls (DataGrid, ListBox, etc).  The built-in controls support a rich control templating model, which enables developers and designers to collaborate together to build highly polished solutions.
  • Rich Networking Support: Silverlight 2 includes rich networking support.  It includes out of the box support for calling REST, WS*/SOAP, POX, RSS, and standard HTTP services.  It supports cross domain network access (enabling Silverlight clients to directly access resources and data from resources on the web).  Beta1 also includes built-in sockets networking support.

  • Rich Base Class Library: Silverlight 2 includes a rich .NET base class library of functionality (collections, IO, generics, threading, globalization, XML, local storage, etc).  It includes rich APIs that enable HTML DOM/JavaScript integration with .NET code.  It also includes LINQ and LINQ to XML library support (enabling easy transformation and querying of data), as well as local data caching and storage support.  The .NET APIs in Silverlight are a compatible subset of the full .NET Framework.

Silverlight 2 does not require the .NET Framework to be installed on a computer in order to run.  The Silverlight setup download includes everything necessary to enable all the above features (and more we'll be talking about shortly) on a vanilla Mac OSX or Windows machine. 

The Beta1 release of Silverlight 2 is 4.3MB in size, and takes 4-10 seconds to install on a machine that doesn't already have it.  Once Silverlight 2 is installed you can browse the Web and automatically run rich Silverlight applications within your browser of choice (IE, FireFox, Safari, etc).

Silverlight 2 Tutorials: Building A Simple Digg Client

To help people come up to speed with Silverlight 2, I wrote a Silverlight application and put together a series of step by step tutorials that drill into and explain the different programming concepts behind it (controls, layout management, networking, data-binding, styles, user controls, templates, etc). I also added a tutorial post that demonstrates how to migrate the application outside of the browser and make it a desktop application using WPF and the full .NET Framework. 

Below are the pointers to the 8 tutorials I've put together:

The application I've built the tutorials around is a simple search front end to the popular Digg.com site, and allows users to type in search topics and browse Digg stories that match them. 

     <Download Code> Click here to download a completed version of this Digg client sample. </Download Code>

All of the UI in the application is built using Silverlight's WPF framework.  The application uses the Silverlight networking stack and cross-domain access support to query the Digg REST API directly, and uses LINQ and LINQ to XML to query/transform the returned data into DiggStory objects that I databind the UI against:

The application supports a master/details data interaction model that allows users to select stories from the search list and quickly drill into more details about them.  A user can jump to the Digg article directly from the details form, or close it and pick another story to drill into:

The entire application is implemented in about 35 lines of C# code and 75 lines of XAML page/user-control markup.  It only uses controls and libraries built-into Silverlight.

    <Download Code> Click here to download a completed version of this Digg client sample. </Download Code>

If you have used WPF before the UI concepts I discuss in the tutorial series will all be very familiar.  If you haven't used WPF before, the tutorials should provide a good overview of the fundamental programming concepts in it, and hopefully provide you with the basic knowledge necessary to start building Silverlight 2 applications with VS 2008 when Beta1 comes out.

Hope this helps,

Scott

Published Friday, February 22, 2008 6:41 AM by ScottGu

Comments

# re: First Look at Silverlight 2

Friday, February 22, 2008 9:53 AM by didi

hello scott,

i see there is safari support, is there support for Silverlight on the Iphone ?, this is also a safari browser

# Scott Guthrie on Silverlight 2

Friday, February 22, 2008 9:55 AM by POKE 53280,0: Pete Brown's Blog

Scott just provided some more details on Silverlight 2. This is going to be a great spring :)

# First Look At Silverlight 2

Friday, February 22, 2008 9:58 AM by DotNetKicks.com

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

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:02 AM by Paolo Munoz

Is there any information on Windows 2000 support for Beta 1?

# Smygtitt på Silverlight 2

Friday, February 22, 2008 10:06 AM by Robert Folkesson

Scott Guthrie har precis postat en smygtitt på Beta 1 av Silverlight 2 som kommer att göras publikt tillgänglig

# Twitter Response from @benjamingauthey &laquo; TweetTrack

Friday, February 22, 2008 10:12 AM by Twitter Response from @benjamingauthey « TweetTrack

Pingback from  Twitter Response from @benjamingauthey &laquo; TweetTrack

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:16 AM by Imran Shaik

Thanks for keeping our sprits alive, I was loosing patience, hope to see Silverlight 2.0 Beta released at MIX

Thanks

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:17 AM by Ben Hayat

OMG, Can't wait to read this...

# [Silverlight] Plus de détails (Code + Screenshots) sur Silverlight 2.0 !

Friday, February 22, 2008 10:22 AM by Thomas Lebrun

Scott Guthrie vient de publier une série de posts, sur son blog, qui nous donne plus d'infos sur Silverlight

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:23 AM by cameron@cameronalbert.com

I haven't been this excited since I was about 12 on Christmas Eve! :)

# Silverlight 2 Sneak Peek

Friday, February 22, 2008 10:24 AM by Ed Dunhill's Blog

Scott Guth rie has just blogged about some of the upcoming features we can expect in Silverlight 2 including

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:25 AM by Parvenu74

Silverlight 2 is a very intriguing set of technologies, but I think it's only going to take off if it's possible to build line-of-business apps with it. Can you post more details about the sets of controls -- datagrids, text editors, report viewers, etc -- that are of most use for line of business apps, please?

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:32 AM by Chris

Great post, i'm really looking forward to Silverlight 2.  When Silverlight 2 is released will it be backwards compatible with applications built on top of Silverlight 1.0?

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:33 AM by Yash

Great Job!!!

Thanks,

Yash

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:35 AM by Roger Jennings

Glad to see LINQ to XML got in as promised.

--rj

Pingback from oakleafblog.blogspot.com/.../linq-and-entity-framework-posts-for_19.html

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:38 AM by puvi

Is there anyway webmasters can find out what percentage of our visitors already have silverlight installed on their machines?

Our current web-stats from google doesn't provide any such information about silverlight plugIns.

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:40 AM by Mehdi

Thank you Scott for your effort to convey the knowldge and I will be waiting for more stuff.

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:41 AM by Michael Sync

oh.. cool.. :)

thanks..

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:42 AM by Mohammad Azam

Sweeeeeeeeeeeeeeeeeeeet! :)

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:46 AM by Simone

Awesome.... looking forward to download it

# A First look at Silverlight 2 | DavideZordan.net

Friday, February 22, 2008 10:49 AM by A First look at Silverlight 2 | DavideZordan.net

Pingback from  A First look at Silverlight 2 | DavideZordan.net

# ScottGu shares plenty of Silverlight 2.0 information &laquo; blog.jemm.net

Pingback from  ScottGu shares plenty of Silverlight 2.0 information &laquo; blog.jemm.net

# Beta 1 of Silverlight 2.0 is coming soon : Mostly Programming Stuff

Pingback from  Beta 1 of Silverlight 2.0 is coming soon : Mostly Programming Stuff

# Sneak Preview von Silverlight 2: Cross-Platform/Cross-Browser-Entwicklung mit .NET

Friday, February 22, 2008 10:53 AM by Das Interactive Design & Expression Studio-Blog

Endlich kann ich die News verbreiten, die mir seit Tagen unter den Fingern brennt: Scott Guthrie hat

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:57 AM by Nirav

When is silverlight coming for the mobile platform? Such as WM 6.0?

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:57 AM by Pablo Alarcón García

So Silverlight gets DataGrid, DateTimePicker and Calendar years before  WPF does... weird.

# Silverlight 2.0, Premier aperçu

Friday, February 22, 2008 11:01 AM by Les technologies RIA

Voilà approximativement 1 an que Silverlight 1.0 a été dévoilé et c'est aujourd'hui, vendredi 22 février,

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:02 AM by Max C

Is there any information about future availability of Silverlight for Windows Mobile?

# Sneak Preview von Silverlight 2: Cross-Platform/Cross-Browser-Entwicklung mit .NET

Friday, February 22, 2008 11:04 AM by Noticias externas

Endlich kann ich die News verbreiten, die mir seit Tagen unter den Fingern brennt: Scott Guthrie hat

# First Look at Silverlight 2

Friday, February 22, 2008 11:09 AM by mohojojo

Úgylátszik a Microsoftosok kezében már ottvan a Silverlight 2 Beta 1. Scott Gu le is csapott a témára

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:09 AM by Andy Smith

Great news Scott. It looks like this is the release that will make a huge % of people really take a good look at Silverlight, myself included :D

# Silverlight 2.0 is almost here

Friday, February 22, 2008 11:10 AM by Albert Pascual ASP.NET Blog

Scott Guthrie as always reveals the news after Microsoft pulled Silverlight 1.1 out of the road map.

# Silverlight 2.0 is almost here

Friday, February 22, 2008 11:10 AM by Al Pascual

Scott Guthrie as always reveals the news after Microsoft pulled Silverlight 1.1 out of the road map.

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:14 AM by Halo_Four

It sounds great that Silverlight and WPF are getting new UI controls to simplify development.  This might not be the appropriate venue but I really hope that the WPF/SL team implements optional nullability into that DatePicker control.  This has always been a problem with the DateTimePicker in WinForms and it makes it a real pain to use.  I think the UI semantics of Outlook, where buttons for Today and None appear in the bottom of the popup, would work fantastic.

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:15 AM by Ego

Scott, so what about Linux? Silverlight could not fight with Flash now because of lack of Linux support. What are plans to make Silverlight really crossplatform?

# Silverlight 2 tutorials from ScottGu

Friday, February 22, 2008 11:30 AM by Mark Johnston's Blog

Scott Guthrie , a Corp VP has put up a first look at Silverlight 2 and has included 8 part tutorial to

# Sivleright Cream for February 22, 2008 -- #204

Friday, February 22, 2008 11:31 AM by Community Blogs

Scott Guthrie gives us all a look at what everyone has been so busy working on...try to keep the drool

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:32 AM by Jon Galloway

Great tutorial series! Plus... it's nice to see some of this publicly announced. :)

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:32 AM by Catto

Hey Now Scott,

This is very exciting! I liked the comment you made on DNR how Silverlight 2 will be used for the Olympics site & will be the most visited site on the webin all time!

Thx 4 the info,

Catto

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:34 AM by Mark Wisecarver

"We are shortly going to release the first public beta of Silverlight 2"

I'm dripping at the mouth Scott, thanks bro.

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:40 AM by Joe

Fantastic, this is great.  This is going to change the industry.

You mention in the tutorial that some controls will need to be shipped in the 'XAP' file.  Will there be any provision to cache these files using some form of URL in the assembly resolver?  

If you don't have this I can see everyone will want to ship each control in its own assembly - to optimize deployment package size.

# Silverlight 2 kimono opened

Friday, February 22, 2008 11:44 AM by Blogs

Very cool think popped in my RSS reader this morning. Scott Guthrie (now a corp VP, congrats Scott) put

# 终于,Silverlight2.0 beta1就要揭开面纱

Friday, February 22, 2008 11:44 AM by Ren

随着今天ScottGu发布一系列Silverlight2.0的文章和教程,我们终于可以一窥这个全新的RIA平台。数个月以来,多少开发人员的辛勤工作,大家猜测,期盼的功能,终于有了结果,一个崭新的Web...

# MSDN Blog Postings &raquo; 2008 &raquo; February &raquo; 22

Friday, February 22, 2008 11:49 AM by MSDN Blog Postings » 2008 » February » 22

Pingback from  MSDN Blog Postings  &raquo; 2008 &raquo; February &raquo; 22

# Silverlight 2 ha llegado

Friday, February 22, 2008 11:57 AM by DotNetMania@GT

El d&#237;a de hoy me tope con una excelente noticia: &quot;Silverlight 2 ya esta publico&quot;. Scott

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:05 PM by Daniel

Looks very promising. I will definitely give it a try when the beta will be made available.

I would assume that Silverlight applications are currently not very search engine friendly. Am I right about that?

Regards,

Daniel

# Silverlight 2 ha llegado &laquo; Blog de Carlos Lone

Friday, February 22, 2008 12:05 PM by Silverlight 2 ha llegado « Blog de Carlos Lone

Pingback from  Silverlight 2 ha llegado &laquo; Blog de Carlos Lone

# Scott Guthrie gives us a first look at Silverlight 2.0 | The Universal Desktop | ZDNet.com

Pingback from  Scott Guthrie gives us a first look at Silverlight 2.0 | The Universal Desktop | ZDNet.com

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:06 PM by NC

Excellent. Can´t wait to get the beta!!!

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:06 PM by Sidd

Good Morning Scott and thank you for the wonderful tutorials on Silver Light 2.0. I am new to both Silver Light and WPF, but able to grasp the concepts with ease from the first two of the tutorial series. I will be eagerly waiting for the Silver Light 2.0 beta 1.

Best regards,

Sidd

# Silverlight 2 tutorials from ScottGu

Friday, February 22, 2008 12:07 PM by Noticias externas

Scott Guthrie , a Corp VP has put up a first look at Silverlight 2 and has included 8 part tutorial to

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:07 PM by Nazar Rizvi

Looks clean and tidy and pretty light too. Looking forward for the 2.0

# What's been announced about Silverlight 2? See ScottGu's &quot;First Look&quot; post - Jon Galloway

Pingback from  What's been announced about Silverlight 2? See ScottGu's &quot;First Look&quot; post - Jon Galloway

# Sneak Preview von Silverlight 2: Cross-Platform/Cross-Browser-Entwicklung mit .N

Friday, February 22, 2008 12:08 PM by Blog von Kay Giza

Scott Guthrie hat aktuell in seinem Blog eine umfassende „Sneak Preview“ des kom

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:11 PM by Robert

So I see you finally switched to Mac, eh? ;-)

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:11 PM by Bret Patterson

All I can say is WOW! Everything great about WPF seems to be in silverlight now, this is truly going to revolutionize the way web applications front ends are built.

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:15 PM by Judah Himango

Wow, Scott, thanks for posting this. I'm going to give it a spin as soon as the beta is available.

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:16 PM by ben

Scott, please confirm Silverlight 2.0 will support cross-domain access. Also, when is it going to be released?

For security reasons (to prevent cross domain attacking), silverlight 2.0 alpha does not support cross domain access, that means, the users can not post the silverlight object/embed tag to an outside blog/forum, since the blog/forum is different domain with our site. Please confirm this will be lifted with 2.0. Also, when is it going to be released?

Thanks,

Ben

# Get the early skinny on Silverlight 2

Friday, February 22, 2008 12:19 PM by Brian Goldfarb's Blog

ScottGu has been burning the midnight oil (literally!) to pull together an incredibly detailed tutorial

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:24 PM by Ariel

will Silverlight 2 include an obfuscator?

Thanks

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:25 PM by James

When exactly will the release be available?  I need to plan which day I'll be sick from work.  :)

# 终于,Silverlight2.0 beta1就要揭开面纱

Friday, February 22, 2008 12:32 PM by cnblogs.com

随着今天ScottGu发布 一系列Silverlight2.0的文章和教程 ,我们终于可以一窥这个全新的RIA平台。数个月以来,多少开发人员的辛勤工作,大家猜测,期盼的功能,终于有了结果,一个崭新的Web客户端平台即将登场

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:40 PM by Charlie Anzman

Scott - This is very exciting. Have already done a few pieces on Silverlight.  We'll be watching !

Keep it up  Charlie

# Silverlight 2 Beta1

Friday, February 22, 2008 12:50 PM by Ricky Tan

This morning, Scott Guthrie has posted a First Look at Silverlight 2 , so I can break the silence on

# re: First Look at Silverlight 2

Friday, February 22, 2008 12:56 PM by Joe Rinehart

Holy crap, you've gotten an Adobe zealot (myself) to say something nice about Silverlight:

www.firemoss.com/.../Silverlight-2--Looks-good

# re: First Look at Silverlight 2

Friday, February 22, 2008 1:07 PM by Suprotim Agarwal

That's a cool list of silverlight2 tutorials!!

# re: First Look at Silverlight 2

Friday, February 22, 2008 1:12 PM by Discorax

I'm curious about how much template support there will be for Silverlight 1.0 in VS2008?  I'm really looking forward to going through your tutorials and for SL2.0  

P.S. It's been fun animating your shirt :)

# Start Learning Silverlight 2.0 Now - .Net Smoothie

Friday, February 22, 2008 1:13 PM by Start Learning Silverlight 2.0 Now - .Net Smoothie

Pingback from  Start Learning Silverlight 2.0 Now - .Net Smoothie

# First Look at Silverlight 2 - ScottGu's Blog

Friday, February 22, 2008 1:22 PM by Pla.NET Southeast!

OK, hopefully you're already a reader of Scott Guthrie's blog, but if not, he just released some great

# re: First Look at Silverlight 2

Friday, February 22, 2008 1:25 PM by Al Pascual

Date of release for Silverlight 2.0?

# re: First Look at Silverlight 2

Friday, February 22, 2008 1:34 PM by Keith Patrick

I find the versioning scenario right now a bit confusing. I visualize something like silverlight as being a subset of WPF, which is .Net 3.0. I installed .NetCF 3.5 on my WM5.0 phone several weeks ago, but it naturally doesn't include WPF or Silverlight.  Are the Silverlight libraries not going to be considered part of the framework proper, and if it is, could there be some clarification as to how the versions (and contents of each) map out?  I saw this coming when WinFX got turned into .Net 3.0 and diverged from the CLR versioning, but on the plus side, it's not nearly as confusing with the full (non-CF) framework.

# Silverlight 2.0: It&#8217;s &#8220;1 better than 1.0&#8243; &laquo; Shepherd&#8217;s Pi

Pingback from  Silverlight 2.0: It&#8217;s &#8220;1 better than 1.0&#8243; &laquo; Shepherd&#8217;s Pi

# re: First Look at Silverlight 2

Friday, February 22, 2008 1:44 PM by J

Anyone knows where to download Silverlight 2 Beta 1?  I didn't have a luck...  Plz?!

# First Look at Silverlight 2

Friday, February 22, 2008 1:55 PM by Noticias externas

Scott Guthrie has posted a First Look at Silverlight 2

# re: First Look at Silverlight 2

Friday, February 22, 2008 1:57 PM by Alex G

Couple of questions/issues I have regarding fixes in future releases:

1. Will there be any support for filters?

2. Will there be motion paths?

3. Will there be right and center align support for text?

4. Will there be a basic HTML rendering? Not asking for full spect but p, b, i, a and img would be nice.

5. Can we have UIElement.Tag be an object instead of a string please? String tags are pointless.

6. Will there be LocalToGlobal and LocalToLocal support?

7. RectGeometry.Rect properties should be read-write.

8. Can't reuse images from ZIP files

9. Embedding TTFs is nice, but not when they are 300kb. No documentation or tools for Glyphs.

As a full time flash developer I consider the first 4 to be essential.

# Unwrapping Silverlight 2

Friday, February 22, 2008 1:58 PM by Blogs

Ahead of the first public Beta of Silverlight 2, Scott posts this overview and follows up with a series

# re: First Look at Silverlight 2

Friday, February 22, 2008 2:03 PM by Dan Meineck

Hi Scott,

What will Silverlight 2 offer in terms of accessibility, e.g. AAA or Section 508 compatibility?

From experiences in 1.0 there was no accessibility.

Cheers,

Dan

# re: First Look at Silverlight 2

Friday, February 22, 2008 2:27 PM by spike

Great Job Scott!

# Silverlight 2.0 - first look

Friday, February 22, 2008 2:31 PM by VBandi

Scottgu bar&#225;tunk m&#225;r k&#233;sz&#252;l a Silverlight 2.0 Beta 1-re. &#218;jabb f&#225;tyollebenget&#233;s&#233;ben

# Scott Guthrie shows off Silverlight 2 &#8230; on a Mac! | Arno: life beneath the Ponte Vecchio

Pingback from  Scott Guthrie shows off Silverlight 2 &#8230; on a Mac! | Arno: life beneath the Ponte Vecchio

# re: First Look at Silverlight 2

Friday, February 22, 2008 2:41 PM by Mike

Very nice! Thanks for the work you've put into this.

I hope that Silverlight will have a nice default look and feel and support for styling controls using CSS (like Flex).

# MSDN Blog Postings &raquo; Silverlight 2 Beta1

Friday, February 22, 2008 2:48 PM by MSDN Blog Postings » Silverlight 2 Beta1

Pingback from  MSDN Blog Postings  &raquo; Silverlight 2 Beta1

# Silverlight 2.0 Almost Here!

Friday, February 22, 2008 3:06 PM by Tim R Miller

Silverlight 2.0 Almost Here!

# re: First Look at Silverlight 2

Friday, February 22, 2008 3:10 PM by Cale Bruckner

"I'll post details on my blog once Beta1 is available for download."

So... when will it be available?

-- Cale

# re: First Look at Silverlight 2

Friday, February 22, 2008 3:17 PM by Ron Larvick

What I REALLY hope from Silverlight is the ability to host Winforms on top of the Silverlight framework.  I have seen a third party control do that.  Because what makes the web weak, in my opinion, is the inability to have rich editing like an Excel spreadsheet would offer.  But if you could throw a wingrid into a silverlight space and bind it, that would definitely be something very useful to those of use who do more than just static, presentation type websites.

# Silverlight: RIA, The Future is Now &laquo; Tales from a Trading Desk

Pingback from  Silverlight:  RIA, The Future is Now &laquo; Tales from a Trading Desk

# First Look at Silverlight 2.0

Friday, February 22, 2008 3:33 PM by Eric Griffin's Blog

Scott G. the man, posts about Silverlight 2.0.

# re: First Look at Silverlight 2

Friday, February 22, 2008 3:34 PM by ChrisNTR

This looks great, here's hoping you've got a Macbook Pro as your main machine ;)

# re: First Look at Silverlight 2

Friday, February 22, 2008 3:35 PM by Ian

Will Silverlight 2 support printing?

# Πρώτες ματιές στο Silverlight v2

Friday, February 22, 2008 3:37 PM by Ειδήσεις του dotNETZone.gr

Από το weblog του Scott Guthrie , η Microsoft έκανε την εξαγγελία της πρώτης Beta του επερχόμενου Silverlight

# Scott Guthrie and Tim Heuer Let Loose the Hounds

Friday, February 22, 2008 3:37 PM by Mirrored Blogs

URL : weblogs.asp.net/.../02... Scott Guthrie and Tim Heuer have put together

# re: First Look at Silverlight 2

Friday, February 22, 2008 3:44 PM by Leo

What was the color scheme that you used in all of your demos using Visual Studio 2008?...it was very easy on the eyes.  Thanks Scott!  By the way, awesome presentation!

# re: First Look at Silverlight 2

Friday, February 22, 2008 3:51 PM by Ishai Hachlili

Silverlight is getting better and better...

now all I need is a real project to use it in...

# Silverlight 2.0 First Look

Friday, February 22, 2008 3:57 PM by Geek Life

ScottGu published some info about Silverlight 2. In my opinion, these upgrades bring Silverlight much closer to being a serious consideration for RIA development. There have been some cool things come out but nothing quite matching anything created by

# re: First Look at Silverlight 2

Friday, February 22, 2008 4:06 PM by Kelps Leite de Sousa

Fantastic. I've waited (still am) months for this but it was worth.

I've developed a Silverlight 1.1 case for the Brazilian TechEd 2007 and it was a huge success. I imagine what I could've done then if I had Silverlight 2.

Can't wait for the download. I wish I could be on MIX this year.....

# First Look at Silverlight 2 : Broerse Blog

Friday, February 22, 2008 4:20 PM by First Look at Silverlight 2 : Broerse Blog

Pingback from  First Look at Silverlight 2  : Broerse Blog

# Silverlight 2 is coming soon!!!

Friday, February 22, 2008 4:32 PM by Parthasarathy Mandayam

MIcrosoft Corporate VP Scott Guthrie just released the details on the next version of Silverlight. He

# Getting to know Silverlight 2.0 Beta 1

Friday, February 22, 2008 4:40 PM by Shawn Burke's Blog

What we've been up to in DevDiv... Today, Scott put up a mammoth post introducing the upcoming Silverlight

# Silverlight 2.0 (Sneak Preview) &laquo; Desperately Seeking Love of Sophie

Pingback from  Silverlight 2.0 (Sneak Preview) &laquo; Desperately Seeking Love of Sophie

# re: First Look at Silverlight 2

Friday, February 22, 2008 5:06 PM by playingNice

Nice Job.. in showing it in Apple's safari and using the default theme color of Adobe Flex.

# re: First Look at Silverlight 2

Friday, February 22, 2008 5:11 PM by Mike J

what happened to the DLR support from 1.1 that never really shipped. I hope that silverlight 2 is just the release name/number for silverlight 1.1. the dlr part of the system is very important to me and my plans for building a silverlight app

# re: First Look at Silverlight 2

Friday, February 22, 2008 5:12 PM by Andy Mackie

Do XBAP's have a future given Silverlight 2.0 ? Will SL2.0 be appropriate for enterprise line-of-business apps ? e.g. what authentication modes supported, high-performace datagrid (tens of thousands of rows), etc. Or do we still need full WPF for business apps ?

# re: First Look at Silverlight 2

Friday, February 22, 2008 5:15 PM by Ruurd Boeke

Hi Scott,

will we be able to run workflow on it?

# Getting to know Silverlight 2.0 Beta 1