I'm creating a webserivce that will be using Linq-To-Sql to perform select only queries. In this respect would having the DataContext as a static field / property by acceptable since the operations will never be ones that modify the database or track object changes?
If not, what alternative approaches would be suitable?