We are testing Visual Studio 2008 and Expression Blend in a new project. The goal is to clearly define the role of the developer and the designer as a separate one, but take advantage of the developer who can directly consume the XAML created by the designer.
For the most part, it did a great job and I really like the features. One of the difficulties we encountered is designing against DataBindings. In many cases, the GUI does not populate rows or other data structures if the application is not running and the database call is not performed. Therefore, the designer does not have access to the visual layout of the graphical interface.
What I would like to do is somehow create simple flashed or mocked data that the designer can use to work on the design. The big goal is to make this shaded data appear in Expression Blend, but then apply it to the real collection at runtime.
Has anyone found a solid way to do this?
source share