tags:

views:

75

answers:

3

I have zero knowledge, but I can't find a hello world program for using linq to read a database table, can anybody write a hello world and working program for me? Thank you!

+4  A: 

I would highly recommend that you check out Scott Guthrie's blog articles about Linq to Sql:

Scott Gu's Blog

Jack Marchetti
+3  A: 

ScottGu wrote a blog post about LINQ to SQL that you might like to read.

BenA
A: 

Download and use LinqPad. Self-explanatory and self-sufficient learning device.

Download here>>>

You will not have one but a LOT of working examples.

Shankar Ramachandran