Feeds:
Posts
Comments

Archive for June, 2008

It’s official.  The newest and coolest version of Silverlight has just hit the Microsoft servers.   This highly anticipated second beta for Silverlight 2 is the best release so far of Microsoft’s RIA framework.

I’ve seen many of the interim builds the last couple of months and I’m happy with the progress Microsoft has made.  Overall the changes have been useful and timely. Not everything is rosy however. I’m still trying to determine if I like the new trigger replacement (Visual State Manager ).  I guess time will tell.

Control packaging

When Silverlight 1 shipped it had no UI controls.  That fact disappointed many developers.   Microsoft is making up for that oversight with the rich support for controls in Silverlight 2.   The plan is to ship ~100 controls in the final version.   Let’s see what in the box for this week.

The first thing you need to understand about the Silverlight controls is that they are packaged into multiple assemblies (DLLs).  Microsoft is trying hard to keep the CoreCLR small and lean.  The smaller the runtime, the faster the initial install.  There are trade-off however with this approach.  If you want to add functionality to your app that is not in the CoreCLR, you have to download additional assemblies to the client machine with your Silverlight page.  That, of course, will impact the download speed of YOUR app.

In Beta2 the thirty most common controls are packaged with the initial Silverlight install.  The other seventy controls will ship in additional libraries.

Many New and Improved Controls

Here are a few of the changes in Beta2

TextBox

There are few changes to the TextBox.  First, it supports multi-line content.   There is a new property called TextWrapping, and another named AcceptsReturn.  Together, these two properties enable support for multi-lines.  Rumors are circulating that it might support password chars and watermarks soon.  BTW the WatermarkTextbox has disappeared from the framework. 

TabControl

This is new to Beta2.   Works similar to it’s Windows and WPF cousins.

DataGrid

Yes, yes, yes…  There will be a datagrid control in Silverlight.  It now has support for column resize, data sorting  and better perf.

Other controls

  • Border
  • Button
  • Calendar
  • CheckBox
  • ContentControl
  • DataGrid
  • DatePicker
  • GridSplitter
  • HyperlinkButton
  • Image
  • InkPresenter
  • ListBox
  • MediaElement
  • MultiScaleImage
  • Popup
  • RadioButton
  • RepeatButton
  • ScrollBar
  • ScrollViewer
  • Slider
  • TabControl
  • TextBlock
  • To learn more about Silverlight 2 and download the latest release, head over to http://www.silverlight.net and http://expression.microsoft.com web-sites

    Read Full Post »

    I was at TechEd Developer in Orlando this week.  Didn’t have a minute to blog about the event as I was so busy.

    There is a fabulous Code Camp here in Florida on Saturday May 7th and Sunday May 8th. , I’ll be be part of their ‘Day of Silverlight’ on Saturday.

    If you’re interested in Silverlight, you won’t want to miss this event. Join three of the top Silverlight speakers for a morning of great content. We start off with Microsoft MVP and professional trainer Walt Ritscher giving an introduction to Silverlight 2. Next, acclaimed speaker Andy Beaulieu covers data access including using WCF, LINQ to SQL, and data binding. Finally, Microsoft MVP Bill Reiss covers Expression Blend tips and tricks and some of the latest features in Silverlight.

    -Walt

    Read Full Post »