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

Friday, February 22, 2008 5:18 PM by Noticias externas

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

# re: First Look at Silverlight 2

Friday, February 22, 2008 5:28 PM by Jon Galloway

@Leo - It looks like the Visual Studio theme might be Oren Ellenbogen's Dark Scheme: www.lnbogen.com/VisualStudioNet2005Colors.aspx

More info on VS 2008 themes in Scott Hanselman's recent post: www.hanselman.com/.../VisualStudioProgrammerThemesGallery.aspx

# Microsoft Silverlight 2 beta coming up next

Friday, February 22, 2008 5:44 PM by Microsoft Silverlight 2 beta coming up next

Pingback from  Microsoft Silverlight 2 beta coming up next

# MSDN Blog Postings &raquo; First Look at Silverlight 2.0

Friday, February 22, 2008 5:50 PM by MSDN Blog Postings » First Look at Silverlight 2.0

Pingback from  MSDN Blog Postings  &raquo; First Look at Silverlight 2.0

# Scott Guthrie lève le voile sur Silverlight 2

Friday, February 22, 2008 5:59 PM by Christophe Lauer, Blog Edition

A une semaine de l'ouverture de la conférence Mix08 de Las Vegas, Scott Guthrie - Corporate Vice President

# re: First Look at Silverlight 2

Friday, February 22, 2008 6:19 PM by Jeremy T. Fuller

What is the current release road map for this product? When will be Beta 1 be available, and when are you currently targeting final RTM/W?

# Scott Guthrie lève le voile sur Silverlight 2

Friday, February 22, 2008 6:20 PM by Noticias externas

A une semaine de l&#39;ouverture de la conférence Mix08 de Las Vegas, Scott Guthrie - Corporate Vice

# Another preview of the Controls in Silverlight 2!

Friday, February 22, 2008 6:22 PM by Kathy Kam

This morning, my VP ScottGu published a blog about Silverlight 2. I haven't blog much, well one because

# re: First Look at Silverlight 2

Friday, February 22, 2008 6:25 PM by Vasilio Ruzanni

Are there feature sets to somehow use Silverlight within an ASP.NET MVC App?

I mean, will there be something allows to use Silverlight's XAML-pages (with all it's animation powers) just instead plain HTML-pages and Javascript as the full-featured View (and all user interaction logic concentrated inside server-side controllers)? Or some concept instead of this but with the same simplicity, control and the ability to be fast-developed?

Let's say just call RenderSilverView("Index"); from inside the controller to give user the "Index.xaml" page. Any ideas about this?

There is also question about common Silverlight's "Testability" and "Agility". Yeah, I mean all these "lightweightity" concepts we now see in the MVC Framework.

# First Look at Silverlight 2 &laquo; Hank Wallace

Friday, February 22, 2008 6:49 PM by First Look at Silverlight 2 « Hank Wallace

Pingback from  First Look at Silverlight 2 &laquo; Hank Wallace

# re: First Look at Silverlight 2

Friday, February 22, 2008 6:49 PM by old greeting card guy

Flash supports Mpeg-4 (H.264)

Silverlight supports WMV (VC-1)

I wonder if not having H.264 video support will be an issue.  Yes I know WMV is a fairly open spec but there is no good technical reason to have to manage two encodings of all videos, it's just more work.

Also quick comments on a couple of questions posted here:

>>Will silverlight support Windows 2000?

Like the commercial says: Dude...

>>Silverlight 2 include an obfuscator?

Its amazing to me how much developers worry about this when the reality is it's easier technically and legally for a company to just clean room implement anything they want from you rather trying to play cat and mouse obfuscation games.

# Another preview of the Controls in Silverlight 2!

Friday, February 22, 2008 7:22 PM by Noticias externas

This morning, my VP ScottGu published a blog about Silverlight 2. I haven&#39;t blog much, well one because

# re: First Look at Silverlight 2

Friday, February 22, 2008 7:23 PM by EnigmaOX

Thanks Scott!

just a question , are RTL languages supported in silverlight 2?

# Upcoming Silverlight 2 Talks and Webcasts

Friday, February 22, 2008 7:25 PM by POKE 53280,0: Pete Brown's Blog

I hope you're as excited about Silverlight 2 as I am! If you haven't checked it out yet, Scott Guthrie

# re: First Look at Silverlight 2

Friday, February 22, 2008 7:27 PM by Alan Cai

Does it support simply chinese character? Silverlight doesn't support.

# re: First Look at Silverlight 2

Friday, February 22, 2008 7:38 PM by Shem

I'm really psyched about Silverlight 2.0, it certainly talks the talk. Glad to see some information on which classes will make it in, I'd been desperate to hear about that.

However, both my developer friend and I looked at each other in shock at a couple of points... local storage support, and cross-domain support? Alarms went off. Loudly. Can I ask what the security situation is?

Thanks for a great poss as per Scott.

# ScottGu on Silverlight 2

Friday, February 22, 2008 7:51 PM by Mike Taulty's Blog

Out comes some more Silverlight 2 info; weblogs.asp.net/.../first-look-at-silverlight-2.aspx...

# A preview of Silverlight 2... it really is

Friday, February 22, 2008 7:55 PM by hacked.brain

A preview of Silverlight 2... it really is

# SitePoint Blogs &raquo; .NET on the &#8216;NET Feb 15-22: Silverlight 2 is Sweet

Pingback from  SitePoint Blogs &raquo; .NET on the &#8216;NET Feb 15-22: Silverlight 2 is Sweet

# re: First Look at Silverlight 2

Friday, February 22, 2008 8:58 PM by Stephen

Holy sh.. I knew it would be good.. but given that we're working with xbap right now for some prototypes.. its like I'm looking at the same thing.. only with a cross platform plugin under 10mb..

(granted xbap being wpf has some more higher level features, but wow)

This is a mega product...

# re: First Look at Silverlight 2

Friday, February 22, 2008 9:08 PM by Glenn

Aw, man! Totally unfair to post great tutorials but not the Silverlight we need to do it on our own! :) Great stuff though, can't wait!

# re: First Look at Silverlight 2

Friday, February 22, 2008 9:12 PM by vik20000in

wow great news. But Can I ask this question to clearify, What will be the requirement on the server to run a silverlight applictaion?

# feeds.Kingerick.com &raquo; Blog Archive &raquo; Microsoft readies Silverlight 2 beta

Pingback from  feeds.Kingerick.com  &raquo; Blog Archive   &raquo; Microsoft readies Silverlight 2 beta

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:17 PM by Tarek

This looks great Scott. Will Silverlight be available for Windows Mobile.

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:30 PM by Sambo

Good Tutorials, thanks.

# re: First Look at Silverlight 2

Friday, February 22, 2008 10:46 PM by gary k

in my opinion, this and flash need a way to only allow it to run on sites that are specified by me. i refuse to install flash because of all of the annoying sound, videos and animations that play automatically when entering a site. you advertisers might like it, but we consumers hate it. i refuse to install flash because it distracts from trying to read any content on the website.

so, if i want flash or silverlight to run on youtube, i allow it, but if i don't want it to run on msnbc, it doesn't.

when these programs do that, i just might install them.

# links for 2008-02-23 &laquo; Donghai Ma

Friday, February 22, 2008 11:17 PM by links for 2008-02-23 « Donghai Ma

Pingback from  links for 2008-02-23 &laquo; Donghai Ma

# re: First Look at Silverlight 2

Friday, February 22, 2008 11:52 PM by chall3ng3r

Great news Scott.

Its good to see SL making a big jump from 1.0 to 2.0. very attractive set of APIs and UI controls.

but still no details about the SL Mobile :/

looking forward for it.

// chall3ng3r //

# re: First Look at Silverlight 2

Saturday, February 23, 2008 12:03 AM by D. Figuerres

Woot!  Yeah!  Yay!  /me wants SL2.0 !!!!

# An exciting first look at Silverlight 2.0 with Scott Guthrie

Saturday, February 23, 2008 12:10 AM by .

Scott Guthrie has done it again and posted an amazing first look at Silverlight 2.0. For those not familiar

# An exciting first look at Silverlight 2.0 with Scott Guthrie

Saturday, February 23, 2008 12:29 AM by Noticias externas

Scott Guthrie has done it again and posted an amazing first look at Silverlight 2.0. For those not familiar

# re: First Look at Silverlight 2

Saturday, February 23, 2008 12:49 AM by Zebb

Like the famous words from Scoble: "I noticed a tear running down my face." :)

Silverlight 2.0 is going to be sweet! It's all I was hoping for and then some, great work, one of the most interesting platforms to date in my opinion.

# re: First Look at Silverlight 2

Saturday, February 23, 2008 1:08 AM by Lynn Marentette

Thanks, Scott.  

# re: First Look at Silverlight 2

Saturday, February 23, 2008 1:25 AM by tczyp

very good news!!!

# News &raquo; Microsoft readies Silverlight 2 beta

Saturday, February 23, 2008 1:58 AM by News » Microsoft readies Silverlight 2 beta

Pingback from  News &raquo; Microsoft readies Silverlight 2 beta

# re: First Look at Silverlight 2

Saturday, February 23, 2008 2:08 AM by Kamran Shahid

Great.Looking forward playing with it.

Can u please share any knowledge about silverlight for windows mobile 6 or upcoming version

# re: First Look at Silverlight 2

Saturday, February 23, 2008 2:43 AM by TALIB ALI KHAN

SilverLight is  awesome ....guys one thing's for  sure  and that  is  Microsoft rocks....

# MSDN Blog Postings &raquo; An exciting first look at Silverlight 2.0 with Scott Guthrie

Pingback from  MSDN Blog Postings  &raquo; An exciting first look at Silverlight 2.0 with Scott Guthrie

# Available Domain &raquo; Blog Archive &raquo; First Look at Silverlight 2

Pingback from  Available Domain  &raquo; Blog Archive   &raquo; First Look at Silverlight 2

# AlanLe.net &raquo; links for 2008-02-23

Saturday, February 23, 2008 3:23 AM by AlanLe.net » links for 2008-02-23

Pingback from  AlanLe.net &raquo; links for 2008-02-23

# مدونة مؤيد &raquo; أرشيف المدونة &raquo; النظرة الأولى على Silverlight 2.0

Pingback from  مدونة مؤيد  &raquo; أرشيف المدونة   &raquo; النظرة الأولى على Silverlight 2.0

# re: First Look at Silverlight 2

Saturday, February 23, 2008 3:55 AM by amyo

Thanks for this post.

I am really trying to combine WPF and Silverlight effort.

# Silverlight 2 Beta 1

Saturday, February 23, 2008 4:01 AM by ReBitting

Silverlight 2 Beta 1

# re: First Look at Silverlight 2

Saturday, February 23, 2008 4:18 AM by galkaz

i think that silverlight about to be like Flash Flex Silver

am i true or i gave u a new idea

# re: First Look at Silverlight 2

Saturday, February 23, 2008 4:18 AM by Mike

Scott, would please consider posting the code as text? It has several benefits for the readers and for you. We can copy paste the code, it saves you the trouble of taking screenshots and using the right css even long lines of codes should be readable using a vertical scrollbar inside the code block.

I ask this because yesterday the images were missing and now that the images are showing up, I see that some code is obscured because the image width is limited.

Thanks!

# Silverlight 2.0... Pas aux TechDays

Saturday, February 23, 2008 5:02 AM by Christophe Lauer, Blog Edition

Chers amis développeurs, et amies développeuses :) Avec ce billet, je voudrais vous expliquer pourquoi

# A First Look at Silverlight 2.0

Saturday, February 23, 2008 5:32 AM by Techniques

Over at Scott Gutherie's Blog , he has released a series of first articles (and code samples) on Silverlight

# Mind Gravy &raquo; Blog Archive &raquo; links for 2008-02-23

Saturday, February 23, 2008 7:23 AM by Mind Gravy » Blog Archive » links for 2008-02-23

Pingback from  Mind Gravy  &raquo; Blog Archive   &raquo; links for 2008-02-23

# re: First Look at Silverlight 2

Saturday, February 23, 2008 8:10 AM by aL

4.3 mb? thats some strong voodoo man :)

awsome work :D cant wait til mix :)

# re: First Look at Silverlight 2

Saturday, February 23, 2008 8:17 AM by John O'Brien

In Steve Balmer's words: "DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! ", pant pant pant "DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid! DataGrid!"

# re: First Look at Silverlight 2

Saturday, February 23, 2008 9:14 AM by John

It is not often that something comes along that changes the way things are done ... imo Silverlight is a huge step forward, and will finally make writing a program for the web almost identical to writing a program for the desktop. The debate of should we make this a WEB App or a Forms App will no longer need to be waged ... we will do both. This is fantastic news ... keep up the great work Scott

# flanosphere.org &raquo; Blog Archive &raquo; Preview Silverlight 2

Saturday, February 23, 2008 9:30 AM by flanosphere.org » Blog Archive » Preview Silverlight 2

Pingback from  flanosphere.org  &raquo; Blog Archive   &raquo; Preview Silverlight 2

# re: First Look at Silverlight 2

Saturday, February 23, 2008 9:30 AM by Nandhu-CBM

Great scott.

In silverlight1.1, there is no core controls like textbox, dropdownlist and data manipulation controls.

So, developing an application is so painful.

Actually i started to learn silverlight 1.1.

but i dropped. because very few controls supported(rectangle, mediaelement etc in 1.1).

After read this article really i excited.

now i am waiting for the release date of silverlight 2.

:-)

# Silverlight 2.0 will include a WatermarkedTextBox (a.k.a. InfoTextBox) : systemsabuse.com

Pingback from  Silverlight 2.0 will include a WatermarkedTextBox (a.k.a. InfoTextBox) : systemsabuse.com

# Silverlight 2不完全新功能列表

Saturday, February 23, 2008 10:33 AM by Silverlight上海研发团队的Blog

