-
Let’s walk through an example of using d:DesignInstance for improving the design-time experience in Blend. For background, see my last post on the topic. I’m going to be using the ContactManager sample from the Caliburn trunk. You can access the source of it here under: \trunk\samples\LOB Samples\Silverlight...
-
I’ve gleaned most of what I have learned about this topic from Unni , Karl , and Jack . I recommend checking out their posts for additional information. d:DataContext The d:DataContext attribute allows you to establish a data context that is only for design time. You can use it the same way (more or...