Community

Unit Testing the Data Access Layer

(Tim Stall) Unit testing is becoming very popular among .NET projects, but unit testing the Data Access Layer (DAL) still remains a common obstacle. The problem stems from the very nature of databases: they are slow, common, persistent, external, and relational. This conflicts the nature of unit tes

Read More - Register for Free Membership