Vous en avez un à vendre ?

Linq Unleashed : For C# par Kimmel, Paul

by Kimmel, Paul | PB | Good
État :
Bon état
Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ... En savoir plusà propos de l'état
Livraison :
Gratuit Economy Shipping. Afficher les détailspour la livraison
Lieu où se trouve l'objet : Aurora, Illinois, États-Unis
Délai de livraison :
Estimé entre le mer. 26 juin et le sam. 29 juin à 43230
Les dates de livraison estimées - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet prennent en compte le délai d'expédition indiqué par le vendeur, le code postal de l'expéditeur, le code postal du destinataire et la date d'acceptation de l'offre. Elles dépendent du service de livraison sélectionné et de la date de réception du paiementréception du paiement - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
Retours :
Retour sous 30 jours. Le vendeur paie les frais de retour. Afficher les détails- pour en savoir plus sur les retours
Paiements :
     

Achetez en toute confiance

Garantie client eBay
Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. 

Détails sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :144398384968
Dernière mise à jour le 19 juin 2024 16:10:11 CEST. Afficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Bon état
Livre ayant déjà été lu, mais qui est toujours en bon état. La couverture présente des dommages mineurs, comme des éraflures, mais n'est ni trouée ni déchirée. Pour les couvertures rigides, la jaquette n'est pas nécessairement incluse. La reliure présente des marques d'usure mineures. La majorité des pages sont intactes. Pliures et déchirures mineures. Soulignement de texte mineur au crayon. Aucun surlignement de texte. Aucune note dans les marges. Aucune page manquante. Consulter l'annonce du vendeur pour avoir plus de détails et voir la description des défauts. Afficher toutes les définitions des étatsla page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet
Commentaires du vendeur
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ...
Binding
Paperback
Weight
0 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780672329838
Subject Area
Computers
Publication Name
Linq Unleashed : for C#
Publisher
Pearson Education
Item Length
9.1 in
Subject
Programming Languages / C#, Programming / Microsoft
Publication Year
2008
Series
Unleashed Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.1 in
Author
Paul Kimmel
Item Weight
29.6 Oz
Item Width
7 in
Number of Pages
552 Pages

À propos de ce produit

Product Information

Foreword by Darryl Hogan, Architect Evangelist, Microsoft Corporation Microsoft''s highly anticipated LINQ query technology makes it easy to retrieve any information programmatically from any data source, no matter where it comes from or how it''s stored. Using LINQ, developers can query objects, relational databases, XML documents, and ADO.NET datasets--and do it all directly from C# 3.0, leveraging the powerful capabilities of LINQ. This is a definitive guide to getting real-world results with LINQ, using C# 3.0 and Visual Studio 2008. In LINQ Unleashed , Microsoft MVP Paul Kimmel covers every facet of LINQ programming, showing how LINQ can help you dramatically improve your productivity and build more reliable, maintainable applications. Kimmel begins by reviewing the state-of-the-art C# programming techniques LINQ uses, including anonymous types, partial methods, and Lambda expressions. Next, using realistic examples and easy-to-adapt sample code, he details the most powerful new LINQ techniques for accessing objects, databases, and XML. You''ll gain a deep and practical understanding of how LINQ works "under the hood"--and learn how to do everything from selecting data through integrating XML with other data models. Build efficient LINQ queries to .NET objects, SQL databases, and XML content Utilize anonymous types to reduce design time, coding effort, and debugging time Automatically generate .NET state machines with the new yield return construct Master LINQ query syntax, operators, extension methods, sorting, grouping, aggregate and set operations, and more Make the most of select--and use it in the business layer of your n-tier applications Query relational data stored in Microsoft SQL Server Use nullable types to eliminate unnecessary database access plumbing code Use LINQ with ADO.NET 3.0 and Microsoft''s powerful new Entity Framework Extract XML data without the hassles or complexity of XPath Automatically construct XML from CSV files and other non-XML data Query Active Directory by extending LINQ Introduction 1 Part I Getting Ready for LINQ 1 Programming with Anonymous Types 5 2 Using Compound Type Initialization 29 3 Defining Extension and Partial Methods 61 4 yield return: Using .NET''s State Machine Generator 85 5 Understanding Lambda Expressions and Closures 97 6 Using Standard Query Operators 121 Part II LINQ for Objects 7 Sorting and Grouping Queries 137 8 Using Aggregate Operations 151 9 Performing Set Operations 167 10 Mastering Select and SelectMany 185 11 Joining Query Results 211 12 Querying Outlook and Active Directory 239 Part III LINQ for Data 13 Querying Relational Data with LINQ 265 14 Creating Better Entities and Mapping Inheritance and Aggregation 289 15 Joining Database Tables with LINQ Queries 309 16 Updating Anonymous Relational Data 349 17 Introducing ADO.NET 3.0 and the Entity Framework 383 Part IV LINQ for XML 18 Extracting Data from XML 415 19 Comparing LINQ to XML with Other XML Technologies 437 20 Constructing XML from Non-XML Data 453 21 Emitting XML with the XmlWriter 463 22 Combining XML with Other Data Models 469 23 LINQ to XSD Supports Typed XML Programming 485 Index

