views:

45

answers:

4

I am developing a new web application which would be simple and i decided to use asp.net mvc and Linq to sql..

I thus far have no idea about Linq to Sql...

  • How to get started with Linq to sql?

  • What should i watch out for when using Linq to sql?

+2  A: 

Here are a couple of great tutorials...

Also check out LinqPad. It will help you understand how Linq 2 Sql works a bit better, especially if you are already comfortable with SQL.

RSolberg
+1  A: 

Also you should check out the ASP.NET site which has a great series of video tutorials to get you started in no-time http://www.asp.net/learn/linq-videos/

Nikos Steiakakis
A: 

maybe you should try entity framework (microsoft's new orm) linq to sql is a bit crusty

Shnitzel
A: 

Check out this book :


alt text

Its a good one.

ali62b