What is the best practice and pattern to use for the DataContext with LINQ to SQL.
While using LINQ to SQL and it's DataContext I have found it is very easy to fall in to a concurrency issues when you try out multiusers, I've not found the answer as yet, but I have come across this article for different methods
Best practice and effective way of using DataContext in Linq to SQL?