DataContext in LINQ to SQL

December 10, 2008 11:26 by bryan

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?