在去年底,我们曾经 宣布 将Silverlight 1.1更名为Silverlight 2.0,并简要的介绍了一下Silverlight 2.0的主要特点及重大改进,强调了它在丰富的交互式应用程序(Rich

# ScottGu publishes a tutorial on Silverlight 2 Beta1

Saturday, February 23, 2008 10:50 AM by Katrien's MSDN Blog

You may have seen it posted on several blogs: Scott Guthrie has published an overview of Silverlight

# ScottGu publishes a tutorial on Silverlight 2 Beta1

Saturday, February 23, 2008 10:53 AM by Noticias externas

You may have seen it posted on several blogs: Scott Guthrie has published an overview of Silverlight

# re: First Look at Silverlight 2

Saturday, February 23, 2008 11:35 AM by Tom

Hi,

Any news on opera and safari windows support? I'm a diehard opera user and can't view any silverlight apps yet. This also stops me from using silverlight yet, although I like it like 1000 times more than flash.

Tom

# MSDN Blog Postings &raquo; ScottGu publishes a tutorial on Silverlight 2 Beta1

Pingback from  MSDN Blog Postings  &raquo; ScottGu publishes a tutorial on Silverlight 2 Beta1

# screenshot &raquo; Blog Archive &raquo; Scott Guthrie on Silverlight 2

Saturday, February 23, 2008 11:57 AM by screenshot » Blog Archive » Scott Guthrie on Silverlight 2

Pingback from  screenshot  &raquo; Blog Archive   &raquo; Scott Guthrie on Silverlight 2

# Daily Bits - February 23, 2008 | Alvin Ashcraft's Daily Geek Bits

Pingback from  Daily Bits - February 23, 2008 | Alvin Ashcraft's Daily Geek Bits

# Visual Studio Links #3 : Mostly Programming Stuff

Saturday, February 23, 2008 12:30 PM by Visual Studio Links #3 : Mostly Programming Stuff

Pingback from  Visual Studio Links #3 : Mostly Programming Stuff

# Silverlight 2 - More Goodness from ScottGu

Saturday, February 23, 2008 1:36 PM by Learning Silverlight

Scott has a post &#39; First Look at Silverlight 2 &#39; that reveals some goodies coming up in the Beta1

# re: First Look at Silverlight 2

Saturday, February 23, 2008 1:45 PM by Anglictina

Really interesting and nice.

# re: First Look at Silverlight 2

Saturday, February 23, 2008 1:47 PM by Psylight

This looks great. I love cross-platform-ness. However, I'm a little concerned. The fonts look like crap! Macs have a very distinctive font rendering system. I'm aware that given the structure of WPF, it's probably not possible to emulate native Mac font rendering, but the fonts don't look good at all! They're very aliased. The hinting is all wrong...

Anyhow, just hoping this gets fixed before the final release. I'm very happy to see progress! :)

# re: First Look at Silverlight 2

Saturday, February 23, 2008 2:09 PM by bleh

use the word "rich" some more please?...

# re: First Look at Silverlight 2

Saturday, February 23, 2008 2:30 PM by DK

Why still nothing about Windows Mobile support?

# The Klog &raquo; Blog Archive &raquo; Get a Sneak Peak at Sliverlight V2

Pingback from  The Klog  &raquo; Blog Archive   &raquo; Get a Sneak Peak at Sliverlight V2

# re: First Look at Silverlight 2

Saturday, February 23, 2008 2:46 PM by business

Woohooo, cant wait cant wait. It's like my birthday again.

# re: First Look at Silverlight 2

Saturday, February 23, 2008 3:11 PM by Abdullah BaMusa

Hi scott

why there is no datagrid in WPF until now? is there any plan to add it soon?

# Prve informacije o Silverlight-u 2 (ex. 1.1)

Saturday, February 23, 2008 3:12 PM by Tales from under the Mountain

Još jedno kratko &quot;obraćanje javnosti&quot;. Skot Gatri (Scot Guthrie) je objavio neke informacije

# rascunho &raquo; Blog Archive &raquo; links for 2008-02-23

Saturday, February 23, 2008 3:24 PM by rascunho » Blog Archive » links for 2008-02-23

Pingback from  rascunho  &raquo; Blog Archive   &raquo; links for 2008-02-23

# Silverlight 2.0 is almost here!

Saturday, February 23, 2008 3:30 PM by Blake Niemyjski

Over the past week there has been some talk on Scott Guthrie and Shawn Burke blog about Silverlight 2

# re: First Look at Silverlight 2

Saturday, February 23, 2008 3:33 PM by Karman Shahid

Great News.Eagerly waiting for release.

Just curious about the support in the Linux and in mobile devices.

Specially for Windows mobile 6.0 and later version.

Also Is there any Idea of supporting it in other Mobile devices Like Black Berry,Palm e.t.c

# Metalink &raquo; Big news: Silverlight 2.0 is around the corner

Saturday, February 23, 2008 5:05 PM by Metalink » Big news: Silverlight 2.0 is around the corner

Pingback from  Metalink &raquo; Big news: Silverlight 2.0 is around the corner

# Silverlight 2.0 will support Socket and Cross-Domain Networking

Saturday, February 23, 2008 8:34 PM by SilverlightExamples.NET

Silverlight 2.0 will support Socket and Cross-Domain Networking

# re: First Look at Silverlight 2

Saturday, February 23, 2008 9:57 PM by Hassan

I love this. Is there a way for poor people like myself to develop Silverlight2.0 "will I be able to use the FREE Express tools"?

Thanks Scott, silverlight 2.0 is little more lucid than before.

# Microsoft News Weblog &raquo; Blog Archive &raquo; Microsoft readies Silverlight 2 beta

Pingback from  Microsoft News Weblog  &raquo; Blog Archive   &raquo; Microsoft readies Silverlight 2 beta

# re: First Look at Silverlight 2

Sunday, February 24, 2008 12:42 AM by Razan

I was looking forward for this from you.Anyway , is there any provision to create wcf proxy in silverlight beta 1.

# Get Ready for Silverlight 2.0

Sunday, February 24, 2008 1:34 AM by DevCorner

The new version of Silverlight will be announced at MIX08 in about a week! It will be Beta 1 version

# re: First Look at Silverlight 2

Sunday, February 24, 2008 1:37 AM by Christian

Will there be a SafeDialog?

I´m developing a xbap at the moment, and there is no save dialog supported, because of security restirctions. The only way to store something on the client machine is to use a hyperlink to a file on the server...

# A look at Silverlight 2.0

Sunday, February 24, 2008 1:44 AM by ChadMoran.com

Scott Guthrie is at it again with another great post on his blog. This time he's made a 8 part tutorial

# MIX08 + SxSW here I come..

Sunday, February 24, 2008 2:16 AM by Noticias externas

It&#39;s going to be a busy 2 weeks starting tomorrow. I firstly will be announcing my new career move

# Menyonsong Silverlight 2.0 Beta 1

Sunday, February 24, 2008 2:24 AM by Reyza

Menjengkelkan sekali ketika membaca blog-nya Om ScottGu ini (menjengkelkan karena tidak bisa mencoba

# Silverlight 2 tutorials

Sunday, February 24, 2008 2:36 AM by Anand's Weblog

Checkout the Silverlight 2 tutorials from Scott Guthrie building a Digg Client First Look at Silverlight

# What is Silverlight 2? | Ajaxus place on the net

Sunday, February 24, 2008 7:21 AM by What is Silverlight 2? | Ajaxus place on the net

Pingback from  What is Silverlight 2? | Ajaxus place on the net

# Learning Silverlight 2 - More things you can do today.

Sunday, February 24, 2008 7:26 AM by Jesse Liberty - Silverlight Geek

if I were a bleeding edge Silverlight programmer who just cannot wait for release of Silverlight 2 and

# Silverlight 2.0 Tutorials released

Sunday, February 24, 2008 7:48 AM by Infosys | Microsoft

The wait for developing some really fantastic and rich web applications is likely to end soon. Excited Developers have their fingers crossed for the release of Silverlight 2.0. You can get a feel of building Silverlight 2.0 applications on Scott...

# re: First Look at Silverlight 2

Sunday, February 24, 2008 7:51 AM by Raghu Kishore Vempati

Hi Scott,

Way to Go!!!! I am really excited to get my hands on it.

# Learning Silverlight 2 - More things you can do today.

Sunday, February 24, 2008 8:04 AM by Blogs

if I were a bleeding edge Silverlight programmer who just cannot wait for release of Silverlight 2 and

# re: First Look at Silverlight 2

Sunday, February 24, 2008 8:08 AM by Jules

Wow, Impressive. If SilverLight can be integreated into ASP.MVC Views this will be very impressive.

How do I convince my boss that enabling Silverlight pages will be secure, and not end up full distracting popups ?

# re: First Look at Silverlight 2

Sunday, February 24, 2008 8:48 AM by Reza

Hi;

I am From Iran..

Tanks to this Article its very Good.

# Learning Silverlight 2 - More things you can do today.

Sunday, February 24, 2008 8:50 AM by Mirrored Blogs

if I were a bleeding edge Silverlight programmer who just cannot wait for release of Silverlight 2 and

# To RIA, or Not to RIA &laquo; Thoughts from a Code Monkey

Sunday, February 24, 2008 9:36 AM by To RIA, or Not to RIA « Thoughts from a Code Monkey

Pingback from  To RIA, or Not to RIA &laquo; Thoughts from a Code Monkey

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:48 AM by Tanakom

Hope it will be officially released soon. My application will not be a beta anymore.

Thanks,

# re: First Look at Silverlight 2

Sunday, February 24, 2008 11:21 AM by Raf

Still no 3D I guess or anything for the designer. Not every graphic in 2008 has to have gradients.

The strange thing is that this is not a replacement of Flash. This is what modern browsers should already have built into their JavaScript interpreter.

I cannot imagine such beautiful websites done in Silverlight as we can find in Flash on thefwa.com.

I would love to just switch but I guess I'll be using Flash for beauty and Silverlight to make a funny interactive pop-up :).

# re: First Look at Silverlight 2

Sunday, February 24, 2008 11:50 AM by Juan Maria

Hi all:

You can read this post in spanish here:

thinkingindotnet.wordpress.com/.../primer-vistazo-a-silverlight-2

# The Week That Will Be

Sunday, February 24, 2008 12:17 PM by Rob Zelt - Lighting Up The Web

# re: First Look at Silverlight 2

Sunday, February 24, 2008 1:57 PM by Gabriel

Will this upcoming Silverlight Beta have support for Firefox 3.0 Beta 3?

# Developer News &raquo; Blog Archive &raquo; ScottGu on Silverlight 2 Out comes some more Silverlight 2

Pingback from  Developer News  &raquo; Blog Archive   &raquo;  ScottGu on Silverlight 2 Out comes some more Silverlight 2

# re: First Look at Silverlight 2

Sunday, February 24, 2008 5:57 PM by mike

Images are not loading in any of your posts

# re: First Look at Silverlight 2

Sunday, February 24, 2008 6:05 PM by ScottGu

Hi Mike and Rik,

>>>>>> Images are not loading in any of your posts

The web-server I'm hosting the pics on seems to be having a problem at the moment.  I just sent them mail to see if I can get it fixed.  Hopefully it will be back up soon.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 6:09 PM by Michael

Hey Scott, a couple of questions...

1. Is support for compact framework coming with Silverlight 2?  If no, can you give us any idea when?  

2. For linux and mac support did you guys leverage any of the efforts made by the Mono crew?  Or is this an entirely separate versions of the framework?

The 2nd question is just out of interest, but the first is quite important, as for many companies (such as the one I'm currently working with) lack of support for WPF on the compact framework is holding them back from adopting the technology.

# Early Look at Silverlight 2.0

Sunday, February 24, 2008 6:56 PM by Da Blog

The other day Scott Guthrie wrote a post on Silverlight 2.0 on his blog and included a working example

# re: First Look at Silverlight 2

Sunday, February 24, 2008 8:04 PM by Ryan Crowley

Ping back from Strangenut.

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:10 PM by ScottGu

Hi Paolo,

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

Yes - Silverlight 2 supports Windows 2000 starting with Beta1.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:11 PM by ScottGu

Hi Parvenu74

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

Yes - we'll have more posts on these scenarios in the weeks ahead.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:11 PM by ScottGu

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

Yes, SL 2 is backwards compatible with SL 1 applications.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:15 PM by ScottGu

Hi Puvi,

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

Yes - you can write a JavaScript function that samples clients and updates the server with details on this.

You can also easily integrate a SL 2 installation experience to your site for users who don't have SL already installed.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:16 PM by ScottGu

Hi Nirav and Max C,

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

Silverlight will also be coming to mobile devices.  We'll have more details on that in the future.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:20 PM by ScottGu

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

All of the Silverlight 2 features will also be available on Linux.  We are partnering with Novell to build a compatible SL 2 implementation for Linux.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:21 PM by ScottGu

Hi Joe,

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

Yes - you can partition your application into multiple .xap files.  They can then be cached at different levels of granularity if you want.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:22 PM by ScottGu

Hi Daniel,

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

Silverlight applications (like Flash and AJAX) typically require some additional work to have search engines crawl them and be indexed.  We'll come out with guidance on how to-do this best.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:24 PM by ScottGu

Hi Ben,

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

Yes - SL 2 supports cross domain network access.  Tutorial #3 of my series above shows an example of it in action.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:26 PM by ScottGu

Hi Keith,

>>>>>> I find the versioning scenario right now a bit confusing.

Silverlight will have a conistent versioning numbering on desktop and mobile devices.  We decided not to call it SL 3.5 (to match .NET 3.5) since that would have been a little confusing with the first release.  

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:27 PM by ScottGu

Hi Dan,

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

Silverlight 2.0 supports accessibility and will work with screen-readers.  You'll be able to build Section 508 and AAA sites with it.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:28 PM by ScottGu

Hi Ron,

>>>>>>> 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 is cross platform, and so it doesn't support hosting Windows forms controls in it (since those rely on Win32).  WPF on the other hand, does fully support hosting Windows forms controls.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:31 PM by S hole

More simple samples please,thanks

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:31 PM by ScottGu

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

I'm using a slightly modified version of Oren's theme here: www.hanselman.com/.../VisualStudioProgrammerThemesGallery.aspx

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:33 PM by ScottGu

Hi Mike,

>>>>>> what happened to the DLR support from 1.1 that never really shipped.

The DLR is available for download today (and has been for several months), and can be used with full .NET Framework applications.  We'll also have DLR support in Silverlight 2.0 Beta1.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:35 PM by ScottGu

Hi Ruurd,

>>>>>> will we be able to run workflow on it?

No - workflow isn't part of Silverlight 2.  We needed to keep the download size of Silverlight down (to only 4MB) and so not all features of .NET are included.  

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:43 PM by ScottGu

Hi Alan,

>>>>>>> Does it support simply chinese character? Silverlight doesn't support.

Yes - SL 2 supports asian fonts and IME support.  It can also use the system fonts and doesn't require font packages to be downloaded.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:51 PM by ScottGu

Hi Shem,

>>>>>> I'm really psyched about Silverlight 2.0, it certainly talks the talk. Glad to see some information on which classes will make it in, I'd been desperate to hear about that.   However, both my developer friend and I looked at each other in shock at a couple of points... local storage support, and cross-domain support? Alarms went off. Loudly. Can I ask what the security situation is?

Silverlight 2 applications run in a secure sandbox.  End users can set policy to limit local storage options (by default an application is allowed 1Mb).  When a user flushes their internet cache the local storage is cleared - just like cookies.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:52 PM by ScottGu

Hi vik20000in,

wow great news. But Can I ask this question to clearify, What will be the requirement on the server to run a silverlight applictaion?

You can download a Silverlight application from any web-server.  There is no server software required.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:54 PM by ScottGu

Hi Mike,

>>>>>> Scott, would please consider posting the code as text? It has several benefits for the readers and for you. We can copy paste the code, it saves you the trouble of taking screenshots and using the right css even long lines of codes should be readable using a vertical scrollbar inside the code block.

Sorry about that.  I've tried posting code snippets in the past, but have received complaints because some RSS readers don't handle CSS correctly.  I'll post the full code project for download once SL Beta1 is available.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:55 PM by ScottGu

Hi Tom,

>>>>>> Any news on opera and safari windows support? I'm a diehard opera user and can't view any silverlight apps yet. This also stops me from using silverlight yet, although I like it like 1000 times more than flash.

We are planning to support Opera and Safari on Windows in the future (they kinda work now - but we haven't done a full test pass on them for beta1).  It is definitely something we are looking to-do in the future though.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:56 PM by ScottGu

Hi Abdullah,

>>>>>>> why there is no datagrid in WPF until now? is there any plan to add it soon?

Yes - we are planning to add one to WPF as well.  I blogged about this in this recent post: weblogs.asp.net/.../net-3-5-client-product-roadmap.aspx

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:57 PM by ScottGu

Hi Razan,

>>>>>> I was looking forward for this from you.Anyway , is there any provision to create wcf proxy in silverlight beta 1.

Yes - you'll be able to call WCF end-points with Beta1.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 9:59 PM by ScottGu

Hi Christian,

>>>>>> Will there be a SaveDialog?  I´m developing a xbap at the moment, and there is no save dialog supported, because of security restirctions. The only way to store something on the client machine is to use a hyperlink to a file on the server...

We don't have one in Beta1 (we have OpenDialog but no save).  There are some interesting security implications that we want to make sure we get absolutely right before we add it.  Until then I recommend uploading to the server and using a hyperlink to prompt the browser's save dialog.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 10:00 PM by ScottGu

Hi Gabriel,

>>>>>> Will this upcoming Silverlight Beta have support for Firefox 3.0 Beta 3?

FireFox 3.0 will be supported by SL 2 when it ships.  They recently changed how rendering works for plugins with their recent beta, and we know we have some issues with that with Beta1.  We'll be fixing them in Beta2 though.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 10:01 PM by ScottGu

Hi Mike,

>>>>>> Images are not loading in any of your posts

Sorry about that - the load balancer in front of my web-server was acting up.  They have it fixed now.

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 10:03 PM by Dennis

I really think SL2 will be the Next Big Thing (tm) :)

However, I do have some questions:

1a. How is unittesting supported?

1b. Will there be WatiN (or similar) support to unittest the GUI?

2a. How can we do coverage tests on client side?

2b. How will it be possible to benchmark the client side code? Is there support already in existing tools like RedGate's ANTS?

3. Will it be possible to use the MVC framework in any way along with SL code?

4. As far as I can see from the demo everything is put in 1 file for download on client. Does this mean that we need to create a project for each of our controls or is there a way to make the compiler split up things by itself?

5. How is updates of the SL files handled on client side? The WebResource method makes it quite easy to make sure you are getting latest version, however that seems to be impossible in this scenario?

6. How is localization supported? Will it be possible to change on client side without having to re-download all components?

7. Will it actually have firefox support? 1.1 doesn't work in FF at all.

8. I presume unsafe code is impossible?

Thanks for putting this tutorial together, it was a great read :)

# Silverlight2.0 beta 来了

Sunday, February 24, 2008 10:43 PM by cnblogs.com

Scott大牛介绍了Silverlight2.0就要来了,将在很快就会发布Silverlight2.0 Beta,作者在文中更详细的提及了Silverlight2.0将具有的 新特性与实例 。 Silverlight2

# re: First Look at Silverlight 2

Sunday, February 24, 2008 11:00 PM by ScottGu

Hi Dennis,

>>>>>>>I really think SL2 will be the Next Big Thing (tm) :)  However, I do have some questions:

>>>>>>>1a. How is unittesting supported?

We'll be supporting a unit testing framework with Silverlight 2.  I'll blog more details on this in the future.

>>>>>>1b. Will there be WatiN (or similar) support to unittest the GUI?

Silverlight 2 also supports UI automation interfaces.  This will allow GUI automation testing.

>>>>>>>2a. How can we do coverage tests on client side?

We will have tools to capture code coverage.

>>>>>>> 2b. How will it be possible to benchmark the client side code? Is there support already in existing tools like RedGate's ANTS?

Not entirely sure on this one.  I don't think RedGate supports this yet - but they should be able to with SL 2.

>>>>>>> 3. Will it be possible to use the MVC framework in any way along with SL code?

You could have your ASP.NET MVC views be SL based pages.  Silverlight's WPF UI framework also supports pretty nice model/view separation, which enables you to decouple UI from state/data/actions.  This combined with the unit testing support enables a pretty clean way to-do TDD.

>>>>>>>> 4. As far as I can see from the demo everything is put in 1 file for download on client. Does this mean that we need to create a project for each of our controls or is there a way to make the compiler split up things by itself?

You can pull in multiple files if you want.  We also support a Silverlight Class Library project which allows you to compile an assembly for your projects.  You can then reference these class library projects from your Silverlight Application projects.

>>>>>>>> 5. How is updates of the SL files handled on client side? The WebResource method makes it quite easy to make sure you are getting latest version, however that seems to be impossible in this scenario?

Silverlight .xap files are static files, and so the browser uses the standard caching mechanism to detect updates and download them from the server.

>>>>>>>> 6. How is localization supported? Will it be possible to change on client side without having to re-download all components?

I don't know all the details on how this will work right now, but it will be possible to use localized resources in your application.  We'll have more details on scenarios you can enable in the future.

>>>>>>>> 7. Will it actually have firefox support? 1.1 doesn't work in FF at all.

Yes - we support FireFox.  Silverlight 1.1 supported FireFox as well - what version of FireFox were you having problems with?

>>>>>>>> 8. I presume unsafe code is impossible?

Correct - Silverlight applications run in a secure sandbox, and you can't execute unsafe code.

>>>>>>>> Thanks for putting this tutorial together, it was a great read :)

