LINQ for Visual C♯ 2008 /
Every C♯ programmer needs to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data access from any data source. With LINQ, you can write more elegant and flexible code-not just to access databases and files, but to manipulate data st...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Distributed to the Book trade by Springer,
©2008.
|
Colección: | FirstPress.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Ch. 1. LINQ to Objects
- A Simple C♯ 3.0 LINQ to Objects Program
- Extension Methods
- Lambda Expressions
- Expression Trees
- Object Initialization Expressions
- Anonymous Types
- Implicitly Typed Local Variables
- Query Evaluation Time
- Standard Query Operators
- Ch. 2. LINQ to ADO.NET
- Database Interaction
- DataContext: Advanced Features
- Other LINQ to SQL Features
- LINQ to SQL in Visual Studio 2008
- LINQ to DataSet
- Ch. 3. LINQ to XML
- Querying XML
- Creating and Modifying XML Documents.