LINQ: The Future of Data Access in C# 3.0. The Future of Data Access in C# 3.0 - Helion
ISBN: 978-14-919-0600-2
stron: 64, Format: ebook
Data wydania: 2006-10-26
Księgarnia: Helion
Cena książki: 38,17 zł (poprzednio: 44,38 zł)
Oszczędzasz: 14% (-6,21 zł)
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.
Osoby które kupowały "LINQ: The Future of Data Access in C# 3.0. The Future of Data Access in C# 3.0", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
LINQ: The Future of Data Access in C# 3.0. The Future of Data Access in C# 3.0 eBook -- spis treści
- LINQ: The Future of Data Access in C# 3.0
- A Note Regarding Supplemental Files
- Learn LINQ and the C# 3.0 Features That Support It
- A Quick Introduction to LINQ
- The LINQ Architecture
- Supporting LINQ in C# 3.0
- Lambda Expressions
- Type Inference
- Anonymous Types and Object Initializers
- Query Expressions
- Extension Methods
- Lazy Evaluation
- Applying LINQ
- LINQ to DataSets
- LINQ to SQL
- Create, Read, Update, and Delete with LINQ
- LINQ to XML
- LINQ to IEnumerable
- 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
- About the Author
- Copyright