Cool - glad you liked it!  It was fun to write (well...after I finished it at 4:30am on Friday I was able to look back and call it fun <g>).

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 11:41 PM by Adam

Scott- Will Silverlight 2.0 support UI Automation?

# re: First Look at Silverlight 2

Sunday, February 24, 2008 11:52 PM by ScottGu

Hi Adam,

>>>>>> Scott- Will Silverlight 2.0 support UI Automation?

Yes - it will support both UI automation as well as unit testing.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 11:54 PM by ScottGu

Hi Yaip,

>>>>>> From the tutorials, it looks like there is no designer support (yet). Everything needs to be typed in.

We'll be shipping designer support for Silverlight with Beta1 as well.  I'll blog about this in the near future (I think you'll like it <g>).

Thanks,

Scott

# re: First Look at Silverlight 2

Sunday, February 24, 2008 11:54 PM by Adam.

Thanks Scott for the quick response. One last question :) Is UIAutomation going to work inside Firefox though? I mean can you access the UI element from within the Firefox parent window...

# re: First Look at Silverlight 2

Monday, February 25, 2008 12:08 AM by ScottGu

Hi Adam,

>>>>>> Thanks Scott for the quick response. One last question :) Is UIAutomation going to work inside Firefox though? I mean can you access the UI element from within the Firefox parent window...

Yes, I believe so.  I think we support the standard Windows automation apis (which enable screen readers and testing automation for both IE and FireFox).

Hope this helps,

Scott

# re: First Look at Silverlight 2

Monday, February 25, 2008 12:47 AM by dmitry

this is very exciting. Its amazing how much power you guys are putting in our hand with such a small download. I can't wait to play with it in vs 2008.

# re: First Look at Silverlight 2

Monday, February 25, 2008 12:58 AM by Tian

Hi Scott,

I'd like to request a feature (or to vote +1) for a FixedDocumentReader with the equivalent System.Windows.Annotations functionality. I'm trying to develop for scenarios involving rich document presentation + annotation (we'd have a great compete story for flashpaper/Scribd/Adobe buzzword). Maybe not as part of the base framework but even as a client library we could deploy. (Could we take the .NET Framework source that is to be released and port that?) I know there was that sample silverlight xps reader but that just treated the xps as a xaml graphic with no logic behind it.

Also, what's the word on SeaDragon? Will that SDK be included with Silverlight RTM? That would be absolute killer!! Great scenarios would open up for any type of media viewing / advertising.

Cheers,

Tian

# ScottGu: Silverlight 2 初览

Monday, February 25, 2008 1:04 AM by Felix Wang | Evangelizing the Next Web

【原文地址】 First Look at Silverlight 2 Silverlight 2 初览 【原文发表日期】 Friday, February 22, 2008 6:41 AM 去年9月,

# re: First Look at Silverlight 2

Monday, February 25, 2008 1:43 AM by Abhijeet Rajwade

Thats really wonderful.

Application will look more professional and attractive.

# Silverlight 2.0 Beta - WINDOWS WORLD

Monday, February 25, 2008 2:38 AM by Silverlight 2.0 Beta - WINDOWS WORLD

Pingback from  Silverlight 2.0 Beta  -  WINDOWS WORLD

# Silverlight 2 - First Look

Monday, February 25, 2008 2:49 AM by Zuker On Foundations

Follow this link to go to Scott Guthrie&#39;s post on Silverlight 2 Scott goes through what the upcoming

# A better web is coming [Silverlight 2 is on the way!]

Monday, February 25, 2008 2:55 AM by Delay's Blog

On Friday, Scott Guthrie posted a "first look" at Silverlight 2 . My boss, Shawn Burke, followed with

# MSDN Blog Postings &raquo; A better web is coming [Silverlight 2 is on the way!]

Pingback from  MSDN Blog Postings  &raquo; A better web is coming [Silverlight 2 is on the way!]

# re: First Look at Silverlight 2

Monday, February 25, 2008 3:00 AM by .NET Developer...

I think Microsoft would take the whole streaming-market if they support H.264 on WMS and Silverlight... Why? Because H.264 is an open standard that is supported on mobile phones, setop-boxes, etc, etc... As you know Flash supports H.264, but they have shosen to lock down the open standard in properitary transport protocol. If Microsoft do this the open way - Flash will be gone!

# re: First Look at Silverlight 2

Monday, February 25, 2008 3:23 AM by Ming

Is it silverlight 2.0 only can develop by visual studio 2008?

I hope it can on VWD 2008.......  

# re: First Look at Silverlight 2

Monday, February 25, 2008 3:43 AM by Jules

So very excited by Silverlight 2.0 Beta. There is a lot here about DataGrids, and Desktop GUI controls, but little about Graphics options which i am really interested in.

Will we get more on Polylines/ Polygons Points etc support in Silverlight/ Blend Update ?  

# re: First Look at Silverlight 2

Monday, February 25, 2008 4:29 AM by Colleen Kamui

Silverlight 2 application seems to use same filename extension (.xap) as Microsoft XNA Audio Tool (XACT).

I prefer longer extension like '.xamlapp' or '.sltapp' as described below :-)

msdn2.microsoft.com/.../bb776869(VS.85).aspx

# RadioX &raquo; Blog Archive &raquo; Silverlight 2.0

Monday, February 25, 2008 5:03 AM by RadioX » Blog Archive » Silverlight 2.0

Pingback from  RadioX  &raquo; Blog Archive   &raquo; Silverlight 2.0

# re: First Look at Silverlight 2

Monday, February 25, 2008 5:08 AM by RadioX

Thanx Scott, I blogged about your post on the romanian site. I can't wait to get my hands on Silverlight 2.0. I've been developing my final year project in Silverlight 1.1 and stopped few weeks ago. I'm waiting and so do the others..... ;)

# Silverlight 2

Monday, February 25, 2008 5:56 AM by Bashar Kokash' Blog

A couple of days ago, Scott Guathrie gave a brief introduction to the new version of silverlight 2 ,

# Silverlight 2 Beta | .Net Think

Monday, February 25, 2008 6:18 AM by Silverlight 2 Beta | .Net Think

Pingback from  Silverlight 2 Beta | .Net Think

# Neuauflage des RIA-Stacks von Adobe auf RIABlog by Coded Culture

Pingback from  Neuauflage des RIA-Stacks von Adobe auf RIABlog by Coded Culture

# Scott has taken the wraps off of Silverlight 2.0!!!

Monday, February 25, 2008 7:39 AM by Carlos Femmer's Blog

Scott has taken the wraps off of Silverlight 2.0!!!

# re: First Look at Silverlight 2

Monday, February 25, 2008 9:03 AM by Paulo

I can´t wait for the silver light 3.0, 4.0 ...

# My Commitment To Support Silverlight 2 Developers

Monday, February 25, 2008 9:17 AM by Microsoft Silverlight content

Silverlight 2 is big. Very big. It&#39;s great, but it is very big, with many cool features. So we&#39;re

# re: First Look at Silverlight 2

Monday, February 25, 2008 10:29 AM by Murtaza Rizvi

Well Well Well, here comes the web....

# re: First Look at Silverlight 2

Monday, February 25, 2008 10:41 AM by Mike J

scott:

While I welcome news of the beta and enhancements to silverlight . Would it have killed you to time the article with the actual availability of the beta ? what a developer buzzkill to read all about this wonderful tool only to find out that I can't touch it or play with it. I could have remained blissfully ignorant that a beta was comming until you put up a post "available now - silverlight 2.0 and oh BTW here is a excellent 8 part article on some cool stuff you can do with our new beta" I know its a cultural thing at MS but its sometimes frustrating when these things happen

# re: First Look at Silverlight 2

Monday, February 25, 2008 11:03 AM by Paolo Munoz

Thanks Scott for your response on Windows 2000.  Silverlight 2.0 is really looking incredible.

I was wondering if Silverlight 2.0 will support Postbacks from UpdatePanels or can be called or databound from the code-behind?

In our current system, I'm using Silverlight 1.0 that responds to UpdatePanel postbacks and events that are fired.  The way I accomplish this is on a server event, the code-behind renders Javascript functions onto an UpdatePanel and the Silverlight listens to the PageRequestManager endRequest to call the new Javascript.

I thought that would be much easier and less roundabout if the code-behind could pass information directly into the Silverlight component.  Will Silverlight 2.0 support this kind of functionality?

# re: First Look at Silverlight 2

Monday, February 25, 2008 11:34 AM by Marcus McConnell

What are the limits on accessing information from other domains and local storage? Will users be notified when a Silverlight app pulls information across domains? I could imagine an innocent game from a "trusted" domain that was really a peer to peer file sharing system behind the scenes accessing other domains and using local storage.

# re: First Look at Silverlight 2

Monday, February 25, 2008 11:49 AM by PhuongNam

Hi ! ScottGu

I was wondering if Silverlight 2.0 will support Component for HTML render or Web Browser Control?

Thanks !

# Article : Premier coup d'œil à Silverlight 2.0

Monday, February 25, 2008 12:10 PM by Code is poetry

La première beta de Silverlight 2.0 devrait très prochainement pointer le bout de son nez. Il s'agit

# Silverlight 2.0其他一些细节

Monday, February 25, 2008 12:47 PM by Joycode@Ab110.com

在Scott Guthrie的《 Silverlight 2初览 》 原文 的回复中,他回答了很多问题,涉及了Silverlight 2.0的很多细节: 平台/浏览器/设备: --支持Linux(将由Novell提供

# re: First Look at Silverlight 2

Monday, February 25, 2008 1:27 PM by Ben Hayat

Scott;

I didn't see any question/answer regarding getting data from database. Could please tell us what are the plans for data communication with database?

Thanks!

..Ben

# Silverlight 2 at SuperVoodoo

Monday, February 25, 2008 1:31 PM by Silverlight 2 at SuperVoodoo

Pingback from  Silverlight 2 at  SuperVoodoo

# With Adobe AIR out, Microsoft readies Silverlight 2 &laquo; IT Spot

Pingback from  With Adobe AIR out, Microsoft readies Silverlight 2 &laquo; IT Spot

# Want a sneak peek at Silverlight 2 before MIX?

Monday, February 25, 2008 1:43 PM by Gold Coast

Scott Guthrie just posted an update on Silverlight 2 plus an eight part walkthrough of building a Silverlight

# MSDN Blog Postings &raquo; Want a sneak peek at Silverlight 2 before MIX?

Pingback from  MSDN Blog Postings  &raquo; Want a sneak peek at Silverlight 2 before MIX?

# re: First Look at Silverlight 2

Monday, February 25, 2008 3:45 PM by John Stephens

Hi Scott,

I noticed that Windows 2000 will be supported, which is great!

If that can be supported, then why not .Net 3.5/ Windows 2000 support?

Thanks,

# re: First Look at Silverlight 2

Monday, February 25, 2008 4:17 PM by elnino1981

Will an xap be able to contain more than one control and then could be chosen in the html/javascript, which one will be rendered?

# בית פתוח בנושא AJAX ו- Silverlight

Monday, February 25, 2008 4:55 PM by I Love C#

היום עשיתי הרצאה על ASP.NET 2.0 AJAX ו- Silverlight 1.1 היה נחמד, הגיעו הרבה אנשים, והיו שאלות טובות

# re: First Look at Silverlight 2

Monday, February 25, 2008 4:56 PM by Chris

Any inclusion of native Drag and Drop support?  Especially the ability for a user to drag and drop a file from the desktop to the application without opening a file browser dialogue like in Adobe Air?

Also any access to the clipboard for copy/paste operations?

# Silverlight 2 beta coming soon, tutorials available

Monday, February 25, 2008 5:44 PM by US ISV Developer Evangelism Team

Silverlight 2 will be a major update that focuses on Rich Internet Application (RIA) development where

# .: GAFNO.com - Hot World News Blog :. &raquo; Blog Archive &raquo; With Adobe AIR out, Microsoft readies Silverlight 2

Pingback from  .: GAFNO.com - Hot World News Blog :.  &raquo; Blog Archive   &raquo; With Adobe AIR out, Microsoft readies Silverlight 2

# Astonishing Silverlight 2 Facts &laquo; An Original Idea

Monday, February 25, 2008 5:58 PM by Astonishing Silverlight 2 Facts « An Original Idea

Pingback from  Astonishing Silverlight 2 Facts &laquo; An Original Idea

# Silverlight 2 beta coming soon, tutorials available

Monday, February 25, 2008 6:24 PM by Noticias externas

Silverlight 2 will be a major update that focuses on Rich Internet Application (RIA) development where

# re: First Look at Silverlight 2

Monday, February 25, 2008 6:42 PM by Brian Peiris

Hello Scott,

Thanks for the tutorials and all the replies so far. Also congratulations on the promotion!

I would like to reiterate Hassan's question about Silverlight 2.0 support in the Visual Studio 2008 Express Editions, specifically Visual C# 2008 Express.

I've been waiting quite a while (more than 6 months I think) to use Silverlight 1.1 without having to deal with the financial overhead of the full Visual Studio 2008 IDE.

Thanks again.

# re: First Look at Silverlight 2

Monday, February 25, 2008 7:04 PM by Ariel

Hello. What about Triggers? will SL 2 support them?

# re: First Look at Silverlight 2

Monday, February 25, 2008 7:19 PM by pw

META question: Is there a way you can somehow move/hide pingbacks, trackbacks, etc. in your blog? Really results in a high noise ratio when trying to read comments, especially since you are so frequently linked.

META META question: Who's the idiot that decided trackbacks should appear as blog comments anyway? It's the dumbest design decision ever but like 90% of blogs do it. Someone needs to take charge in this space and get the default changed! :-)

Sorry for the off-topic, but not like this is any more noise than the hundreds of trackbacks I just waded through....

# re: First Look at Silverlight 2

Monday, February 25, 2008 8:18 PM by Hassan

I am asking again. Will I be able to use Visual Web Developer Express Edition to develop SL 2.0?

# re: First Look at Silverlight 2

Monday, February 25, 2008 9:56 PM by C G

Could you do a post on Adobe's Air vs Silverlight 2.0 (to dispell some of the misinformation out there)?

# silverlight-2 beta马上就出来了

Monday, February 25, 2008 10:02 PM by wsliu

这时它的大概情况 weblogs.asp.net/.../first-look-at-silverlight-2.aspx 一直想学学,总是没有合适的时间和机会

# re: First Look at Silverlight 2

Monday, February 25, 2008 10:24 PM by Rob Mills

I see big potential!

# re: First Look at Silverlight 2

Monday, February 25, 2008 10:25 PM by Ariel

Will SL2 support Triggers?

# re: First Look at Silverlight 2

Monday, February 25, 2008 10:29 PM by Lynn

Scott, any support for image manipulation similar to that of System.Drawing in beta 1 or planed by delivery? Cross -platform image manipulation would be fantastic!

# re: First Look at Silverlight 2

Monday, February 25, 2008 11:43 PM by Ken Pletzer

How about video capture?  Is this something still only available in Flash?

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 12:33 AM by Steve

Scott, Fantastic post thanks for it as people have already said not only gives great coverage of SL 2.0 but also WPF.  

I have a question though concerning using SL for business apps and how you envisage it doing CRUD operations on a database.  From what I understand SL will support Linq and Linq to XML.  So does this mean that on the server side we use Linq to SQL to create an XML doc send that to the SL client which can query, run linq over it etc.  But how do we then track changes and send them back to the server ?  

Will you be introducing a new disconnected data context or something ?  

On the server side will there be some sort of helper lib that uses reflection to create the xml doc from the linq to sql result ?  

I guess ideally if we use partial classes to implement validation to our linq classes on the server it would be ideal if those same partial classes could be used on the client to implement the same validation in the UI.  eg.  If we have a Product table in our DB and we create a Product class using linq to SQL and a partial product Class that has validation eg.  productDescription cannot be blank.  It would be nice if out of the box the Product class had a property of xmlstring which would output a basic xmls string which contains the contents of the product class.  This could then be sent up to the silverlight UI which would have the partial Product class with our validation copied to it's project along with a new xml sourced partial product class (sourced using a utility as part of the linq designer) to persist the xml on the client and then send it back to the server.  

I have probably done a terrible job of explaining what I mean but Thanks in advance for whatever you can explain to me about how it will work.

Steve

# Silverlight 2 엿보기(First Look)

Tuesday, February 26, 2008 12:40 AM by bkchung's WebLog

First Look at Silverlight 2 - ScottGu's Blog Silverlight 2 - Silverlight 2.0의 브랜드명을 Silverlight 2로 바꿨습니다

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 2:25 AM by Phillip

