I am facing issue with binding and I am following this example : http://listboxwthcheckboxes.codeplex.com/
Now the simple problem of the moment is that, the example has binded listbox succesfully to ViewModelSampleData.xaml(In the sampleData directory). But this binding only appears when I am viewing this in design view. When I run the app a new runtime data appears that is generated with code. This is counter productive in my case. My app can simple show the xaml data. I know it has to do something with these lines.
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
d:DataContext="{d:DesignData SampleData/ViewModelSampleData.xaml}"
Can you explain what can I do correct this? And give me a link or two that helps me understand what colons are used for and how can replace make this DataContext same that is used on Runtime.