Test-driven development approach for database applications

Posted on C# Corner See other posts from C# Corner
Published on 5/10/2010 8:02:44 AM Indexed on 2010/05/10 21:05 UTC
Read the original article Hit count: 356

Filed under:
In this article, I will show how programmers can use the test-driven development approach to test enterprise solutions and its underlying data layer which should also support transactions in order to manage persistent data and leave the database systems in correct states.

© C# Corner or respective owner