>>>We are planning to support Opera and Safari on Windows in the future (they kinda work now - but we haven't done a full test pass on them for beta1).  It is definitely something we are looking to-do in the future though.

------

Arg, just support it. Just go write support for Opera. I don't wanna have to use Firefox or IE.

God if i could use C# in flex i wouldn't even bother with SilverLight since i can use flex with OPERA!

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 4:11 AM by Martin

Hi Scott,

thanks for great news. How long do you estimate we will have to wait to get our hands on Silverlight 2.0 Beta 1 bits? And one more question - is there going to be rich text editing control included in 2.0 - one of the controls important to many business applications which is hardly possible to custom-develop.

Thanks for answers and thanks for your blog and the work you put in it. It's really great source of information for everyone developing on .NET technologies.

Martin

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 4:29 AM by Zoltan Arvai

Hi Scott!

I am a little confused about SL 2.0. With the .net support it's making the line vanish between thick and fat clients. I could write a client using SL + WCF creating a soa architecture. So it's basically like a platform independent WPF client (only hosted by the browser) And since it enables me to create beautifull nextgen UI, I almost prefer it to ASP.NET. (I know I can use it with asp.net but that's an other story)

Am I getting this wrong? Where is the line?

Thanks!

Zoltan

# Silverlight Won Out

Tuesday, February 26, 2008 8:11 AM by if ( ! blogClogged )

The other day in a small spurt I bemused my options for napping, working on a sorely needed domain model

# Technisch nieuws over Silverlight 2

Tuesday, February 26, 2008 8:39 AM by Microsoft User Experience Blog

Eind vorige week is op de blog van Scott Guthrie meer technische details gepost over Silverlight 2 (dit

# Silverlight 2 beta komt eraan!

Tuesday, February 26, 2008 9:23 AM by ISV blog-voer

Silverlight 2 zal een grote update worden voor Rich Internet Application (RIA) development waarbij developers

# Silverlight 2.0 tutorials

Tuesday, February 26, 2008 9:24 AM by UK Academic Team Blog

Those of you coming along to our free Silverlight for Academics day on March 12th might want to take

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 9:41 AM by Martin

Is this version going to include Webcam and Microphone support?

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 10:02 AM by whatispunk

Will you be able to use any of the tools in Expression Studio to build SL2 apps? Namely Expression Blend??

# Some Silverlight Updates

Tuesday, February 26, 2008 10:50 AM by Some Silverlight Updates

Pingback from  Some Silverlight Updates

# Microsoft keeps on going

Tuesday, February 26, 2008 11:05 AM by Microsoft keeps on going

Pingback from  Microsoft keeps on going

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 1:59 PM by Darin

Scott,

Does Silverlight have the ability to capture audio from the user's microphone and send it back to the server to save as a file?

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 2:24 PM by Orlin

I have been wondering about how a Silverlight application would support search engines. Or in general can you give us some guidance as to when to use Silverlight and when other Web technologies?   Thanks much.

# Getting ready for MIX08

Tuesday, February 26, 2008 2:25 PM by Katrien's MSDN Blog

My MIX08 countdown sidebar gadget says it: 7 days to go! Just one week away I can&#8217;t wait to be

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 4:25 PM by Terry Humphries

Scott,

Is it still first qtr for beta 1?

# Szellemet a palackból: Silverlight 2

Tuesday, February 26, 2008 5:00 PM by zbatorfi

Tegnap sikeresen megtartottam az év első, végre Silverligth 2-es elemeket is tartalmazó előadását, ezúton

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 5:46 PM by Russ Ramirez

1. Lean on the SharePoint guys a little to provide quicker (direct) support in VS2008 for AJAX and Silverlight.

2. Can we have a Calendar control that can scale, using a fixed aspect ratio, from mini to large, and that can be sub-classed to provide other view types besides a grid?

# Microsoft Surface and Silverlight 2 &laquo; Andy Poots&#8217;s Weblog

Tuesday, February 26, 2008 5:59 PM by Microsoft Surface and Silverlight 2 « Andy Poots’s Weblog

Pingback from  Microsoft Surface and Silverlight 2 &laquo; Andy Poots&#8217;s Weblog

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 6:29 PM by Dave Bettin

Hey Scott,

Will SL2 have deep linking support?

Thanks,

Dave

# re: First Look at Silverlight 2

Tuesday, February 26, 2008 10:59 PM by Udit

Support for socket is great.I look forward to move my WPF application to silverlight.

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 12:58 AM by ScottGu

Hi Ming,

>>>>>> I hope it can on VWD 2008.......  

We'll also support Silverlight development with VWD 2008.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 12:59 AM by ScottGu

Hi Jules,

>>>>>>>> So very excited by Silverlight 2.0 Beta. There is a lot here about DataGrids, and Desktop GUI controls, but little about Graphics options which i am really interested in.  Will we get more on Polylines/ Polygons Points etc support in Silverlight/ Blend Update ?  

Silverlight also has a very rich graphics layer.  I'll be blogging about that more in the future.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:02 AM by ScottGu

Hi Paolo,

>>>>>>> was wondering if Silverlight 2.0 will support Postbacks from UpdatePanels or can be called or databound from the code-behind?  In our current system, I'm using Silverlight 1.0 that responds to UpdatePanel postbacks and events that are fired.  The way I accomplish this is on a server event, the code-behind renders Javascript functions onto an UpdatePanel and the Silverlight listens to the PageRequestManager endRequest to call the new Javascript.  I thought that would be much easier and less roundabout if the code-behind could pass information directly into the Silverlight component.  Will Silverlight 2.0 support this kind of functionality?

Silverligth 2 doesn't support postbacks in the ASP.NET sense - but it does support the ability to call JSON web-services in ASP.NET.  You can call back to either page-level webmethods or ones in .asmx or .svc (WCF) web-services inside an ASP.NET application.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:05 AM by ScottGu

Hi Marcus,

>>>>>>> What are the limits on accessing information from other domains and local storage? Will users be notified when a Silverlight app pulls information across domains? I could imagine an innocent game from a "trusted" domain that was really a peer to peer file sharing system behind the scenes accessing other domains and using local storage.

One thing that is important to call out is that "local storage" doesn't mean your hard drive in this case.  A remote site can't get access to your local files on disk (just like they can't with AJAX).

What a Silverlight application can do is store content in a cache which acts like a browser cookie.  It is only available to that site, and an end user can grant or deny it the rights to-do that (as well as control the size of the cache).  The cache will be persisted by default when a user closes the browser and re-opens it and visits the same site again - but the user can deny permission to-do this if they want.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:07 AM by ScottGu

Hi PhuongNam,

>>>>>>> I was wondering if Silverlight 2.0 will support Component for HTML render or Web Browser Control?

Silverlight supports hosting html on top of the Silverlight canvas, and has APIs that allow for HTML DOM access.  This would allow you to render HTML within an application using the browser Silverlight is hosted within.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:08 AM by ScottGu

Hi Ben,

>>>>>> I didn't see any question/answer regarding getting data from database. Could please tell us what are the plans for data communication with database?

Silverlight supports several networking approaches that you can use to talk back to a server. These include REST, WCF, SOAP, WS*, HTTP and Sockets.  Typically you'd have a server access a database directly, and then send back a payload of data to Silverlight which would then work on it locally, apply updates, and send it back to the web-server to revalidate and update the database with.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:09 AM by ScottGu

Hi John,

>>>>>>> I noticed that Windows 2000 will be supported, which is great!  If that can be supported, then why not .Net 3.5/ Windows 2000 support?

WPF and WCF inside the .NET 3.5 framework rely on Windows features that are only in Windows XP and higher (specifically with the graphics stack for WPF and the http.sys networking stack with WCF).  That is why the full .NET Framework 3.5 install doesn't work on Windows 2000.

Silverlight 2 doesn't rely on these components, which is why it works on Windows 2000.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:10 AM by ScottGu

Hi elnino1981

>>>>>> Will an xap be able to contain more than one control and then could be chosen in the html/javascript, which one will be rendered?

Yes, you can have multiple controls in a single .xap file.

You can also have one .xap file load, and then download another .xap file (or two) to load and run.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:12 AM by ScottGu

Hi Chris,

>>>>>>> Any inclusion of native Drag and Drop support?  Especially the ability for a user to drag and drop a file from the desktop to the application without opening a file browser dialogue like in Adobe Air?

You'll be able to-do drag/drop within the browser.  For browser security reasons we don't support drag/drop from the file-system into the browser (in the same way that Flash/Flex and AJAX don't allow this).  WPF desktop applications obviously support this though.

>>>>>>> Also any access to the clipboard for copy/paste operations?

We support copy/paste from textboxes.  

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:13 AM by ScottGu

Hi Brian,

>>>>>>> I would like to reiterate Hassan's question about Silverlight 2.0 support in the Visual Studio 2008 Express Editions, specifically Visual C# 2008 Express.

Yes - we'll support SL 2 development using the express editions of Visual Studio in the future.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:15 AM by ScottGu

Hi Ariel,

>>>>>> Hello. What about Triggers? will SL 2 support them?

Triggers aren't in Silverlight 2 Beta1 - but we are evaluating adding them for Beta2.  Styles, Control Templates and DataTemplates are all in Beta2.  

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:16 AM by ScottGu

Hi pw,

>>>>>> META question: Is there a way you can somehow move/hide pingbacks, trackbacks, etc. in your blog? Really results in a high noise ratio when trying to read comments, especially since you are so frequently linked.

Unfortunately I don't have the ability to turn these off unfortunately. :-(  I've looked in the past for a way to at least change their color, but my blog engine doesn't seem to support that.

Sorry!

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:16 AM by ScottGu

Hi Hassan,

>>>>>> I am asking again. Will I be able to use Visual Web Developer Express Edition to develop SL 2.0?

Yes - we'll support this in the future.  We don't support it with Beta1, but we will enable it going forward before Silverlight 2 ships.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:18 AM by ScottGu

Hi Lynn,

>>>>>>> Scott, any support for image manipulation similar to that of System.Drawing in beta 1 or planed by delivery? Cross -platform image manipulation would be fantastic!

We have byte and stream access that you can use with images, but we don't have a bitmap API that directly render images to a stream built-in.  You could write one yourself or use a library to enable this though.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:18 AM by ScottGu

Hi Ken,

>>>>>>> How about video capture?  Is this something still only available in Flash?

Video capture isn't supported in Beta1 unfortunately.  It is something we are looking to enable in the future though.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:21 AM by ScottGu

Hi Steve,

>>>>>>>> Scott, Fantastic post thanks for it as people have already said not only gives great coverage of SL 2.0 but also WPF.  

>>>>>>>> I have a question though concerning using SL for business apps and how you envisage it doing CRUD operations on a database.  From what I understand SL will support Linq and Linq to XML.  So does this mean that on the server side we use Linq to SQL to create an XML doc send that to the SL client which can query, run linq over it etc.  But how do we then track changes and send them back to the server ?  Will you be introducing a new disconnected data context or something ?  

We'll have libraries that will help do change tracking and handle disconnected state for data operations.  It will work with a variety of backend data providers - including LINQ to SQL and LINQ to Entities.

>>>>>>>> On the server side will there be some sort of helper lib that uses reflection to create the xml doc from the linq to sql result ?  

In addition to the client-library to manage this will have a server equivalent to handle the server side.

>>>>>>>>> I guess ideally if we use partial classes to implement validation to our linq classes on the server it would be ideal if those same partial classes could be used on the client to implement the same validation in the UI.  eg.  If we have a Product table in our DB and we create a Product class using linq to SQL and a partial product Class that has validation eg.  productDescription cannot be blank.  It would be nice if out of the box the Product class had a property of xmlstring which would output a basic xmls string which contains the contents of the product class.  This could then be sent up to the silverlight UI which would have the partial Product class with our validation copied to it's project along with a new xml sourced partial product class (sourced using a utility as part of the linq designer) to persist the xml on the client and then send it back to the server.  

Yep - we agree. Stay tuned for more details in the future... ;-)

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:23 AM by ScottGu

Hi Martin,

>>>>>>>> thanks for great news. How long do you estimate we will have to wait to get our hands on Silverlight 2.0 Beta 1 bits? And one more question - is there going to be rich text editing control included in 2.0 - one of the controls important to many business applications which is hardly possible to custom-develop.

It won't be too long now. We don't have a rich text edit control in Beta1, but will be providing one in the future.  We do allow you to host a HTML editing surface which enables rich text editing scenarios in beta1 which is what a lot of applications are using to enable these scenarios right now.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:25 AM by ScottGu

Hi Zoltan,

>>>>>> I am a little confused about SL 2.0. With the .net support it's making the line vanish between thick and fat clients. I could write a client using SL + WCF creating a soa architecture. So it's basically like a platform independent WPF client (only hosted by the browser) And since it enables me to create beautifull nextgen UI, I almost prefer it to ASP.NET. (I know I can use it with asp.net but that's an other story)  Am I getting this wrong? Where is the line?

The benefit with .NET is that you can now build applications that run purely on the server and use HTML/AJAX, run as desktop of Office applications, run on mobile devices, and now run inside the browser cross-plat.  The good news for .NET developers is that you basically have the flexibility to choose whatever language you want, and use a consistent set of APIs and a rich set of development and design tools to build solutions.  This gives you maximum flexibility and a ton of power.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:26 AM by ScottGu

Hi Whatispunk,

>>>>>>>> Will you be able to use any of the tools in Expression Studio to build SL2 apps? Namely Expression Blend??

Yes - you'll be able to use the full Expression suite of products to target SL2.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:27 AM by ScottGu

Hi Darin (and Martin),

>>>>>>> Does Silverlight have the ability to capture audio from the user's microphone and send it back to the server to save as a file?

Silverlight doesn't have this support just yet.  It is something we are looking to enable in the future - but it isn't supported right now.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:28 AM by ScottGu

Hi Orlin,

>>>>>>> I have been wondering about how a Silverlight application would support search engines. Or in general can you give us some guidance as to when to use Silverlight and when other Web technologies?   Thanks much.

We'll have more guidance and samples that show how to enable this in the future.  It will be similar to how you make AJAX and Flash applications searchable.

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:29 AM by SoftMind

Hi Ming,

>>>>>> I hope it can on VWD 2008.......  

We'll also support Silverlight development with VWD 2008.

Thanks,

Scott

------------------------------------------

Hi Scott,

Does it mean, we shall be getting IronRuby support on VWD 2008 as well, since IronRuby is one of the 5 languages that works with silverlight.

I am exited to read.... " YES from your side "

Thanks

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:29 AM by ScottGu

Hi Russ,

>>>>>>>> 2. Can we have a Calendar control that can scale, using a fixed aspect ratio, from mini to large, and that can be sub-classed to provide other view types besides a grid?

Yes - you can scale any control in Silverlight (including the Calendar control).

Hope this helps,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:29 AM by ScottGu

Hi Dave,

>>>>>>>>> Will SL2 have deep linking support?

Yes - we'll support that.

Thanks,

Scott

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:42 AM by Jim Miller

Hi Scott,

Great work on this release.  As you can tell by the response, we are all really excited to get it!  When you say there will be socket support, will that include UDP?  This is one thing missing from flash that would be extremely useful.

Thanks.

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:55 AM by dalleboy

I'm still a bit concerned about the supposed cross-platform-ness. Is the Javascript file Silverlight.js still used to initialize the Silverlight object in Silverlight 2? If that is the case it will never be truly cross-platform.

If you aren't running one of the platforms supported by Microsoft (Windows (IE, Firefox) and Mac OS X (Firefox, Safari)) you will get redirected to go.microsoft.com/fwlink (or similar), regardless if you have a Silverlight compatible plugin installed. Using the Silverlight.js file is the defacto standard way of initializing Silverlight, at least in previous releases.

It will be the responsibility to each web-developer to update their copy of Silverlight.js in order to get Silverlight to run on other platforms than the ones directly supported by Microsoft. This will never happen, except perhaps for a small portion that are Moonlight enthusiasts.

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 2:42 AM by Steve

Thanks for your response.  

I am from the business apps world and I am busting for this the amount of work it is going to generate I cannot describe this will make my Visual studio 6 clients upgrade.  

Thanks and thanks.  I am just hoping that when you release beta 1 you will give us an idea of the RTM date as well. (but then nobody likes doing that)

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 3:20 AM by Huy

Hi Scott,

Will I get the full binding support for WCF in Beta1. I mean, can I use WSHttpBinding, WSDualHttpBinding, NetTcpBinding ...?

Thanks

# Silverlight

Wednesday, February 27, 2008 4:03 AM by Guy Burstein's Blog

Silverlight 2 Silverlight 2 Tutorials: Building A Simple Digg Client by Scott Guthrie Silverlight 1.0

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 4:11 AM by John

Hi Scott,

I'm really glad more and more information is coming out about Silverlight 2. I understand the reasons for keeping your cards close to your chest for Beta 1 but will the same be true for Beta 2 (you've already given some hints about what is coming in Beta 2) or will there be more information available before the actual release of Beta 2?

It is a shame Beta 1 doesn't have everything but it seems like you are aiming for a very rich feature set so it is understandable. I am glad to hear about the accessibility features of SL 2. While not as sexy as some of the other features I think it will help promote SL alot since a lot of the work people would usually need to undertake will already be baked in from the start (plus it should allow SL apps to be more SEO friendly).

Any news on printing support or will I have to wait until next week :D

Many Thanks,

John

# First Look at Silverlight 2

Wednesday, February 27, 2008 4:59 AM by JuST ANOTHER GeeK

First Look at Silverlight 2

# Silverlight 2.0 Beta is Coming

Wednesday, February 27, 2008 8:36 AM by Noticias externas

Scott Guthrie revealed details about the Silverlight 2.0 release last week including that a public beta

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 9:00 AM by Koen

Scott,

What about multiple Silverlight applications on a single page? How do they interact? In SL1.1 each app has it's own AppDomain. Is that going to be different in SL2? And what if multiple applications originate from different domains, can they interact? And what about different SL versions.

Thanks a lot for a great intro on Silverlight 2. Can't wait.

Koen Zwikstra

# Preparing for MIX '08 in Las Vegas

Wednesday, February 27, 2008 9:06 AM by Corey Miller

Preparing for MIX '08 in Las Vegas

# Silverlight 2.0 A Full Week Before Mix 08

Wednesday, February 27, 2008 9:37 AM by Noticias externas

So, I thought Silverlight 2.0 would have it&#39;s big coming out party at Mix 08 next week in Vegas.&#160;

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 9:40 AM by Laurent Prudhon

Hi Scott,

An important - but too often overlooked - requirement for a good Ajax/ RIA user experience in the browser is graceful Back button handling, and more generally, good backward/forward navigation support.

Will Silverlight 2.0 support NavigationService like WPF ?

Will it be possible to intercept navigation events (Navigating, ...) ?

Will Silverlight navigation support be nicelly integrated with browser Back/Forward buttons and history, like it is for WPF in IE7 ? (on all platforms ?)

Will it be possible to control the browser journal, ie add/remove en (only in the scope of the Silverlight application off course) ?

Thank you for your help,

Laurent.

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 10:24 AM by RdRunnerxx

Scott,

We are all excited and can't wait.  However, please do not release SL2 unless the text edit control and the grid control are ready.  We do not intend to "light up the web".  Instead we have some serious business apps (yes, there is more to the web than just playing video) that need these controls.  

Thanks and keep up the good work.

# Silverlight 2.0 (beta 1) Controls Screenshot

Wednesday, February 27, 2008 11:27 AM by Danny Douglass

Silverlight 2.0 (beta 1) Controls Screenshot

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 11:27 AM by Peter

Hi, Is is possible that "serial port" will be supported in latter sl version?

We do need to use that feature but no RIA techniques support that which means we have to could not make our program run in browser unless we use ActiveX which I don't like.

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 11:52 AM by Radek

Scott,

Great job with these tutorials. Really good SL will suppport crossdomain.xml file - it does mean everything what is accessible from Flash/Flex will become available for SL.

I have a question also - will Silverlight have the ability to measure size of text width/height with style applied? Maybe size of single characters? What about things like caret controlling?

Oh and can't really wait to test SL2.0!

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 12:04 PM by Radek

And one more question - I have noticed SL2.0 will give us socket connections. What are the limitations? In Flash/Flex there is no way to query sockets from range 1-1024 AFAIR. Is there the same limit in SL?

Can you tell more about sockets?

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:09 PM by Rishi

Thanks for the tutorial Scott, just wondering if we could have something like a win32 forms hosting in WPF but for silverlight hosting in Win Forms and/or WPF?

Cheers

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 1:36 PM by Jeremy T. Fuller

Hi, Scott. Excellent stuff -- my team is looking forward to this.

Question: will SL 2.0 support mouse wheel events? Current UI implementations in SL lack a lot of usability because it doesn't support this. Thanks!

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 3:27 PM by Tom Giebink

Will 2.0 give us control over the In and Out point of a windows media file?

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 3:49 PM by Ariel

Thanks. other question: SL 1.1 needed Windows XP with SP2, and in Mac it needed an Intel processor. is this the same for SL 2??

and will the Mono version of SL work in Mac without an intel proc?

Thanks!!

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 6:37 PM by John Spurlock

Hi Scott, thanks for the info thus far - still curious about the following:

1. Will SL2 support the DrawingBrush or the VisualBrush?

2. What about 3D primitives?  

3. How quickly are we going to be able to get this 4MB cross-platform .net runtime running outside of the browser host?  (a la adobe air)  Also would be useful for automated testing purposes.

Thanks,

- John

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 7:14 PM by Tristan

Will the new version of Silverlight have support for RTMP?

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 9:44 PM by Jack Bond

Hi Scott,

You write, "For browser security reasons we don't support drag/drop from the file-system into the browser (in the same way that Flash/Flex and AJAX don't allow this)." I'm curious what the security reasons are for preventing this. The only one I could foresee would be that someone dropped a file onto the browser that they meant to open, and it was accidently made available for upload. That seems pretty remote, so it would be really nice if it were an option to allow drag drop from the local file system(perhaps disabled by default.)

On a side note, are there any plans for "enforced dogfooding" in regards to Silverlight usage. What I mean by this is this: I see a lot of Microsoft sponsored sites that use Flash for embedded video. What's really unfortunate is that it's not just older sites. The new WorldWide Telescope has a Flash video right on its homepage. Drives me nuts having to install Adobe's garbage to watch a Microsoft video.

Thanks.

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 9:54 PM by Ben Hayat

Hi Scott;

I have two questions:

a) Does SL 2.0 support the same "Routed Events" as WPF does?

b) What features are going to be in 2.0, but are not going to make it in beta 1? This way I can design my work accordingly for beta 1 and future betas.

Thanks!

..Ben

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 11:47 PM by Priyan R

sockets , cross domain support, builtin controls ,excited to see the beta! any plan to include webcam and mic support, till now for that we need to use flash

# re: First Look at Silverlight 2

Wednesday, February 27, 2008 11:52 PM by Miguel Madero

Scott:

Do you have an estimated date for Silverlight and WPF for Windows Mobile?

Thanks

Miguel

# re: First Look at Silverlight 2

Thursday, February 28, 2008 2:39 AM by Ron Larvick

Scott,

As a mostly business application developer, what I am praying for in Silverlight is a grid that one can easily copy and paste data from Excel into.  And that could have many Excel features.  So many of our users use Excel and just can't understand why a HTML based grid can't do those things well.  Any idea what the capabilities might be for such a component in Silverlight?  

# re: First Look at Silverlight 2

Thursday, February 28, 2008 3:40 AM by Tim Acheson

Will Silverlight 2 support server-side playlists? That is the one essential capability that the media industry really needs from this technology. I would be most grateful for confirmation on this point.

silverlight.net/.../32973.aspx

# re: First Look at Silverlight 2

Thursday, February 28, 2008 4:13 AM by Axel

The web never looked so good :-) Let's just hope we get 1st class support in VS and Blend.

# re: First Look at Silverlight 2

Thursday, February 28, 2008 5:13 AM by Ruurd Boeke

Scott,

I understand WF is not part of the silverlight distributable.

What would be great is a way to distribute missing functionality yourself. So if you choose to want to bundle the assemblies with your application, you could.

Perhaps (probably..) there are reasons WF will not run on the silverlight subset of .net. But if it could, I would like the opportunity to bundle it! ;-)

