vote up 2 vote down star
2

I'm looking to learn more about Linq to Sql, but I'm looking for a quick getting started tutorial. Can anyone recommend one?

flag

73% accept rate

7 Answers

vote up 4 vote down check

I like Scott Guthrie's tutorial: http://it-box.blogturk.net/2007/10/19/linq-to-sql-tutorial-series-by-scott-guthrie-pdf-book-format/

link|flag
Damn, you beat me to it. That's definitely the best one out there. – Mike Robinson Jan 26 at 20:43
vote up 0 vote down

This is a good series of videos that learn Linq 2 sql from learnvisualstudio.net

link|flag
vote up 0 vote down

I see someone already recommended Scott Gu's blog. I think that's a really good starting point and I've used it a lot.

I would go directly to his blog in addition to the PDF. Maybe the PDF has it, but here is part 1-9: http://weblogs.asp.net/scottgu/archive/2007/09/07/linq-to-sql-part-9-using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx

The blog also has comments under each part where Scott answers some questions so I think it's useful. Plus his blog in general is really good. There are a few of other Linq related posts that are interesting.

link|flag
vote up 0 vote down

I read through most of the Linq documentation in the MSDN Library and found it quite good!

link|flag
vote up 1 vote down

Linq In Action from Manning

link|flag
vote up 1 vote down

Linq In Action

link|flag
vote up 3 vote down

As a supplement to book or web-learning, LinqPad (http://www.linqpad.net/) is a great way to learn Linq to SQL. The download includes quite a few examples, and you can try things out directly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.