This is a simple WPF console application containing the NorthwindIB entity model that can be used to create isolated test cases for submitting bugs.
This code provides a predefined structure for submitting test cases.
WPFConsole is a WPF app with a minimal user interface -- basically, a TextBlock inside a grid -- which is designed to function similarly to the console window of an old Windows Console App. You can call methods and write the results of the operations to the console window to demonstrate what you expected to happen, and the result that you actually got.