Blog
What's the difference between the ItemsSource and DataContext properties
When I started silverlight (not long ago) I had a question that really bothered me: What's the difference between the ItemsSource and DataContext property of a list box. When I searched around, I … more
Animating Thickness and Margin Properties in Silverlight
This is just an update to Ben Lemmon's solution his solution only explains how to do it from code, i changed the code so its possible to set it up using xaml.
using System;
using System.Net; … more
We can do better than Hash-Bangs
I have read these two articles complaining about the new style of using hashbangs #! as links. http://www.tbray.org/ongoing/When/201x/2011/02/09/Hash-Blecch … more
Strange Silverlight Behavior
Here is a simple animation i wrote in silverlight
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" … more