10 Jun 2009
I’ve been come really enamoured with the possibilities of Silverlight / WPF Behaviors, broadly they can be divided into three types, Triggers, Actions and Behaviors. The ability for non-programmers to compose behaviour and interactivity in Blend is very interesting.
04 Jun 2009
A question I see a lot on sites like Stack Overflow and the Silverlight
forums is around sharing or reusing types in WCF Service References,
either between multiple services or between the client and server.
27 May 2009
I posted a while ago about when first playing with Silverlight 3
Behaviors that you can't data bind to them. The reason being is that
the base classes for Behaviors, Triggers and Actions are
DependencyObject which Silverlight (but not WPF apparently) doesn't
support data binding.
24 May 2009
A month or two ago I wrote about a bug in Silverlight 2 regarding to ComboBox and changing the ItemSource (Gotcha when databinding a ComboBox in Silverlight).
16 May 2009
The navigation framework in Silverlight 3 is a welcome addition as it reduces a lot of plumbing code required to start building multi-page Silverlight applications. One thing that multi-page Silverlight applications need is analytics.