I want to know what is LINQ (Language Integrated Query) in SQL Server.
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jul 24, 2012, 12:55 AM
LINQ is Language Integrated Query, so it integrated with Language like vb.net and C#.
If you are taking about LINQ to SQL
Please refer
http://msdn.microsoft.com/en-us/library/bb386976.aspx
http://msdn.microsoft.com/en-us/library/bb425822.aspx
http://www.codeproject.com/Articles/230380/LINQ-to-SQL-Advanced-Concepts-and-Features
hope this will help you.
Satyapriya NayakPosted Jul 23, 2012, 11:46 AM
Please refer the below links
http://msdn.microsoft.com/en-us/library/bb397926%28v=vs.90%29.aspx
http://msdn.microsoft.com/en-us/library/bb397897.aspx
http://www.codeproject.com/Articles/18116/LINQ-Introduction-Part-1-Of-3
http://www.tutorialspoint.com/asp.net/asp.net_linq.htm
http://www.codeproject.com/Articles/43025/A-LINQ-Tutorial-Mapping-Tables-to-Objects
http://www.deitel.com/ResourceCenters/Programming/MicrosoftLINQ/MicrosoftLINQTutorials/tabid/2673/Default.aspx
http://www.programmersheaven.com/2/CSharp3-4
http://www.codeguru.com/csharp/csharp/cs_linq/article.php/c16085/Language-Integrated-Query-LINQ-to-SQL.htm
Thanks
If this post helps you mark it as answer