Scott Guthrie has done it again and posted an amazing first look at Silverlight 2.0. Make sure to hop on over to his blog and check out the detailed tutorials he has on what to expect in Silverlight 2.0.
Some highlights in this updated release of Silverlight will include:
· 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.
As an example, he creates a Silverlight 2.0 application using just a few lines of C# and XAML code that uses the Digg.com's (Shout out to Alex and Kevin - I've watched you guys since TechTV thanks for all the great podcasts!) REST API to show how easy it is to pull data from any source on the web and show it in a really rich way. Not only that, it is running in Safari!
Check it out here!
Expect to hear more exciting things in the days ahead with just 10 days left to go till MIX08!
PingBack from http://www.biosensorab.org/2008/02/22/an-exciting-first-look-at-silverlight-20-with-scott-guthrie/
Very good article, if i were you i would do that too.
Scott,
Is the 2.0 release going to contain the Text Reading and Flow Document stuff from WPF?
Sorry, posted in wrong browser window. Hopefully, you can answer anyhow.
Thanks lpearls, I plan to. =) There should be a Devs4Devs video coming out in the next few weeks where I'll walk through working with Silverlight. Probably post-Mix so I can include any new stuff.
Good question Jeremiah. I am pretty sure what you are referring to is Flow Documents. Like the NY Times Reader right?
Check out this really good explanation of Flow Documents in WPF:
http://msdn.microsoft.com/msdnmag/issues/07/08/WPF/default.aspx
As far as I know the next release of Silverlight does not have planned support for it. But that is subject to change since we are only in beta and the list of features is not yet finalized. Remember, unlike WPF, for it to be included in Silverlight it has to work great in Safari, IE and Firefox running on Windows, Mac and Linux.
Also, with all the new stuff out of the box in 2.0 (tons of controls, more layouts) people have been doing some exciting stuff. So the same effect is still possible, just done in a different way. Not to mention the third party controls that are out there now. Check out ComponentOne as an example - http://labs.componentone.com/Sapphire/.
Check out this link for an XPS reader someone has done already in Silverlight too:
http://blogs.msdn.com/delay/archive/2007/05/22/lighting-up-the-xml-paper-specification-proof-of-concept-xps-reader-for-silverlight.aspx
Finally, check out this link for a video on a Silverlight NY Times Reader in the works:
http://www.visitmix.com/Blogs/Joshua/new-york-times-reader-in-silverlight/
Hope that helps. =)