Archives

Archives / 2008 / October
  • Amazon.com AlbumViewer Application for Silverlight 2 Released

    Back in the early days when Silverlight still had the WPF/e code name I put together a sample application that showed how to access album data from Amazon.com to display a 3D carousel.  When Silverlight 1 was released I upgraded it which was straightforward since JavaScript was used for just about everything anyway.  I’ve had a Silverlight 2 version available for a few months now but had to wait until the official release to make it available (and had some other priorities :-)).  The upgrade was quite a bit more involved this time around since I had to convert all of the JavaScript to C#.  It still went really smoothly although I’m certain that many improvements can be made. 

  • Silverlight Toolkit Overview and Samples

    Controls are where it’s at these days in the programming world.  By using them you maximize re-use, enhance productivity and avoid building custom functionality.  Plus, when you need a control to do something different you can always extend it rather than writing everything from scratch.

  • New .NET Logo

    I just came across the new .NET logo and have to say that I like it since it’s cleaner than the old logo and more professional looking.  The original logo was 8 years old so it was time for something new anyway.  Here it is if you haven’t seen it yet:

  • Adding Style to Silverlight 2 Controls

    Silverlight 2 provides a nice set of controls that can be used to capture and display data. While control properties can be set directly on the control in a XAML file using attributes, some properties will be duplicated between controls causing maintenance headaches. The following example demonstrates this problem:

comments powered by Disqus