Search Results

1
vote

LINQ to SQL - where does your DataContext live?

I'm using a per-thread context. It is tricky to setup, but it cleans up everything that needs to talk to the db. …