14 Apr
2009

Debugging XAML

Category:UncategorizedTag: , , , :3 Comments on Debugging XAML

Okay, so I have been asked this question more than almost any XAML related question in the past few weeks; How do I debug XAML?  The problem with XAML?s powerful binding model is that it can be difficult to debug errors in your binding paths. Lets say I have the following code snippet: <StatusBar> <StatusBarItem> […]

Read More