Poll: What separation pattern do you prefer in Silverlight

Date February 10, 2009

Developing a casual game with Silverlight 2 – Module 3

Date January 20, 2009

This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the third of a six part series of [...]

SL Video Player used on Microsoft Mediaroom site

Date January 19, 2009

Some of you who follow my blog (which I apologize for how stale it has been) know that Tim Heuer and I worked on a Silverlight Video player which we posted on CodePlex.  Every once in while Tim clues me into people that might be using it and this one popped up today.  I thought [...]

Developing a Casual Games with Silverlight 2 – Module 2

Date November 19, 2008

This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the second of a six part series of [...]

Terralever’s Zero Gravity Updated

Date October 14, 2008

This morning Terralever updated its first Silverlight 2 game, Zero Gravity. If you have never had a chance to play the game, make sure to go check it out. I think the game is a blast, not to mention a bit addictive.

Silverlight 2 goes live Tuesday

Date October 13, 2008

Microsoft made it official, Silverlight 2 will be available for download on Tuesday, Oct. 14, at http://www.microsoft.com/silverlight. This has been a long time in the coming and I am extremely excited for what this means for Silverlight and the future of the framework. Over the last few days I have update the majority of my [...]

Ready set update! – Silverlight 2 RTM is just days away.

Date October 10, 2008

This morning Microsoft released the following press release which suggests that Silverlight RTM may only be days away. If you have not done so, make sure to download the Breaking changes doc and RC0 build to start testing how your Beta 2 code will behave with the RTM release. Next week could be a very [...]

Developing a Casual Games with Silverlight 2 – Module 1

Date September 22, 2008

This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the first of a six part series of [...]

Transformation Matrix in Silverlight 2

Date September 15, 2008

In my exploration of Silverlight I have looked at a ton of code samples, and not once have I seen an example that chooses MatrixTransform as the class used to render a transformation.  We all should be familiar with the four transform classes Silverlight provides for 2-D transformations.  Each allows us to manipulate the underlying [...]

Templated Silverlight Rating Control

Date September 10, 2008

Anyone that has been working with the standard set of controls for Silverlight 2 Beta 2 has been exposed to the concept of template binding and how VisualStateManager (VSM) controls state.   In this example I will build a templated control  to learn how to use VSM, template binding and the ContentControl base class.  The control [...]