tags:

views:

40

answers:

6

Hi There,

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

A: 

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

Linq to SQL Samples

rob waminal
A: 

101 LINQ samples also has a section for LINQ to Sql

Yoni H
A: 

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

Vinzz
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
A: 

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.

Bart
A: 

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

Azhar