EntropyZero introduces dataFresh which is a small utility used on test driven development (TDD) projects that enables you to get your Microsoft SQL Server based database back to a known state between test executions. The provided API layer can use integrated seemlessly into your test harness. DataFresh can also be used as a console application and be called directly from build scripts including NAnt or other custom built scripts very easilly.
DataFresh enhances team productivity by eliminating the need of writing TearDown methods that attempt to remove changed records from your database. DataFresh uses internal features of Microsoft SQL Server that restore your database back to a known state in a fraction of a second in most cases.
To start using dataFresh today,simply visit our downloads page and download the latest binaries. For q quick start, please try out our Test Harness Example.