Pro LINQ Language Integrated Query in C# 2010 /
LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2010 is all about code. Literally, this book starts with code and ends w...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2010.
|
Edición: | 1st ed. 2010. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- Pro LINQ: Language Integrated Query in C# 2010
- Hello LINQ
- C# Language Enhancements for LINQ
- LINQ to Objects
- LINQ to Objects Introduction
- Deferred Operators
- Nondeferred Operators
- LINQ to XML
- LINQ to XML Introduction
- The LINQ to XML API
- LINQ to XML Operators
- Additional XML Capabilities
- LINQ to DataSet
- LINQ to DataSet Operators
- Additional DataSet Capabilities
- LINQ to SQL
- LINQ to SQL Introduction
- LINQ to SQL Tips and Tools
- LINQ to SQL Database Operations
- LINQ to SQL Entity Classes
- The LINQ to SQL DataContext
- LINQ to SQL Concurrency Conflicts
- Additional LINQ to SQL Capabilities
- LINQ to Entities
- LINQ to Entities Introduction
- LINQ to Entities Operations
- LINQ to Entities Classes
- parallel LINQ
- Parallel LINQ Introduction
- Using Parallel LINQ
- Parallel LINQ Operators.