LINQ - tutorial for beginners - Asked By vinod on 17-Nov-11 01:29 AM



 hi All
   
   can anyone suggest me good online tutorial for learning LINQ from basic to the last..


 Thanks
Jitendra Faye replied to vinod on 17-Nov-11 01:32 AM
.NET Language-Integrated Query defines a set of general purpose standard query operators that allow traversal, filter, and projection operations to be expressed in a direct yet declarative way in any .NET-based programming language.

Follow these links-

http://msdn.microsoft.com/en-us/vstudio/aa336746
http://msdn.microsoft.com/en-us/library/bb308959.aspx

http://msdn.microsoft.com/en-us/vstudio/bb688088
Reena Jain replied to vinod on 17-Nov-11 01:35 AM
hi,

LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities.

Featured Information

Essential LINQ (Microsoft .NET Development Series)

LINQ is one of Microsoft’s most exciting, powerful new development technologies.Essential LINQ is the first LINQ book written by leading members of Microsoft’s LINQ and C# teams.

LINQ to XML


LINQ to XML was developed with Language-Integrated Query over XML in mind and takes advantage of standard query operators and adds query extensions specific to XML.

Follow these googd links-

http://msdn.microsoft.com/en-us/netframework/aa904594
http://msdn.microsoft.com/en-us/library/bb308959.aspx
Suchit shah replied to vinod on 17-Nov-11 01:45 AM
Below are very good Tutorials for it
 

List of all very good LINQ Videos ( http://www.asp.net/linq/videos)
LINQ Query Samples (
http://msdn.microsoft.com/en-us/vstudio/bb688084.aspx)
LINQ to SQL for the Beginner(http://www.codeproject.com/KB/linq/Entity_Classes.aspx)
A LINQ Tutorial: Adding/Updating/Deleting Data(http://www.codeproject.com/KB/linq/linqtutorial2.aspx)
A LINQ Tutorial: WPF Data Binding with LINQ to SQL(http://www.codeproject.com/KB/linq/linqtutorial3.aspx)


Here are Link to download all LINQ samples (http://msdn.microsoft.com/en-us/vstudio/bb688088)
Sunil Darji replied to vinod on 18-Nov-11 03:44 AM

 follow this links :::

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