Creating Test Data from the Production Database With the SSMS Tools Pack

The SSMS Tools Pack created by Mladen Prajdić is a great extension for the SQL Server Management Studio. In this post I will explain how you can use it to create test data from a small subset of your production database.   From a bug in production… Bugs happen, especially when complex data is involved. …

Read more

xUnit.net Cheat Sheet for NUnit Users

I am currently learning the xUnit.net framework as part of a new project I work on. For the last years I used NUnit for my unit and integration tests. Conceptually those two libraries aren’t that different. However, the naming of attributes and what is possible in sharing setup & clean-up code makes it worth to …

Read more