# re: First Look at Silverlight 2

Thursday, February 28, 2008 6:29 AM by Pierre Henri

Hi, great news; I can't wait to get my hands on it.

Still can't give a precise launch date? :)

I am waiting for this beta to release a project...

# re: First Look at Silverlight 2

Thursday, February 28, 2008 7:03 AM by Cedric

Hi Scott,

Thanks for the impressive tutorials.

With Silverlight 2 becoming so rich, and getting some new features before WPF, what reasons are left to program with WPF 3.5? In which scenarii would WPF 3.5 be much better than Silverlight 2?

Cedric

# re: First Look at Silverlight 2

Thursday, February 28, 2008 9:02 AM by Tim Kremer

Hi Scott,

How powerful is the sockets support in Silverlight going to be?

Does it support both TCP and UDP?

Can we connect on any port#?

Can we have multiple sockets open at once with threading?

Can we open a listening port?

Any information would be great!

Thanks

Tim Kremer

# Silverlight 2.0

Thursday, February 28, 2008 10:09 AM by From the outside in

As Ferris Bueller said &quot;Life moves pretty fast&quot;. Silverlight 1.0 was released last September

# re: First Look at Silverlight 2

Thursday, February 28, 2008 10:37 AM by Tim Acheson

Hi Scott, does Silverlight 2 support server-side playlists for streaming media? I would be most grateful for confirmation one way or the other.

silverlight.net/.../32877.aspx

# re: First Look at Silverlight 2

Thursday, February 28, 2008 11:01 AM by Ben Hayat

Hi Scott;

This is an answer you gave to someone else, and I was wondering if it was a typo or that is what you meant?

>>Styles, Control Templates and DataTemplates are all in Beta2.<<

Do you mean that Styles, Control Templates and data Templates won't be in Beta 1?

Thanks!

..Ben

# re: First Look at Silverlight 2

Thursday, February 28, 2008 11:11 AM by Paolo Munoz

Thanks for the info Scott!  I'll do more research with 1.1 Alpha (2.0 Beta 1) and see what I can come up with!

Silverlight 2.0 is looking awesome.  Can't wait for the release!

# Second look at Silverlight 2

Thursday, February 28, 2008 12:20 PM by MSDN Ireland Blog

Some of you may have missed Scott Guthrie's First Look at Silverlight 2 - so I thought I would add it

# re: First Look at Silverlight 2

Thursday, February 28, 2008 12:37 PM by Will Neale

Hear, hear for client-side webcam support - preferrably with a SIP interface so that we can use it as a front-end for SIP based 2-way video applications.

This would enable Silverlight to steal a lead over Adobe - who are expected to release SIP support later this year.

# [WPF] WatermarkedTextBox

Thursday, February 28, 2008 5:06 PM by Corrado's BLogs

[WPF] WatermarkedTextBox

# re: First Look at Silverlight 2

Thursday, February 28, 2008 7:55 PM by Jason

Obviously you guys are aware of Adobe AIR, which brings the technology in this space out of the browser and into the realm of desktop applications.  This really changes the paradigm- Silverlight needs to run outside of the browser as well.  This whole "migrate your browser app to WPF for the desktop" is a total non-starter in the context of the current competitive environment for RIA technology.  If you don't believe me, go install AOL's music video application.

Having said that, I think that an RIA runtime with a subset of the dot net framework makes a lot of sense and would be a formidable competitor to AIR.

# re: First Look at Silverlight 2

Thursday, February 28, 2008 9:51 PM by rizvi

excellent

# re: First Look at Silverlight 2

Friday, February 29, 2008 12:19 AM by Richard Purchas

Great stuff Scott! Will it ever be possible to host an SL app out of the browser (much like Adobe AIR) - perhaps to support disconnected-mode apps, or simply to manage in corporate environments so you don't have to worry about what happens when someone clicks on a back-button etc. It would be ideal to support in-browser and own-window SL apps.

Thanks

# First Look at Using Expression Blend with Silverlight 2

Friday, February 29, 2008 12:36 AM by ScottGu's Blog

Last week I did a First Look at Silverlight 2 post that talked about the upcoming Silverlight 2 Beta1

# New Technology &raquo; Blog Archive &raquo; First Look at Using Expression Blend with Silverlight 2

Pingback from  New Technology  &raquo; Blog Archive   &raquo; First Look at Using Expression Blend with Silverlight 2

# re: First Look at Silverlight 2

Friday, February 29, 2008 4:48 AM by Boyan Mihailov

Very good intruduction to Silverlight 2. I have not used Silverlight but I am going to change this in future. I like the concepts of this technology.

# Shortly Silverlight 2.0 Public Beta Release

Friday, February 29, 2008 4:50 AM by Swiss MSDN Team Blog

Everybody is waiting for big announcements at MIX08 next week in Las Vegas, the next web conference for

# MSDN Blog Postings &raquo; Shortly Silverlight 2.0 Public Beta Release

Pingback from  MSDN Blog Postings  &raquo; Shortly Silverlight 2.0 Public Beta Release

# Silverlight 2 Beta 1 and Expression Blend

Friday, February 29, 2008 5:32 AM by If broken it is, fix it you should

ScottGu has outdone himself again with a demo series First Look at Silverlight 2 and First Look at using

# re: First Look at Silverlight 2

Friday, February 29, 2008 9:03 AM by John Silvers

I heard the talk about Silverlight(XAML) Browser with advanced search capabilities. Is that true? Is Microsoft building a seperate XAML browser versus HTML browser? If it's true..Will IE8 and Silverlight browser be marketed seperately?? I think it's amazing and a great idea...It will definetly create a competive advantage..

# Scott Guthrie on Expression Blend 2.5

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

As a follow-up to his introduction to Silverlight 2, Scott Guthrie just posted a great article on using

# Silverlight &#8230;. not too far &laquo; dOTNEt fREAk

Friday, February 29, 2008 10:38 AM by Silverlight …. not too far « dOTNEt fREAk

Pingback from  Silverlight &#8230;. not too far &laquo; dOTNEt fREAk

# re: First Look at Silverlight 2

Friday, February 29, 2008 11:04 AM by Kyle

Anyone who knows what Visual Studio theme Scott uses in his screenshots? Thanks in advance.

# Virtual Dreams &raquo; Chegando: Silverlight 2.0! WOW!

Friday, February 29, 2008 6:29 PM by Virtual Dreams » Chegando: Silverlight 2.0! WOW!

Pingback from  Virtual Dreams &raquo; Chegando: Silverlight 2.0! WOW!

# Silverlight 2 is comming....

Friday, February 29, 2008 10:11 PM by A.r.a.s.h's World

Silverlight 2 is comming....

# 本周ASP.NET英文技术文章推荐[02/24 - 03/01]:Silverlight、AJAX、Web Client Software Factory、LINQ、上传文件、GDI

Friday, February 29, 2008 10:27 PM by Dflying Chen

摘要继续推荐。本期共有7篇文章:Silverlight2第一印象《ASP.NET3.0揭秘》勘误:ASP.NETAJAX认证WebClientSoftwareFactory...

# re: First Look at Silverlight 2

Saturday, March 01, 2008 7:52 AM by Suprotim Agarwal

Eagerly waiting for the next big announcement :)

# RIA Wars Update: Silverlight 2.0 Is Coming &laquo; Claus Topholt&#8217;s Blog

Pingback from  RIA Wars Update: Silverlight 2.0 Is Coming &laquo; Claus Topholt&#8217;s Blog

# Waiting for Silverlight 2

Saturday, March 01, 2008 12:36 PM by Greg's Blog

Waiting for Silverlight 2

# re: First Look at Silverlight 2

Saturday, March 01, 2008 1:13 PM by Matthew

Scott,

I was wondering if you guys are going to add camera access to SL2 or not.

# re: First Look at Silverlight 2

Saturday, March 01, 2008 2:11 PM by John P

Looking forward to getting my grubby mitts on it! :)

# re: First Look at Silverlight 2

Sunday, March 02, 2008 2:53 AM by Braulio

Will it  be easy to uninstall current alpha and install this new beta?

# Help define, develop and test Microsoft&#8217;s rich client platform - join the team! - Jeff Wilcox

Pingback from  Help define, develop and test Microsoft&#8217;s rich client platform - join the team! - Jeff Wilcox

# Why I&#8217;m looking forward to MIX this year - Jeff Wilcox

Pingback from  Why I&#8217;m looking forward to MIX this year - Jeff Wilcox

# MSDN Blog Postings &raquo; Why I'm looking forward to MIX this year

Pingback from  MSDN Blog Postings  &raquo; Why I'm looking forward to MIX this year

# ShemWorld &raquo; Silverlight 2.0 FTW?

Sunday, March 02, 2008 6:14 PM by ShemWorld » Silverlight 2.0 FTW?

Pingback from  ShemWorld &raquo; Silverlight 2.0 FTW?

# New services, frameworks and tools on tap for Mix08 &laquo; IT Spot

Pingback from  New services, frameworks and tools on tap for Mix08 &laquo; IT Spot

# LDLS: ASP.NET y mas...

Sunday, March 02, 2008 9:20 PM by SergioTarrillo's RichWeblog

[LDLS] -&gt; Links de la semana. Y es que a veces se leen muchos recursos en el RSS, que se lo deja como

# A tour on Expression Encoder (Screencast)

Monday, March 03, 2008 8:46 AM by Chaves

# First Look at Using Expression Blend with Silverlight 2 &laquo; .NET Framework tips

Pingback from  First Look at Using Expression Blend with Silverlight 2 &laquo; .NET Framework tips

# Mix 08 Schedule Picks

Monday, March 03, 2008 2:27 PM by Brad Abrams

I know there are quite a few folks on there way to Vegas right now for Mix08 ...&#160;&#160; I thought

# Todd Herman&#8217;s Blog &raquo; The coming of Silverlight 2.0

Monday, March 03, 2008 2:38 PM by Todd Herman’s Blog » The coming of Silverlight 2.0

Pingback from  Todd Herman&#8217;s Blog &raquo; The coming of Silverlight 2.0

# MSDN Blog Postings &raquo; Mix 08 Schedule Picks

Monday, March 03, 2008 2:39 PM by MSDN Blog Postings » Mix 08 Schedule Picks

Pingback from  MSDN Blog Postings  &raquo; Mix 08 Schedule Picks

# MIX08 for Non-Attendees

Monday, March 03, 2008 3:01 PM by Tim Sneath

At last, the mad rush is over. The run-up to a conference like MIX is always frantic: for me, the first

# Silverlight 2.0 Tutorial &laquo; Ishak On Dotnet [ .NET ]

Monday, March 03, 2008 8:31 PM by Silverlight 2.0 Tutorial « Ishak On Dotnet [ .NET ]

Pingback from  Silverlight 2.0 Tutorial &laquo; Ishak On Dotnet [ .NET ]

# [Silverlight] Un autre tutoriel sur Silverlight 2

Tuesday, March 04, 2008 10:19 AM by Thomas Lebrun

Alors que la sortie de la Beta 1 de Silverlight 2 approche à grand pas, Jesse Liberty vient de mettre

# Scott Guthrie

Tuesday, March 04, 2008 10:46 AM by Jesse Liberty - Silverlight Geek

My first posting of the Road Map to the Silverlight 2 Tutorials was linked to an earlier draft, which

# Scott Guthrie

Tuesday, March 04, 2008 11:11 AM by Blogs

My first posting of the Road Map to the Silverlight 2 Tutorials was linked to an earlier draft, which

