tags:

views:

28

answers:

3

hi, where can i find the linq to sql designer in .net 3.5 sp1?

do i need to install something to work with it

+1  A: 

Create a new "LINQ to SQL Classes" item under Add New Item in the Solution Explorer's context menu.

By the way, Microsoft considers LINQ to SQL obsolete now, preferring the Entity Framework going forward.

David Pfeffer
A: 

It is Visual Studio.

Here a tutorial may help you

Kubi
A: 

Visual LINQ Query Builder is what you are looking for.

Sharique
No he isn't, he needs the built-in LINQ to SQL Designer.
David Pfeffer
I think he need to elaborate his question.
Sharique