| Comments

I just saw two links that I simply have to promote as they are very helpful to people doing Silverlight development and one specifically with ASP.NET.

The first is a site on silverlight.net (you should bookmark this site as a resource and subscribe to all the feeds), there is now a Silverlight 2 Beta 1 control sample page, which hosts all the new Silverlight controls on the site.  It shows some different usage of all the controls:

Silverlight Controls Sample

Very cool to see all the controls implemented in one section, play around with them and see different styles in some as well.

The second link is awesome because when I read it I laughed out loud.  The reason wasn't because of the post, but because of a conversation I had with Pete Brown over email.  It is best described simply by showing you the email (privacy information blurred to protect the innocent):

Alas, Cameron Albert created an <asp:Silverlight> override control that enables using the control and supplying a splash screen XAML file and event handler.  This is great!  It enables you to still use the server control with ease but adds some customized functionality so that you can enhance the user load experience.  Essentially it boils down to:

<lg:Silverlight ID="silverlight1" runat="server" Source="~/ClientBin/Perenthia.xap" 
                Version="2.0" Width="800" Height="500" SplashScreenSource="~/Common/Xaml/Splash.xaml" 
                OnSourceDownloadProgressChanged="onSourceDownloadProgressChanged" />

Anyhow, I couldn't help but laugh when I saw that -- but it is a great post and control!  Great job Cameron!

Please enjoy some of these other recent posts...

Comments