# Scott Guthrie

Tuesday, March 04, 2008 11:35 AM by Mirrored Blogs

My first posting of the Road Map to the Silverlight 2 Tutorials was linked to an earlier draft, which

# Silverlight 1.1/2.0 &laquo; Colinizer - tech geek inside your mind

Pingback from  Silverlight 1.1/2.0 &laquo; Colinizer - tech geek inside your mind

# Techy News &raquo; Blog Archive &raquo; Silverlight 1.1/2.0 ?? Colinizer - tech geek inside your mind

Pingback from  Techy News  &raquo; Blog Archive   &raquo; Silverlight 1.1/2.0 ?? Colinizer - tech geek inside your mind

# Mix 08 Schedule Picks

Tuesday, March 04, 2008 7:53 PM by Programming

I know there are quite a few folks on there way to Vegas right now for Mix08 ...&#160;&#160; I thought

# MIX08 Begins Tomorrow &laquo; Nothing But .NET

Tuesday, March 04, 2008 7:57 PM by MIX08 Begins Tomorrow « Nothing But .NET

Pingback from  MIX08 Begins Tomorrow &laquo; Nothing But .NET

# Mix 08 and Silverlight 2

Tuesday, March 04, 2008 10:37 PM by Mahjayar's WebLog.

Mix 2008 is just hours away and I am very excited to talk about all the work we have been doing to get

# Mix 08 and Silverlight 2

Tuesday, March 04, 2008 10:43 PM by Noticias externas

Mix 2008 is just hours away and I am very excited to talk about all the work we have been doing to get

# MSDN Blog Postings &raquo; Mix 08 and Silverlight 2

Tuesday, March 04, 2008 11:46 PM by MSDN Blog Postings » Mix 08 and Silverlight 2

Pingback from  MSDN Blog Postings  &raquo; Mix 08 and Silverlight 2

# Silverlight 2 - Hello World

Wednesday, March 05, 2008 7:51 AM by dotnetplanet

Silverlight 2 ya esta publico y Scott Gu ha publicado un articulo en series que describe las nuevas características y como poder hacer una aplicación de 0 a 100. A continuación las referencias del articulo:

Part 1: Creating "Hello World%

# re: First Look at Silverlight 2

Wednesday, March 05, 2008 9:58 AM by belinda dixon

will this improve my music, media, ect.?

# re: First Look at Silverlight 2

Wednesday, March 05, 2008 12:09 PM by David Gouge

Excellent post, we're all very excited about SL2. :D

# Microsoft Mix &#8216;08 keynote kick-off: The Cliff Notes version | All about Microsoft | ZDNet.com

Pingback from  Microsoft Mix &#8216;08 keynote kick-off: The Cliff Notes version | All about Microsoft | ZDNet.com

# Nokia has announced support for Silverlight

Wednesday, March 05, 2008 1:58 PM by Constanze's Mobile Musings

Nokia and Microsoft are working together to put Silverlight on Nokia's high-end smarthphones that run

# Silverlight 2

Wednesday, March 05, 2008 2:03 PM by Iván González

Scott Guthrie está haciendo una presentación de Silverlight 2. En principio, no hay mayores novedades

# Nokia has announced support for Silverlight

Wednesday, March 05, 2008 2:11 PM by Noticias externas

Nokia and Microsoft are working together to put Silverlight on Nokia&#39;s high-end smarthphones that

# Silverlight 2 Beta 1 is online :-)

Wednesday, March 05, 2008 3:21 PM by

Sweet :-) Have a look at ScottGu's blog for a first impression First Look at Silverlight 2 First Look

# Silverlight 2 Beta 1 is online :-)

Wednesday, March 05, 2008 4:15 PM by Noticias externas

Sweet :-) Have a look at ScottGu&#39;s blog for a first impression of Silverlight 2 First Look at Silverlight

# Nokia has announced support for Silverlight

Wednesday, March 05, 2008 4:38 PM by Pocket.Info - Mobile 2.0

Nokia and Microsoft are working together to put Silverlight on Nokia&#39;s high-end smarthphones that

# Silverlight 2.0 Beta 1 available for download....

Wednesday, March 05, 2008 5:03 PM by MiguelMoreno.Net

Silverlight 2.0 Beta 1 available for download....

# Silverlight 2.0 Beta 1 ya está aquí

Wednesday, March 05, 2008 6:06 PM by Jorge Serrano - MVP Visual Developer - Visual Basic

¡Por fin llegó! Para los más despistados y que no sepan aún lo que es Silverlight, aquí están las webs

# Silverlight 2.0 Beta 1 ya está aquí

Wednesday, March 05, 2008 6:06 PM by El blog de Jorge

¡Por fin llegó! Para los más despistados y que no sepan aún lo que es Silverlight, aquí están las webs

# Silverlight 2, IE 8, Expressions 2 beta released

Wednesday, March 05, 2008 6:32 PM by The HALLway

Silverlight 2, IE 8, Expressions 2 beta released

# Silverlight 2 Beta 1/ ASP.NET MVC and more

Wednesday, March 05, 2008 6:35 PM by ASPInsiders

This morning during the key note @ Mix, Microsoft announced that Silverlight 2 Beta 1,&#160; Expression

# re: First Look at Silverlight 2

Wednesday, March 05, 2008 9:10 PM by TheCreativeDomain

I was reading in the comments above that we would be able to use VWD 2008 to develop Silverlight apps. The install for the tools is only for Visual Studio 2008. Any idea when it will be available to us poor people ;-)

# re: First Look at Silverlight 2

Thursday, March 06, 2008 3:43 AM by Sascha

Scott,

you told that byte stream access is possible for images - for videos too? Am I able to manipulate the byte stream directly right before playback?

Regards

Sascha

# re: First Look at Silverlight 2

Thursday, March 06, 2008 3:53 AM by Francisco

Hello Scott.

Does Silverlight 2 beta 1 includes a go-live license?

Thanks

# Computerworld: Standards NZ claims Geneva success

Thursday, March 06, 2008 4:35 AM by Notes2Self.net

The Rashomon effect notwithstanding, the post Geneva consensus continues to grow ... Standards New Zealand

# re: First Look at Silverlight 2

Thursday, March 06, 2008 5:45 AM by KKI

I saw there is something called "Media – Content Protection" in silverlight.net/.../overview.aspx .

Can someone please tell me what this feature is?

Is this a MS-DRM support or a Copyright Flag control?

# Lançado o Beta 1 do Silverlight 2.0

Thursday, March 06, 2008 7:36 AM by Bruno Sonnino

Ontem, no Mix/08 foi lançado o Beta 1 do Silverlight 2.0. Esta tem muitas novidades sobre a versão anterior

# re: First Look at Silverlight 2

Thursday, March 06, 2008 7:50 AM by JINXz

Hi Scott

Thanx, this is beautiful!

When is MIX coming to South Africa?

# re: First Look at Silverlight 2

Thursday, March 06, 2008 7:55 AM by Georgiana

Hi!

How can I set the Source of an Windows.Controls.Image haveing a Stream object, obtained from an OpenFileDialog? Is this possible in 2.0 Beta1?

Thanks

# MIX08 - Silverlight 2.0

Thursday, March 06, 2008 8:18 AM by Bob's Blog

According to Scott Guthrie , Microsoft is seeing a steady increase in&#160; the download rate of Silverlight

# First Look at Silverlight 2

Thursday, March 06, 2008 12:12 PM by First Look at Silverlight 2

Pingback from  First Look at Silverlight 2

# re: First Look at Silverlight 2

Thursday, March 06, 2008 1:42 PM by Erik

I see two common uses for silverlight where you fall a bit short today.

1) Business applications for the intranet and gmail like applications.

2) Games.

For 1 you need the experience to be similar to what the user is used to. That means keyboard and mouse support that behaves similar to the native OS widgets. The most important I think is select text - right click - copy/paste. You just must support right click, simple as that. The other issue is the visual style of the controls. With the rich template support in the controls, would it not be possible to detect the OS, or even the theme, and have default styles for win/mac and perhaps gtk on moonlight and then switch to the correct style depending on the users OS? Template = Native or something similar.

2) For games you need a good bitmap api. Please include the one you are working on for the desktop WPF in silverlight as well. Just a simple one would be enough, don't really need shader support.

# Day 1 at MIX

Thursday, March 06, 2008 2:43 PM by Pooya's architect place (in the Gulf)

After a long long journey from Dubai, I finally arrived in Las Vegas for the first day of MIX08. A very

# Day 1 at MIX

Thursday, March 06, 2008 3:02 PM by Noticias externas

After a long long journey from Dubai, I finally arrived in Las Vegas for the first day of MIX08. A very

# MSDN Blog Postings &raquo; Day 1 at MIX

Thursday, March 06, 2008 3:02 PM by MSDN Blog Postings » Day 1 at MIX

Pingback from  MSDN Blog Postings  &raquo; Day 1 at MIX

# Microsoft announcement of Silverlight 2 (Devices/RIA/Client)

Thursday, March 06, 2008 4:42 PM by Jack Gudenkauf (JackG) WebLog

Yesterday, Microsoft announced a significant technology advancement in Rich Internet Application (RIA)

# Microsoft releases beta versions of IE8 and Silverlight 2.0 at MIX 08

Thursday, March 06, 2008 5:04 PM by Geert van der Cruijsen - Fast Forward

Microsoft releases beta versions of IE8 and Silverlight 2.0 at MIX 08

# Microsoft announcement of Silverlight 2 (Devices/RIA/Client)

Thursday, March 06, 2008 5:19 PM by Noticias externas

