LINQ - linq? - Asked By madhu krishna on 23-Jul-11 02:27 AM

can someone send me a good link where i can start learning linq?
Radhika roy replied to madhu krishna on 23-Jul-11 02:29 AM

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

Hope this will help you.

Radhika roy replied to madhu krishna on 23-Jul-11 02:34 AM

Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, although ports exist for Java, PHP and JavaScript.

LINQ defines a set of method names (called standard query operators, or standard sequence operators), along with translation rules from so-called query expressions to expressions using these method names, lambda expressions and anonymous types. These can, for example, be used to project and filter data in arrays, enumerable classes, XML (LINQ to XML), relational databases, and third party data sources.

Follow these links-

http://msdn.microsoft.com/en-us/vcsharp/aa336746

(here you will get 101 example of linq)

Hope this will help you.

Reena Jain replied to madhu krishna on 23-Jul-11 02:49 AM
Hi,

here is a good article for you

http://www.eggheadcafe.com/tutorials/aspnet/042c0b06-95f2-4944-9b52-46be6eeb3e7d/linq-executed-in-parallel-plinq.aspx

as well here is some good link from where you can learn more about linq

http://msdn.microsoft.com/en-us/library/bb907622.aspx
http://weblogs.asp.net/scottgu/archive/2006/05/14/Using-LINQ-with-ASP.NET-_2800_Part-1_2900_.aspx
http://weblogs.asp.net/jalpeshpvadgama/archive/2008/07/31/what-is-linq-linq-developer-resources.aspx

Hope this will help you
dipa ahuja replied to madhu krishna on 23-Jul-11 03:02 AM
Hi.. to learn linq with perfection you will required good. here are two links.


For Linq Video tutorial