Know Thy Code: Simplify Data Layer Unit Testing using Enterprise Services — MSDN Magazine, June 2005
Roy Osherove discusses the uses of Enterprise Services (Transactions) in a database connected test scenario. The idea is that restoring even a small SQL Server db to a nown state before each test can take a loooong time. So…. transactions to the rescue. Nice idea. Read More
Write a comment