Yesterday, Microsoft announced a significant technology advancement in Rich Internet Application (RIA

# re: First Look at Silverlight 2

Thursday, March 06, 2008 10:17 PM by Symbyo Technologies

Yesterday I watched Microsoft Mix. They announced Silverlight 2. I am very impressed

# re: First Look at Silverlight 2

Thursday, March 06, 2008 11:52 PM by bchi49

Where can I download the Windows Mobile version of Silverlight 2? It's mentioned here www.microsoft.com/.../mobile.aspx but there's no download link.

Thanks.

# re: First Look at Silverlight 2

Friday, March 07, 2008 12:07 AM by Treeview Included?

is there a treeview control with silverlight 2.0 beta1, if not are u planning to release in future release?

# re: First Look at Silverlight 2

Friday, March 07, 2008 2:17 AM by Nandhu-CBM

Hi Scott,

Mouse wheel scrolling is not supported in SL2?

Also System.Data is not supporting, then how can we do database activities? Only with services?

Thanks.

# re: First Look at Silverlight 2

Friday, March 07, 2008 4:12 AM by Georgiana

Hi!

Is it possible in Beta 1, to use a Stream obtained with OpenFileDialog to set the source of an Image? I'm interested in a way of displaying in brawser the image that the user selected.

Thanks

# re: First Look at Silverlight 2

Friday, March 07, 2008 4:21 AM by Samit

Hi Scott,

I need to create an e-learning course that is supposed to be SCORM 1.2 compliant. Any ideas if this is currently supported in Silverlight? If not, when would this feature be incorporated?

Regards,

Samit

# re: First Look at Silverlight 2

Friday, March 07, 2008 5:08 AM by Takashi

Hi Scott,

Is the SL2 extends its foreign language support to double-bytes charactor code countries such as Japanese, Chinese and Korean, etc.?

Thank you.

# Alcune novità presentate a MIX'08 di Las Vegas.

Friday, March 07, 2008 5:50 AM by Discussion about design and user experience

Conclusa da poche ore le keynote di MIX’08 a Las Vegas , le novità presentate in ambito web e new media

# MSDN Blog Postings &raquo; Alcune novit?? presentate a MIX'08 di Las Vegas.

Pingback from  MSDN Blog Postings  &raquo; Alcune novit?? presentate a MIX'08 di Las Vegas.

# Novità dal MIX'08 di Las Vegas.

Friday, March 07, 2008 6:07 AM by Discussion about design and user experience

Conclusa da poche ore le keynote di MIX’08 a Las Vegas , le novità presentate in ambito web e new media

# Jills blog &raquo; Blog Archive &raquo; Silverlight 2 beta

Friday, March 07, 2008 6:42 AM by Jills blog » Blog Archive » Silverlight 2 beta

Pingback from  Jills blog  &raquo; Blog Archive   &raquo; Silverlight 2 beta

# Novità dal MIX'08 di Las Vegas.

Friday, March 07, 2008 6:46 AM by Noticias externas

Conclusa da poche ore le keynote di MIX’08 a Las Vegas , le novità presentate in ambito web e new media

# Silverlight 2.0 Regular Expression Evaluator

Friday, March 07, 2008 10:34 AM by Flawless Code

Silverlight 2.0 Regular Expression Evaluator

# MSDN Blog Postings &raquo; Alcune novit?? presentate a MIX'08 di Las Vegas.

Pingback from  MSDN Blog Postings  &raquo; Alcune novit?? presentate a MIX'08 di Las Vegas.

# la ciudadela &raquo; Blog Archive &raquo; Silverlight 2 Beta 1

Friday, March 07, 2008 3:12 PM by la ciudadela » Blog Archive » Silverlight 2 Beta 1

Pingback from  la ciudadela  &raquo; Blog Archive   &raquo; Silverlight 2 Beta 1

# Silverlight 2.0 Beta 1 Released

Friday, March 07, 2008 5:17 PM by Name of the blog

Silverlight 2.0 Beta 1 Released

# re: First Look at Silverlight 2

Saturday, March 08, 2008 8:19 AM by Nandhu-CBM

Hi scott,

can we manage user indentity?

Right click will support?

will you give password box?

# ScottGu的Silverlight2教程配套代码(本站原创)

Saturday, March 08, 2008 11:00 AM by SixSix

这次微软发布的Silverlight2 Beta1很奇怪,在工具出现之前1个星期, ScottGu的详尽入门教程已经出现了。(地址 weblogs.asp.net/.../first-look-at-silverlight-2.aspx

# re: First Look at Silverlight 2

Saturday, March 08, 2008 1:13 PM by Gerhard

Hi,

I think Silverlight 2.0 is a great thing.

Will there be more controls?

I would need combobox, tabview and treeview.

Will they come?

Best Regards

Gerhard

# re: First Look at Silverlight 2

Saturday, March 08, 2008 1:37 PM by DSS

It doesn't matter how good it is or how sophisticated the API you come up with. The truth is that Adobe has Flash and Flex and 90% of the market. Silverlight has 2% where 1% are people working for Microsoft.

# [Architecture] DataSet vs Entity e il LazyLoading

[Architecture] DataSet vs Entity e il LazyLoading

# Silverlight Tutorial Part 1: Creating &quot;Hello World&quot; with Silverlight 2 and VS 2008 - ScottGu's Blog

Pingback from  Silverlight Tutorial Part 1: Creating &quot;Hello World&quot; with Silverlight 2 and VS 2008 - ScottGu's Blog

# Silverlight Tutorial Part 8: Creating a Digg Desktop Application using WPF - ScottGu's Blog

Pingback from  Silverlight Tutorial Part 8: Creating a Digg Desktop Application using WPF - ScottGu's Blog

# re: First Look at Silverlight 2

Saturday, March 08, 2008 5:23 PM by Danny Smith

Could someone please, please, please tell me how to set the Image Control's Source property in C#, it's driving me nutts!

# re: First Look at Silverlight 2

Saturday, March 08, 2008 6:02 PM by tigerhawkvok

Are we going to be getting a 64-bit compatible Silverlight some time in the near future?  I prefer to use the 64-bit versions of IE7/8, and it'd be great if i didn't have to switch down to 32-bit to run Rilverlight!

# ScottGu Silverlight Reference Page

Saturday, March 08, 2008 6:04 PM by ScottGu's Blog

I'll be using this page to list the Silverlight 2 articles I write, as well as link to good Silverlight

# Silverlight 2.0 Beta 1 rocks - Paul&#8217;s Blog - Australian MSP

Pingback from  Silverlight 2.0 Beta 1 rocks - Paul&#8217;s Blog - Australian MSP

# re: First Look at Silverlight 2

Sunday, March 09, 2008 4:25 AM by Shalvin

Very informative.

When is the Silverlight 2.0 final version likely to  release?

# Silverlight 2 Beta 1

Sunday, March 09, 2008 4:16 PM by miguel

Finalmente liberaron el Beta 1. Tal como se esperaba después del Mix 08. Aquí algunos recursos utiles

# 浅谈Silverlight2.0 beta1 控件属性中的ContentControl与ContentTemplate

Monday, March 10, 2008 7:46 AM by 一瞬间

Silverlight2.0beta1在Mix08放出来以后,这几天都在仔细研究中。看了Terrylee的Silverlight系列,速度写的太快了收益颇多。加上这段时间的研究,准备写一些来和喜欢...

# 浅谈Silverlight2.0 beta1 控件属性中的ContentControl与ContentTemplate

Monday, March 10, 2008 8:13 AM by cnblogs.com

Silverlight2.0 beta1 在Mix08放出来以后,这几天都在仔细研究中。看了 Terrylee 的Silverlight系列,速度写的太快了收益颇多。加上这段时间的研究,准备写一些来和喜欢Silverlight的朋友一起学习研究下

# re: First Look at Silverlight 2

Monday, March 10, 2008 10:14 AM by Albert

Great info scott.

I downloaded the beta, but I'm having trouble installing it on Vista x64. I had problems with the 1.1 version also and never got it to work on Firefox.

Does the beta support Vista x64?

Thanx

# re: First Look at Silverlight 2

Monday, March 10, 2008 8:06 PM by Eric

Please quit saying rich. I'm sure it's wonderful but find a new adjective. You and Bill Gates must talk too much :)

# re: First Look at Silverlight 2

Monday, March 10, 2008 8:32 PM by Benjamin Chi

Section 508 compliance! Alright!

# Silverlight 2 Control Skins

Monday, March 10, 2008 9:28 PM by Ux Musings

Last week, Silverlight 2 beta one was the hot topic at the Mix 08 conference that took place in Las Vegas,

# MSDN Blog Postings &raquo; Silverlight 2 Control Skins

Monday, March 10, 2008 10:13 PM by MSDN Blog Postings » Silverlight 2 Control Skins

Pingback from  MSDN Blog Postings  &raquo; Silverlight 2 Control Skins

# Silverlight 2 Control Skins

Monday, March 10, 2008 10:30 PM by Noticias externas

Last week, Silverlight 2 beta one was the hot topic at the Mix 08 conference that took place in Las Vegas

# 浅谈Silverlight2.0 beta1(1) 控件属性中的ContentControl与ContentTemplate

Monday, March 10, 2008 11:54 PM by 一瞬间

Silverlight2.0beta1在Mix08放出来以后,这几天都在仔细研究中。看了Terrylee的Silverlight系列,速度写的太快了收益颇多。加上这段时间的研究,准备写一些来和喜欢...

# Microsoft Student Partners &raquo; Blog Archive &raquo; Microsoft Releasing Silverlight for Windows Mobile??

Pingback from  Microsoft Student Partners  &raquo; Blog Archive   &raquo; Microsoft Releasing Silverlight for Windows Mobile??

# re: First Look at Silverlight 2

Tuesday, March 11, 2008 3:53 AM by mostafa arafa

Hi Scott,

thanks alot for sharing the information and waiting for the release of beta 2.

# re: First Look at Silverlight 2

Tuesday, March 11, 2008 3:54 AM by robert

Hello Scott,

any idea if SL2 will support XML digital signatures? For financial apps this is quite important and I was hoping we'd finally have a cross-platform way of doing this...

Regards,

Robert

# re: First Look at Silverlight 2

Tuesday, March 11, 2008 8:53 AM by Stephen

Scott, I'm not sure if you'll respond to this due to the topic age but;

In your topic you say:

"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)."

Right now, in terms of WCF communication, theres only BasicHttpBinding available.. I was quite surprised, I'm not sure if this just isn't done yet, or the web services communication of silverlight 2 will be somewhat crippled for its initial release.. or would it be a 'simple' matter of writing our own implementation of a WS* binding? if so, why? is it possible that silverlight 2 can come with a features that aren't nec deployed with the silverlight plugin.. but are instead deployed with the application, in the event they are used (such as like how the controls are included at the moment)

# Download Silverlight, Expression Blend betas available

Tuesday, March 11, 2008 12:52 PM by US ISV Developer Evangelism Team

The beta version of Silverlight 2 is available for download. Version 2 features support for managed code

# Silverlight 2

Tuesday, March 11, 2008 1:18 PM by Miguel Saez

Hoy con Juan dimos una conferencia online utilizando la versión de Silverlight 2 liberada la semana pasada.

# Download Silverlight, Expression Blend betas available

Tuesday, March 11, 2008 1:28 PM by Noticias externas

The beta version of Silverlight 2 is available for download. Version 2 features support for managed code

# MSDN Blog Postings &raquo; Silverlight 2

Tuesday, March 11, 2008 1:40 PM by MSDN Blog Postings » Silverlight 2

Pingback from  MSDN Blog Postings  &raquo; Silverlight 2

# Community Convergence XLI

Tuesday, March 11, 2008 5:36 PM by Charlie Calvert's Community Blog

Welcome to the forty-first Community Convergence. The big news this week is that we have moved Future

# re: First Look at Silverlight 2

Tuesday, March 11, 2008 5:41 PM by Cezar

Hi,

Great news. I'm really happy of the way the things are going.

Still, I have one question. In future will Silverlight support video conference features?

I've read some posts on the silverlight forum and for the moment is not possible without compromises.

Thank you!

# Getting Started With Silverlight

Tuesday, March 11, 2008 7:10 PM by Scott Morrison

Odds are if you are on this site you are probably interested in building Silverlight applications. Here’s

# Single source code base for Silverlight and WPF solutions

Tuesday, March 11, 2008 8:10 PM by Blogs

At Mix08 , several people asked me about the possibility of creating a single source base for both WPF

# What&#8217;s on the cards for Mix08? | Not Only Holidays

Wednesday, March 12, 2008 4:30 AM by What’s on the cards for Mix08? | Not Only Holidays

Pingback from  What&#8217;s on the cards for Mix08? | Not Only Holidays

# Silverlight 2

Wednesday, March 12, 2008 8:30 AM by Fredrik's .NET Blog

I have read the First Look at Silverlight 2 - ScottGu's Blog. I think Silverlight 2 is going to be very

# Spartan-Code&raquo; Blog Archive &raquo; Expression Web 2 Beta1

Wednesday, March 12, 2008 9:54 AM by Spartan-Code» Blog Archive » Expression Web 2 Beta1

Pingback from  Spartan-Code&raquo; Blog Archive &raquo; Expression Web 2 Beta1

# re: First Look at Silverlight 2

Wednesday, March 12, 2008 2:56 PM by Rachida

Thank you so much for this tutorial, Great job Scott. Is it possible to have this tutorial in a PDF file. This information is valuable.

Thanks,

Rachida

# LDLS: ASP.NET y mas...

Wednesday, March 12, 2008 4:28 PM by ASP.NET Espanol Blogs

[LDLS] -&gt; Links de la semana. Y es que a veces se leen muchos recursos en el RSS, que se lo deja como

# What&#8217;s on the cards for Mix08? | Not Only Holidays

Wednesday, March 12, 2008 5:26 PM by What’s on the cards for Mix08? | Not Only Holidays

Pingback from  What&#8217;s on the cards for Mix08? | Not Only Holidays

# What&#8217;s on the cards for Mix08? | Not Only Holidays

Wednesday, March 12, 2008 5:33 PM by What’s on the cards for Mix08? | Not Only Holidays

Pingback from  What&#8217;s on the cards for Mix08? | Not Only Holidays

# What&#8217;s on the cards for Mix08? | Not Only Holidays

Wednesday, March 12, 2008 5:37 PM by What’s on the cards for Mix08? | Not Only Holidays

Pingback from  What&#8217;s on the cards for Mix08? | Not Only Holidays

# re: First Look at Silverlight 2

Wednesday, March 12, 2008 11:46 PM by egoZd

Does silverlight2 support Opengl or directx something.I could not found any topic on MSDN about this.

thanks

# Microsoft News Weblog &raquo; Blog Archive &raquo; Start Learning Silverlight 2.0

Pingback from  Microsoft News Weblog  &raquo; Blog Archive   &raquo; Start Learning Silverlight 2.0

# First Look at Silverlight 2 at Superdopey&#8217;s Techblog

Thursday, March 13, 2008 5:18 AM by First Look at Silverlight 2 at Superdopey’s Techblog

Pingback from  First Look at Silverlight 2 at  Superdopey&#8217;s Techblog

# re: First Look at Silverlight 2

Thursday, March 13, 2008 1:56 PM by Mike

I can't get my silverlight 2 web site to host on XP nor Server 2003.  Is there a series of steps I have to go through to get this to work on IIS 5 or 6?  Thanks.

# Silverlight 2.0 Beta 1 is out !

Friday, March 14, 2008 1:24 AM by Hammad : IDotNetWizard

Silverlight 2 beta 1 is out and available for download. It certainly is an amazing option for developing

# re: First Look at Silverlight 2

Friday, March 14, 2008 9:15 AM by ILIAS

I am trying to see if Silverlight 2 would play nice in a SOA architecture.

SO I have a WCF Service layer (hiding other layers underneath...) and I want my client to be Silverlight 2.

I got it to work , and doing Asynch calls. But I am not really sure that I am ok with the fact that I need to have a clientpolicy.xml on my service layer web host.

So my question, if my client app is going to be available anywhere on the WEB, will I have to allow the whole world to access my service layer by allowing "*" in the client policy?

ILIAS

# re: First Look at Silverlight 2

Friday, March 14, 2008 10:17 AM by helion-prime

It is very good approach for new web-based applications. I even think it is best that we have.

HTML5 looks awful. It is better to use .Net applications with Silverlight ..  

# re: First Look at Silverlight 2

Friday, March 14, 2008 4:39 PM by Mikhail

Does anybody know if Silverlight 2.0 final realease will have tree view control?

# SharePoint and Silverlight

Sunday, March 16, 2008 7:22 PM by Steve Caravajal's Ramblings

The Silverlight Blueprint for SharePoint provides a source code jump start for creating Web Parts that

# MSDN Blog Postings &raquo; SharePoint and Silverlight

Sunday, March 16, 2008 9:06 PM by MSDN Blog Postings » SharePoint and Silverlight

Pingback from  MSDN Blog Postings  &raquo; SharePoint and Silverlight

# one sentence per day at least

Monday, March 17, 2008 9:58 AM by 望穿秋水

I will record one frequently-used sentence per day at least.

# Silverlight e le nuove interfacce per il mondo finanziario

Tuesday, March 18, 2008 5:32 AM by Il blog del team MSDN Italia

Normalmente si &#232; portati a pensare che la costruzione di interfacce innovative e ricche di contenuti,

# re: First Look at Silverlight 2

Tuesday, March 18, 2008 5:54 AM by Bart Plasmeijer

Scott,

What is the roadmap voor silverlight 2.0 RTM?

# MSDN Blog Postings &raquo; Silverlight e le nuove interfacce per il mondo finanziario

Pingback from  MSDN Blog Postings  &raquo; Silverlight e le nuove interfacce per il mondo finanziario

# Primer vistazo a Silverlight 2 &laquo; Thinking in .NET

Tuesday, March 18, 2008 8:07 AM by Primer vistazo a Silverlight 2 « Thinking in .NET

Pingback from  Primer vistazo a Silverlight 2 &laquo; Thinking in .NET

# re: First Look at Silverlight 2

Friday, March 21, 2008 12:02 AM by Blurry-eyed dev (from reading blurry Silverlight text!)

Please for the love of God fix the anti-aliasing in Silverlight.  Every demo I've seen where text is rendered looks like crap!  The new rich controls highlight this even more.  Who wants blurry text on their Grid/TextBox/Treeview?! (hey where is the TreeView control?)  Please allow an API call that will disable anti-aliasing at the developer's discretion.

# re: First Look at Silverlight 2

Saturday, March 22, 2008 1:50 AM by Md. Masudur Rahman

Hi,

I am really glad to see the control set in silver light 1.0, i have suffered with lack of control suffort... still i haven't seen any dropdown list in silverlight 2.0, Hope to see a full set of control in the release version of 2.0.

Thanks & Best of Luck

Md. Masudur Rahman

# Silverlight 2.0

Saturday, March 22, 2008 10:46 AM by dotnetWalker

Silvelight 2确定是跨平台的, 在MAC和Windows上都能够运行(但是居然还没听到Linux),大小约 4.3MB , 仅需要 4-10 秒安装到用户端,同时了扩充对Networking的支持。

# Silverlight Beta

Saturday, March 22, 2008 12:51 PM by From Dusk Till Light

After the somewhat disappointing experience with the Silverlight 1.1 Alpha from last year's september, I preliminary stopped working with it. Now, or better, since three weeks the first Beta of Silverlight 2 is out. Because I'm currently working

# ASP.NET y mas...

Sunday, March 23, 2008 4:19 PM by .net y algo mas

Links de la semana. Y es que a veces se leen muchos recursos en el RSS, que se lo deja como pendiente

# Creating a Custom Skin for Silverlight 2&#39;s Button ControlMatt Berseth @ ZDima.net

Pingback from  Creating a Custom Skin for Silverlight 2&#39;s Button ControlMatt Berseth @ ZDima.net

# re: First Look at Silverlight 2

Monday, March 24, 2008 2:09 PM by Matthew

Scott, have you ever read this article? It has made me a bit nervous. Are there any plans to fix these issues?

devlicio.us/.../there-s-some-darkness-in-your-silver-light.aspx

Regards

Matthew

# Was geht&#8230; &raquo; My first Silverlight 2.0 Mini-Application

Pingback from  Was geht&#8230;  &raquo; My first Silverlight 2.0 Mini-Application

# re: First Look at Silverlight 2

Tuesday, March 25, 2008 5:46 AM by engelmatt

Dear Scott,

did you already read this blog? It seems very important to me...are there any plans to fix it?

devlicio.us/.../there-s-some-darkness-in-your-silver-light.aspx

Regards

Matthias

# re: First Look at Silverlight 2

Tuesday, March 25, 2008 5:51 AM by engelmatt

Dear Scott,

did you already read this blog? It seems very important to me...are there any plans to fix it?

devlicio.us/.../there-s-some-darkness-in-your-silver-light.aspx

Regards

Matthias

# Why Microsoft&#8217;s Flash Competitor &#8216;Silverlight&#8217; Will Totally Get Huge &laquo; Hans Across The Interwebs

Pingback from  Why Microsoft&#8217;s Flash Competitor &#8216;Silverlight&#8217; Will Totally Get Huge &laquo; Hans Across The Interwebs

# re: First Look at Silverlight 2

Tuesday, March 25, 2008 11:42 AM by James Scott

Hi Scott,

This is good stuff!  After playing around with the Silverlight 2 Beta for a few weeks now I do have some serious concerns with the graphic performance however.

One of my tests was to create a ScrollViewer and insert a grid with 10000 rows and 3 columns inside of the ScrollViewer.

The actual buildup of the structure was fast, but the rendering seems to be awfully slow (> 1 minute on my dual core).  The same layout in HTML was rendered dynamically in AJAX in about 10 seconds.

One of the main reasons for me considering Silverlight in the first place was its seemingly good graphics performance in other areas.  Is this something you see your team improving immensely for the final release?  I would suspect better than browser rendering performance for a system like Silverlight if it is to really take off over AJAX.

Thanks for any insight you can provide.

James

# re: First Look at Silverlight 2

Tuesday, March 25, 2008 8:00 PM by ShermB

Scott,

Will it be possible to execute a Silverlight2 application and have the user "believe" that he is using a Windows application?

Let me explain.  Several years back, Borland Delphi had tools that allowed for ActiveX controls to be loaded into IE, but with no IE title bar, menus, tool bars, or status bars showing.  As far as the user was concerned, he was simply executing a standard Windows application, without any idea that the control was being downloaded (at least once) by IE from a web server.

If this or similar capability is provided by Silverlight2, then I can code to a single API for both Web and desktop applications.  

If not, how hard would it be to get IE6/7/8 to get there from here?  Finally, is Microsoft interested in such a capability?

# SilverLight Samples

Tuesday, March 25, 2008 8:58 PM by OnlyLiu

Silverlight2.0-HowtodesigntheblogthemewithSilverlight

[zz]TheSilverlight2.0SecurityM...

# re: First Look at Silverlight 2

Tuesday, March 25, 2008 9:48 PM by Lynn Marentette

Thanks for the info!

# 支持Silverlight与WPF解决方案的单一的代码库。

Wednesday, March 26, 2008 2:16 AM by Zqin

支持Silverlight与WPF解决方案的单一的代码库。

# Silverlight 2 Resource

Wednesday, March 26, 2008 11:47 AM by Canadian User Experience

It has been three weeks since we annouced Silverlight 2 at MIX08. Many of you are excited to getting

# re: First Look at Silverlight 2

Wednesday, March 26, 2008 6:41 PM by Sean

Hi Scott, a few bugs/ feedback for you with Blend 2.5:

1)Dragging an xml file to the project xml panel causes it to crash.

2)Changing the Cursor on a xaml node (to something not supported but used elsewhere on the web, like HandCursor, or Pointer) causes the browser to crash, and some instability with Blend afterwards. There is no intellisense for the cursor element in Visual Studio.

3)A LOT of the documentation is no longer relevant to the application. For example the stuff that involves Tools->Make Brush Resource.

It'd be nice to have a summary somewhere of what is possible in WPF and isn't possible in Silverlight 2. For example, I've tried for ages to find some way of Distorting Media in Silverlight 2 (simulating perspective), I don't think it can be done right? I spent ages looking for the Triggers panel, only to realise that it's only available in WPF applications. I spent a good hour trying to figure out why the XML tab was greyed out. It Would be nice to have a list of uncompleted functionality when these Beta's are released.

It would also be nice if Blend showed where content was being stored. I added some images to my project in a media directory and was trying to load them in programmatically from the disk, but for some reason Blend had added them as an embedded resource so they weren't being found at runtime, and the images weren't appearing. There's nothing I could find in Blend that would tell me where the files were being stored (about 4 hours of frustration ensued).

It would be nice to have some basic switches for containers like the listbox. Being able to just turn off borders/ set backgrounds to transparent etc, would make life a lot easier. I tried for about 3 hours to get rid of the border completely on a listbox and eventually gave up.

I'm not sure why the Objects and Timeline box doesn't reflect the depth order on the designer.. It would be intuitive for the top-most objects on the design to be top of the list in the Objects panel.

Dragging an item up and down the objects list - if the container you drag it to is a single-item container and it already has something in it, it shouldn't replace it by default, as this is probably not what the designer wants. It should probably add it into a layer above, or confirm to replace or something.

The error messages with xaml leave a lot to be desired. They're basically worthless.

Animation is pretty jumpy on my PC (def. not because of the hardware).

Any chance of onion-skinning?

Any idea of a release date for Silverlight 2?

