Search Results

3
votes

How do I unit test persistence?

Hi Jon, I have written a post here concerning …
1
vote

Diagnosing Deadlocks in SQL Server 2005

I agree with Jeremy on this one. You ask if you should create a new data context for each controller or per page - I tend to create a new one for every independent query. I'm building a sol …