Cargando…

LINQ in action /

".NET applications are object-oriented, but the data is not. That's the situation when you're using a relational database, XML, and many other data stores, and for each you need a separate programming solution. Microsoft's Language INtegrated Query, known as LINQ, is a set of .NE...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Marguerie, Fabrice
Otros Autores: Eichert, Steve, Wooley, Jim
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Greenwich, Conn. : Manning, ©2008.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • pt. 1. Getting Started
  • 1. Introducing LINQ
  • 2. C♯ and VB.NET language enhancements
  • 3. LINQ building blocks
  • pt. 2. Queirying Objects in Memory
  • 4. Getting familiar with LINQ to Objects
  • 5. Beyond basic in-memory queries
  • pt. 3. Querying Relational Data
  • 6. Getting started with LINQ to SQL
  • 7. Peeking under the covers of LINQ to SQL
  • 8. Advanced LINQ to SQL features
  • pt. 4. Manipulating XML
  • 9. Introducing LINQ to XML
  • 10. Query and transform XML with LINQ to XML
  • 11. Common LINQ to XML scenarios
  • pt. 5. LINQing it All Together
  • 12. Extending LINQ
  • 13. LINQ in every layer.