Thanks!

# re: First Look at Silverlight 2

Thursday, March 27, 2008 4:05 AM by sdaemon

I just hope this will prove itself a viable alternative to Flash. Thanks for the examples :)

# re: First Look at Silverlight 2

Thursday, March 27, 2008 8:45 AM by train commuter :)

Thanks a lot! I am looking forward to learn a lot from your blogs. Is it possible to provide a printerfriendly version so that people like me can print them and can still study offline?

# Office 2007 + Silverlight

Friday, March 28, 2008 2:34 PM by Erika Ehrli

Latest technologies offered to Web developers, such as ASP.NET AJAX and Microsoft Silverlight, offer

# Silverlight 2

Saturday, March 29, 2008 2:33 PM by :: My Telco ::

Rilaciata in beta la nuova versione di SIlverlight annuciata al Mix '08 Di seguito il poster con le indicazioni

# TeclandoAlto &raquo; Blog Archive &raquo; Silverlight 2.0 anunciado

Saturday, March 29, 2008 5:24 PM by TeclandoAlto » Blog Archive » Silverlight 2.0 anunciado

Pingback from  TeclandoAlto  &raquo; Blog Archive   &raquo; Silverlight 2.0 anunciado

# ???????????? ???? ????????-2008: ???????????? ?????????????? - Lenta.ru

Pingback from  ???????????? ???? ????????-2008: ???????????? ?????????????? - Lenta.ru

# ???????????? ???? ????????-2008: ???????????? ?????????????? - Lenta.ru

Pingback from  ???????????? ???? ????????-2008: ???????????? ?????????????? - Lenta.ru

# ????????-2008: ?????????????????? ???????????? ????????????????

Pingback from  ????????-2008: ?????????????????? ???????????? ????????????????

# ????????-2008&#8221; ???????????? ????????????. ?????????????? ?????????????? ?? ???????????? ?? ???? ??????????????&#8230;

Pingback from  ????????-2008&#8221; ???????????? ????????????. ?????????????? ?????????????? ?? ???????????? ?? ???? ??????????????&#8230;

# Unit Testing with Silverlight 2 - Jeff Wilcox

Monday, March 31, 2008 11:01 PM by Unit Testing with Silverlight 2 - Jeff Wilcox

Pingback from  Unit Testing with Silverlight 2 - Jeff Wilcox

# Silverlight Tutorial Part 2: Using Layout Management - ScottGu's Blog

Pingback from  Silverlight Tutorial Part 2: Using Layout Management - ScottGu's Blog

# madhavrao&#8230;

Thursday, April 03, 2008 1:41 PM by madhavrao…

Pingback from  madhavrao&#8230;

# SCREENCAST: Silverlight 2 DIGG Sample

Thursday, April 03, 2008 9:29 PM by Gold Coast

Scott Guthrie has a great eight part series titled First Look at Silverlight 2 where he walks you through

# KATALOG-STRON.AZ.PL - CIEKAWE INFORMACJE Z RÓŻNYCH STRON &raquo; Silverlight 2 DIGG Sample Part III

Pingback from  KATALOG-STRON.AZ.PL - CIEKAWE INFORMACJE Z RÓŻNYCH STRON &raquo; Silverlight 2 DIGG Sample Part III

# uma bela introdução (com vídeo e tudo) ao Silverlight 2 - fazendo um digg-app

Friday, April 04, 2008 9:50 AM by o UAU nosso de cada dia

&#160; que tal ser apresentado ao Silverlight 2.0 pelo pr&#243;prio Scott Guthrie?&#160; tem v&#237;deo

# Eatdoku Blog - Creating a Custom Skin for Silverlight 2&#8217;s Button Control

Pingback from  Eatdoku Blog -   Creating a Custom Skin for Silverlight 2&#8217;s Button Control

# silverlight tutorial israel video &amp; articles &laquo; webmaster cartoons israel

Pingback from  silverlight tutorial israel video &amp; articles &laquo; webmaster cartoons israel

# An IronRuby Digg Client | Ivan Porto Carrero

Saturday, April 05, 2008 11:45 PM by An IronRuby Digg Client | Ivan Porto Carrero

Pingback from  An IronRuby Digg Client | Ivan Porto Carrero

# Silverlight 2 Networking Options

Thursday, April 10, 2008 3:12 AM by Dan Wahlin's WebLog

I've been spending my nights working on a new book covering Silverlight 2 and have been focusing on the

# Developer Summit Sessions on Silverlight, MVC, FaceBook, and Work ethics amongst software developers

Friday, April 11, 2008 6:53 AM by If broken it is, fix it you should

On Wednesday I presented a session on troubleshooting ASP.NET production issues at Developer Summit 2008

# Flex 4 Gumbo more details | wojciech ptak

Friday, April 11, 2008 11:25 PM by Flex 4 Gumbo more details | wojciech ptak

Pingback from  Flex 4 Gumbo more details | wojciech ptak

# re: First Look at Silverlight 2

Monday, April 14, 2008 2:02 AM by Madhav

Since you have mentioned Globalization support for Silverlight 2.0, can you explain or direct me to any resource which explains how do I implement it.

# uefa.com - ????????2008???

Tuesday, April 15, 2008 5:04 AM by uefa.com - ????????2008???

Pingback from  uefa.com - ????????2008???

# ????????-2008: ?????????? - ??????????????? - ?????????????? ?????????????????????? ????????????????

Pingback from  ????????-2008: ?????????? - ??????????????? - ?????????????? ?????????????????????? ????????????????

# UA-????????????: ???????????????????? ?????????? ????????-2008. ???????????? - ??????????????, ??????????????&#8230;

Pingback from  UA-????????????: ???????????????????? ?????????? ????????-2008. ???????????? - ??????????????, ??????????????&#8230;

# ????????-2012. ?????????? ??????????????????-2008 ?????????????????? ???????????????? ?????????? ?????????????? ???? ??????????????? - ???? REGNUM

Pingback from  ????????-2012. ?????????? ??????????????????-2008 ?????????????????? ???????????????? ?????????? ?????????????? ???? ??????????????? - ???? REGNUM

# ???????????? ?????????????? ?????????????? ???????????????? ???????? ?????????????? ???? ?????????? ?????????????????? ???? ????????-2008 - Lenta.ru

Pingback from  ???????????? ?????????????? ?????????????? ???????????????? ???????? ?????????????? ???? ?????????? ?????????????????? ???? ????????-2008 - Lenta.ru

# re: First Look at Silverlight 2

Wednesday, April 16, 2008 10:59 PM by perdeckm

Will Silverlight 2 provide counterparts for such ASP.NET features as Website Navigation and Authorization and Roles?

For example, ASP.NET makes it easy to build sites that let users log in and then show only those pages to the user that they are authorized to see. Will Silverlight 2 provide similar features?

If so, when would those features become available?

# Heroes Happen Here in Second Life

Thursday, April 17, 2008 8:47 AM by Digital Strawberry Girl

Heroes Happen Here in Second Life

# re: First Look at Silverlight 2

Friday, April 18, 2008 11:15 AM by paul

Paulo burn your windows 2000 pc and buy a new one! yo cant use a computer for so long, and expect to be update.

# Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

Monday, April 28, 2008 5:06 PM by Geert van der Cruijsen

Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

# Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

Wednesday, April 30, 2008 11:22 AM by Geert van der Cruijsen

Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

# RIABG - Онлайн издание за RIA технологии

Pingback from  RIABG - Онлайн издание за RIA технологии

# Silverlight Tips and Triks Link Page &laquo; Mandar Oak

Wednesday, May 07, 2008 1:40 AM by Silverlight Tips and Triks Link Page « Mandar Oak

Pingback from  Silverlight Tips and Triks Link Page &laquo; Mandar Oak

# what is silverlight

Monday, May 12, 2008 5:58 PM by what is silverlight

Pingback from  what is silverlight

# webcast video silverlight 2 Beta1 step6 Master Detail UserControl ScottGu

Tuesday, May 20, 2008 2:25 AM by Visual How Tos

Webcast / וידאו - Silverlight 2.0b1 צעד 6 - Master/Detail עברנו כבר כמה סרטונים: Webcast / וידאו - התקנה

# webcast video silverlight 2 beta1 step7 Control Templates GDI scottgu

Tuesday, May 20, 2008 2:38 AM by Visual How Tos

Webcast / וידאו - Silverlight 2.0b1 צעד 7 - Control Templates עברנו כבר כמה סרטונים: Webcast / וידאו

# Silverlight Beta2 Released

Monday, June 09, 2008 10:12 AM by LetsBlogAbout.NET

Silverlight Beta2 Released

# Getting Started with Silverlight 2 Beta 2

Monday, June 16, 2008 4:19 PM by LetsBlogAbout.NET

Getting Started with Silverlight 2 Beta 2

# silver light

Friday, June 27, 2008 8:52 PM by silver light

Pingback from  silver light

# RedMonkTV &raquo; Brian Goldfarb on Silverlight 2.0 and Deep Zoom - Microsoft TechEd 2008

Pingback from  RedMonkTV &raquo; Brian Goldfarb on Silverlight 2.0 and Deep Zoom - Microsoft TechEd 2008

# People Over Process &raquo; Brian Goldfarb on Silverlight 2.0 and Deep Zoom - Microsoft TechEd 2008

Pingback from  People Over Process &raquo; Brian Goldfarb on Silverlight 2.0 and Deep Zoom - Microsoft TechEd 2008

# Silverlight 2 Beta 2 erschienen | PAESCE.CH RELOADED

Monday, July 07, 2008 7:22 PM by Silverlight 2 Beta 2 erschienen | PAESCE.CH RELOADED

Pingback from  Silverlight 2 Beta 2 erschienen | PAESCE.CH RELOADED

# Begonnen met Silverlight 2 &laquo; Affinno&#8217;s Weblog

Thursday, July 17, 2008 9:05 AM by Begonnen met Silverlight 2 « Affinno’s Weblog

Pingback from  Begonnen met Silverlight 2 &laquo; Affinno&#8217;s Weblog

# 推荐系列:2008年第07期 总9期

Monday, July 21, 2008 10:13 PM by sunjie

概述

本期共有10篇文章,内容涉及ASP.NETMVCFramework、ASP.NET3.5、Unity、ASP.NETAJAX、Silverlight、ADO.NETEntityFr...

# Scott Guthrie's 8-part blog series中文翻译,收藏一下

Friday, July 25, 2008 9:43 PM by Kevin Y.

Silverlight教程第一部分:使用Silverlight2和VS2008创建

# Brian Goldfarb on Silverlight 2.0 and Deep Zoom - Microsoft TechEd 2008 | Software Development Tube

Pingback from  Brian Goldfarb on Silverlight 2.0 and Deep Zoom - Microsoft TechEd 2008 | Software Development Tube

# Silverlight 2 Tutorial - Vi???t ch????ng tr??nh &#8220;Hello World&#8221; v???i Silverlight 2 v?? VS 2008 &laquo; Nam Gi??

Pingback from  Silverlight 2 Tutorial - Vi???t ch????ng tr??nh &#8220;Hello World&#8221; v???i Silverlight 2 v?? VS 2008 &laquo; Nam Gi??

# Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

Tuesday, August 05, 2008 2:29 PM by Life.vdcruijsen.net

Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

# Microsoft releases beta versions of IE8 and Silverlight 2.0 at MIX 08

Tuesday, August 05, 2008 2:58 PM by Life.vdcruijsen.net

Microsoft releases beta versions of IE8 and Silverlight 2.0 at MIX 08

# Microsoft Develops SilverLight for Mobiles | Enetlive.net- Rich Internet Applications Blog

Pingback from  Microsoft Develops SilverLight for Mobiles | Enetlive.net- Rich Internet Applications Blog

# Silverlight Tip of the Day #8 - Silverlight Resources

Friday, September 05, 2008 5:20 PM by Silverlight Tips of the Day - Blog by Mike Snow

The following is my list of Silverlight Resources including blogs, tutorials and more. If you know of

# Silverlight: Getting Started

Tuesday, September 16, 2008 8:02 AM by Matt Nield

Silverlight: Getting Started

# Silverlight 2: A developer's perspective

Wednesday, September 17, 2008 4:02 PM by NixusG

Silverlight 2: A developer's perspective

# Silverlight 2 Resources

Tuesday, September 23, 2008 5:17 PM by Readed By Wrocław NUG members

In the spirit of my recent Silverlight Foundations post , I thought I&#39;d post some Silverlight 2 resources

# Microsoft expected to release Silverlight 2.0 next week | All about Microsoft | ZDNet.com

Pingback from  Microsoft expected to release Silverlight 2.0 next week | All about Microsoft | ZDNet.com

# Microsoft expected to release Silverlight 2 next week

Sunday, October 12, 2008 10:48 AM by News

It sounds like Monday October 13 is the day that Microsoft will announce that Silverlight 2 is done.

# Silverlight Tutorial Part 5: Using the ListBox and DataBinding to Display List Data - ScottGu's Blog

Pingback from  Silverlight Tutorial Part 5: Using the ListBox and DataBinding to Display List Data - ScottGu's Blog

# Silverlight Tutorial Part 7: Using Control Templates to Customize a Control's Look and Feel - ScottGu's Blog

Pingback from  Silverlight Tutorial Part 7: Using Control Templates to Customize a Control's Look and Feel - ScottGu's Blog

# Silverlight 2 Beta 1 | la ciudadela

Tuesday, October 14, 2008 1:45 PM by Silverlight 2 Beta 1 | la ciudadela

Pingback from  Silverlight 2 Beta 1 | la ciudadela

# techAU &raquo; Blog Archive &raquo; Silverlight 2 released

Tuesday, October 14, 2008 5:21 PM by techAU » Blog Archive » Silverlight 2 released

Pingback from  techAU  &raquo; Blog Archive   &raquo; Silverlight 2 released

# HorizontBlog &raquo; Blog Archive &raquo; Sinergija 08 Review

Sunday, October 19, 2008 6:34 PM by HorizontBlog » Blog Archive » Sinergija 08 Review

Pingback from  HorizontBlog  &raquo; Blog Archive   &raquo; Sinergija 08 Review

# Silverlight Tip of the Day #8 - Silverlight Blogs and Resources

Tuesday, November 18, 2008 2:18 PM by Silverlight Tips of the Day

[Blog Mirrored from silverlight.net/.../default.aspx ] The following is my list of Silverlight

# Silverlight Tip of the Day #8 - Silverlight Blogs and Resources | MS Tech News

Pingback from  Silverlight Tip of the Day #8 - Silverlight Blogs and Resources | MS Tech News

# infoblog &raquo; Silverlight Tip of the Day #8 - Silverlight Blogs and Resources

Pingback from  infoblog &raquo; Silverlight Tip of the Day #8 - Silverlight Blogs and Resources

# Silverlight 2.0 とFirefox 3.0 Beta 3

Wednesday, November 19, 2008 9:31 PM by デビッド・クーニング

Firefox を数年前から使っています。 今現在使っているのは、2月12日にリリースされた Firefox 3.0 Beta 3 です。もし皆さんが同じものを使っていたら、 Silverlight が

# Silverlight 2.0 soon to go Beta | JASE Marketing blog

Saturday, November 29, 2008 4:06 PM by Silverlight 2.0 soon to go Beta | JASE Marketing blog

Pingback from  Silverlight 2.0 soon to go Beta | JASE Marketing blog

# Silverlight 2 - First Look

Thursday, January 15, 2009 8:43 AM by Zuker On Foundations

Follow this link to go to Scott Guthrie&#39;s post on Silverlight 2 Scott goes through what the upcoming

# Silverlight 2.0 Beta is Coming

Friday, January 23, 2009 8:15 PM by Nicholas Allen's Indigo Blog

Scott Guthrie revealed details about the Silverlight 2.0 release last week including that a public beta

# Microsoft releases beta versions of IE8 and Silverlight 2.0 at MIX 08

Thursday, February 12, 2009 5:02 PM by vdcruijsen.net

Microsoft releases beta versions of IE8 and Silverlight 2.0 at MIX 08

# Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

Saturday, February 14, 2009 9:10 AM by vdcruijsen.net

Build your own Silverlight 2.0 Deepzoom application and host it with "Silverlight Streaming"

# Vista Home | Windows Vista Themes | Windows Vista Wallpapers | Vista News | &raquo; Blog Archive &raquo; Microsoft expected to release Silverlight 2 next week | Vista Home

Pingback from  Vista Home | Windows Vista Themes | Windows Vista Wallpapers | Vista News |  &raquo; Blog Archive   &raquo; Microsoft expected to release Silverlight 2 next week | Vista Home

# Silverlight evolves &laquo; John&#8217;s tech discursive

Monday, April 13, 2009 10:20 PM by Silverlight evolves « John’s tech discursive

Pingback from  Silverlight evolves &laquo; John&#8217;s tech discursive

# De Web Times - Share Your Resources &raquo; Blog Archive &raquo; 15 Useful Microsoft Silverlight Tutorials &amp; Resources

Pingback from  De Web Times - Share Your Resources  &raquo; Blog Archive   &raquo; 15 Useful Microsoft Silverlight Tutorials &amp; Resources

# 15 Excellent And Useful Microsoft Silverlight Tutorials &amp; Resources &laquo; N3T.ir - Web Resources, Web Design News &amp; Tips, Open Source

Pingback from  15 Excellent And Useful Microsoft Silverlight Tutorials &amp; Resources &laquo;  N3T.ir - Web Resources, Web Design News &amp; Tips, Open Source

# February 2008 Posts

Wednesday, July 08, 2009 2:56 AM by Designing for .NET

February 2008 Posts