In WPF, I've built a habit when I'm building a UI to have some sample data that I bind in the XAML to a ListBox.ItemsSource so that I can see what the list will look like in the designer. In WPF, I ...
I have a SQL 2008 database with some sprocs, etc... that take data in tables and export it to XML files. These XML files are used to provide sample data to test an application we use that imports XML ...