LINQ to SQL: Single Data Context or Multiple Data Contexts?
When you're starting with LINQ to SQL, one of the first architectural decisions is whether to use a single DataContext or multiple DataContexts. I explain both approaches: the implications for…