Product Identifiers

Publisher
Pearson Education
ISBN-10
0672329832
ISBN-13
9780672329838
eBay Product ID (ePID)
64332262

Product Key Features

Number of Pages
552 Pages
Language
English
Publication Name
Linq Unleashed : for C#
Publication Year
2008
Subject
Programming Languages / C#, Programming / Microsoft
Type
Textbook
Subject Area
Computers
Author
Paul Kimmel
Series
Unleashed Ser.
Format
Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
29.6 Oz
Item Length
9.1 in
Item Width
7 in

Additional Product Features

LCCN
2008-030703
Dewey Edition
22
Target Audience
Scholarly & Professional
Illustrated
Yes
Dewey Decimal
005.13/3
Lc Classification Number
Qa76.73.L228
Table of Content
Introduction 1 Part I Getting Ready for LINQ 1 Programming with Anonymous Types 5 2 Using Compound Type Initialization 29 3 Defining Extension and Partial Methods 61 4 yield return: Using .NET's State Machine Generator 85 5 Understanding Lambda Expressions and Closures 97 6 Using Standard Query Operators 121 Part II LINQ for Objects 7 Sorting and Grouping Queries 137 8 Using Aggregate Operations 151 9 Performing Set Operations 167 10 Mastering Select and SelectMany 185 11 Joining Query Results 211 12 Querying Outlook and Active Directory 239 Part III LINQ for Data 13 Querying Relational Data with LINQ 265 14 Creating Better Entities and Mapping Inheritance and Aggregation 289 15 Joining Database Tables with LINQ Queries 309 16 Updating Anonymous Relational Data 349 17 Introducing ADO.NET 3.0 and the Entity Framework 383 Part IV LINQ for XML 18 Extracting Data from XML 415 19 Comparing LINQ to XML with Other XML Technologies 437 20 Constructing XML from Non-XML Data 453 21 Emitting XML with the XmlWriter 463 22 Combining XML with Other Data Models 469 23 LINQ to XSD Supports Typed XML Programming 485 Index
Copyright Date
2009

Description de l'objet fournie par le vendeur

Informations sur le vendeur professionnel

Thrift Books Global, LLC
TB Thrift Books
18300 Cascade Ave S
Ste 150
98188 Seattle, WA
United States
Afficher les coordonnées
: liam-e esserdAmoc.skoobtfirht@yabe.selas
Je certifie que toutes mes activités de vente seront conformes à toutes les lois et réglementations de l'UE.
ThriftBooks

ThriftBooks

99% d'évaluations positives
17,8 millions objets vendus
Visiter la BoutiqueContacter
Répond en général sous 24 heures

Évaluations détaillées du vendeur

Moyenne pour les 12 derniers mois

Description exacte
4.9
Frais de livraison raisonnables
5.0
Livraison rapide
5.0
Communication
4.9
Inscrit comme vendeur professionnel

Évaluations en tant que vendeur (5.225.115)

8***o (1075)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Easy transaction. It was shipped quickly and was exactly as described. A+++
2***. (868)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Happy with my purchase
0***7 (337)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Very quick delivery. Excellent description. Will definitely shop again. Thanks!!!