mattruma
mattruma

Reputation: 16677

LinqToSql and the DataContext 101

I'm looking for a good article or two, or just an explanation, on how the DataContext, or dbml file, for LinqToSql, exactly works in LinqToSql.

And a bunch of other questions as well as what are some best practices!

Any help would be greatly appreciated!

Upvotes: 1

Views: 361

Answers (1)

tvanfosson
tvanfosson

Reputation: 532445

DataContext FAQ at MSDN

Rick Strahl Article on DataContext Lifetime

Base site for LINQ on MSDN.

The LINQ Project at MSDN.

The LINQ Project Forum

DataContext class description

Upvotes: 3

Related Questions