Quantcast
Viewing latest article 2
Browse Latest Browse All 4

SQL Server and Unit Testing

I have really been getting into automated unit-testing and Test Driven Development (TDD) over the last year. Like many developers I work with database tables that have a surrogate primary key. In the case of Microsoft SQL Server this handled through the use on an Identity column. As expected this causes many problems during testing as [...]

Viewing latest article 2
Browse Latest Browse All 4

Trending Articles