LINQ to SQL unit testing
Here is a suggestion on how you easily can create integration tests when working with LINQ to SQL and the MSTest unit test framework. I use transactions to roll-back the changes made during the test run. The preparation of the… Read moreLINQ to SQL unit testing