Project DescriptionThis is a little WPF application designed to help developers script database objects easily and quickly during the early development stages.
For example, it allows you to quickly generate a script that drops and recreates all foreign keys on a db so that you can populate tables with data without getting referential integrity errors.
This application is also a sample C# WPF MVVM application for new developers to use as part of the learning process.
This project uses the Cinch v2 framework created by Sacha Barber. Thanks for a rich and easy to implement framework.
