Er Kapil Kaushik
Er Kapil Kaushik

Reputation: 72

How to use LINQ in SQL Server and C#?

I want to use LINQ in ASP.NET to make the performance fast with the quick access to SQL Server 2008.
I want to know how to use the Linq queue in C#. So I can perform all Linq query in my project.

Upvotes: 0

Views: 1374

Answers (1)

Riaan Walters
Riaan Walters

Reputation: 2676

This page is your friend, study it :)

101 examples of linq used in simple, yet extensive ways, should be no problem expanding on this

http://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b

Good answer for a badly structured Question I suppose

Upvotes: 1

Related Questions