0

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.

1
  • If your only intention for using LINQ is to make the performance fast, then your question might be pointless. Anyway, the question as it stands is not constructive and is likely to be closed.. Commented Nov 11, 2012 at 15:12

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.