I am newbe to linq to sql using with vb.net please tell me where i can get the good articles, tutorials and vdo's

thanks

link|improve this question

22% accept rate
Asked a dozen times already, for example: stackoverflow.com/questions/47740/… – Dan Dumitru Sep 7 '10 at 9:53
feedback

6 Answers

up vote 0 down vote accepted

Its a good link for samples and Tutorials

MSDN : 101 LINQ Samples

Nice and helpfull videos from ASp.net site

LINQ Videos from the VB Team

You can find nice helping material from ScottGu's Blog

Linq CookBook

link|improve this answer
feedback

Here's an MSDN page for samples of Linq to SQL.

Linq to SQL Samples

link|improve this answer
feedback

101 LINQ samples also has a section for LINQ to Sql

link|improve this answer
feedback

Are you sure you want to use a deprecated framework? Entity Framework is the ORM currently supported by MS.

link|improve this answer
I talked about it with my fellow MS MVP, and he claims that Linq-to-sql isn't deprecated. Is is only done, achiving initially goals and works fine so there is no need to release further versions. It is also the most rapid ORM tech I know :-) and very usefull for prototyping. – Bart Sep 7 '10 at 10:03
feedback

Here is really good linq articles. They helped me a lot when I was starting with Linq to sql. Mamta have already post it, but this link is to 9th part of article and has links to the previous, which is more comfortable to use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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