s
menu
menu
Login  |  Register  |  Media Kit  |  Press  |  Site Map  |  Contact Us Digg It! Post to Del.icio.us Bookmark using any social bookmark manager!  Increase font-sizeDecrease font-sizeRestore default font-sizes



Resource Center
Contents
Microsoft LINQ Resource Center
Microsoft LINQ Introductions
Introducing LINQ
http://www.manning.com/marguerie/marguerie_meapch1.pdf
Sample chapter: “Introducing LINQ,” from LINQ in Action, by Fabrice Marquerie, Steve Eichert, and Jim Wooley (January 2008). Discusses what LINQ is, a LINQ overview, LINQ as a toolset, LINQ as language extensions, why we need LINQ, common problems, addressing a paradigm mismatch, object-relational mapping, object-XML mapping, design goals and origins of LINQ, the goals of the LINQ Project, history of LINQ, ObjectSpaces, XQuery implementation, querying collections in memory, LINQ to objects, querying XML documents, why we need LINQ to XML, querying relational databases, what make LINQ to SQL special, and the DataContext.
Language Integrated Query (LINQ)
http://en.wikipedia.org/wiki/language_integrated_query
Definition of the Language Integrated Query (LINQ) from Wikipedia. Topics include language features (anonymous types, extension methods, lambda expressions, expression trees, and standard query operators), data sources, and SQLMetal (a tool for automatic class generation). Additional links are provided to the Microsoft LINQ Project, C# LINQ samples, Visual Basic LINQ samples, the Microsoft LINQ forum, the LINQ page on NetFXGuide, and the LINQ wiki.
Introducing the Entity Framework & LINQ
http://www.ftponline.com/channels/net/reports/tech-ed/2007/rjennings2
"Introducing the Entity Framework and LINQ," by Roger Jennings. Discusses the Entity Framework (EF), Language Integrated Query (LINQ), Visual Studio 2008, SQL Server 2008, data abstraction, the Microsoft Entity Data Model (EDM), enterprise-grade object/relational mapping (O/RM), .NET FX 3.5 classes, LINQ to Objects, LINQ to SQL, LINQ to DataSets, LINQ to Entities, LINQ to XML, and the BLINQ project.
Learn The Basics Of LINQ
http://www.singingeels.com/articles/learn_the_basics_of_linq.aspx
"Learn The Basics Of LINQ," by Timothy Khouri. This tutorial on LINQ (Language INtegrated Query) discusses the need for LINQ, basic LINQ queries, querying unconventional data sources, extension methods, and lambda expressions.
Introduction to LINQ
http://codeproject.com/vista/linq_1.asp
Article: "Introduction to LINQ ," by Sacha Barber. Discusses what LINQ is, LINQ operators including restriction (WHERE), predicates, projection (SELECT), partitioning (Take/Skip), Join, concatenation, order (OrderBy/ThenBy), group (GroupBy), set (Distinct/Union/Intersect/Except), Equal, element (First/FirstOrDefault), generation (Range/Repeat/Empty), and qualifiers (Any/All/Contains); dynamicall creating LINQ queries and variables.
foot
Update :: July 25, 2008