LINQ, the future of data access in C♯ 3.0 /
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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Sebastopol, Calif.] :
O'Reilly,
2006.
|
Colección: | O'Reilly short cuts.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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; 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.
- FirstOrDefaultFold; 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.