Archives

Archives / 2010 / March
  • Simple read and display of hardcoded XAML

    Tags: XAML, Silverlight

    I found a useful solution to a problem with a path element today. I was trying to dynamically create the path on the fly. I had a lot of rendering issues. So instead I decided to just an XAMLReader to … more

  • Getting rid of magic strings in Raise Property Event

    Tags: C#

    I really dislike magic strings in code, and whenever I can I try to avoid using them either by using constants and what have you. So you can imagine what I felt like when I started raising property … more