LINQ Stands for Language Integrated Query, so named since it is part of the programming language like C#. It is used to provide consistent access to various data sources like databases and XML. Before LINQ we used various languages and technologies to access different data sources. Now with LINQ we can use the same syntax to access the different data sources from within the language itself.
LINQ = language integrated query,
used to for Querying(CRUD) a database opeartons like add, delete , update, grouping etc...
http://msdn.microsoft.com/en-us/library/vstudio/bb397906.aspx
http://www.dotnetperls.com/linq
http://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b
Pankaj KumarPosted Sep 18, 2013, 12:45 AM
http://www.codeproject.com/Articles/29177/Better-LINQ-with-better-example
Sanjeeb LenkaPosted Sep 18, 2013, 12:11 AM
LINQ Stands for Language Integrated Query, so named since it is part of the programming language like C#. It is used to provide consistent access to various data sources like databases and XML. Before LINQ we used various languages and technologies to access different data sources. Now with LINQ we can use the same syntax to access the different data sources from within the language itself.
For More refer to this link
http://www.c-sharpcorner.com/uploadfile/ashish_2008/how-to-use-linq-in-net/
Jignesh TrivediPosted Sep 17, 2013, 11:51 PM
hi,
Language-Integrated Query (LINQ)
it extends powerful query capabilities to the language syntax of programming language.
LINQ is very wide subject.
Please refer
http://msdn.microsoft.com/en-us/library/vstudio/bb397926.aspx
hope this will help you.
Abhineet SrivastavaPosted Sep 17, 2013, 12:23 PM
Satyapriya NayakPosted Sep 17, 2013, 9:35 AM
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
Pavan RamamurthyPosted Sep 17, 2013, 9:34 AM