Create bookmark
LINQ: The Future of Data Access in C# 3.0
The Future of Data Access in C# 3.0
Notes
Please login to add notes
-
+
LINQ: The Future of Data Access in C# 3.0
-
+
Learn LINQ and the C# 3.0 Features That
- A Quick Introduction to LINQ
- The LINQ Architecture
- + Supporting LINQ in C# 3.0
- + Applying LINQ
-
+
Standard LINQ Query Operators
- Aggregate
- All
- Any
- Average
- Cast
- Concat
- Contains
- Count
- DefaultIfEmpty
- Distinct
- ElementAt
- ElementAtOrDefault
- Empty
- EqualAll
- Except
- First
- FirstOrDefault
- Fold
- GroupBy
- GroupJoin
- Intersect
- Join
- Last
- LastOrDefault
- LongCount
- Max
- Min
- OfType
- OrderBy
- OrderByDescending
- Range
- Repeat
- Reverse
- Select
- SelectMany
- Single
- SingleOrDefault
- Skip
- SkipWhile
- Sum
- Take
- TakeWhile
- ThenBy
- ThenByDescending
- ToArray
- ToDictionary
- ToList
- ToLookup
- ToSequence
- Union
- Where
- Extending LINQ
- For Further Information
- Acknowledgements
-
+
Learn LINQ and the C# 3.0 Features That
Language Integrated Query (LINQ) is Microsoft's new technology for powerful, general purpose data access. This technology provides a fully-integrated query language, available in both C# 3.0 and VB 9.0, for high-level data access against objects, relational databases, and XML documents.
In this Short Cut you'll learn about LINQ and the proposed C# 3.0 extensions that support it. You'll also see how you can use LINQ and C# to accomplish a variety of tasks, from querying objects to accessing relational data and XML. Best of all, you'll be able to test the examples and run your own code using the latest LINQ CTP, available free from Microsoft. This Short Cut includes a complete reference to the standard LINQ query operators.
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Networking > General
Publishers
Publication year : 2006
License: All rights reserved ©
Times read: 0

