In a web application that I have run across, I found the following code to deal with the DataContext when dealing with LinqToSQL
public partial class DbDataC
A DataContext is cheap to make and you won't gain much by caching it in this way.
DataContext