Essential LINQ

Next, they show how LINQ integrates querying into C# as a "first-class citizen." Using realistic code examples, they show how LINQ provides a strongly typed, IntelliSense-aware technology for working with data from any source, including SQL databases, XML files, and generic data structures...

Full description

Bibliographic Details
Main Author: Calvert, Charles
Other Authors: Kulkarni, Dinesh
Format: eBook
Language:English
Published: Upper Saddle River, N.J. Addison-Wesley 2009
Series:Microsoft .NET development series
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04704nmm a2200517 u 4500
001 EB001919909
003 EBX01000000000000001082811
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780321604750 
020 |a 0321564162 
020 |a 032160475X 
050 4 |a QA76.7 
100 1 |a Calvert, Charles 
245 0 0 |a Essential LINQ  |c Charlie Calvert, Dinesh Kulkarni 
260 |a Upper Saddle River, N.J.  |b Addison-Wesley  |c 2009 
300 |a xxix, 564 pages  |b illustrations 
505 0 |a Introduction -- Getting started -- The essence of LINQ -- C♯ 3.0 technical overview -- Writing query expressions -- Query operators -- A quick tour of LINQ to SQL -- Reading objects with LINQ to SQL -- Modifying objects with LINQ to SQL -- Using stored procedures and database functions with LINQ to SQL -- Customizing entity persistence and adding business logic -- LINQ to Entities overview -- LINQ to XML : creation -- Querying and editing XML -- XML namespaces, transforms, and schema validation -- Introduction to LINQ patterns and practices -- LINQ everywhere -- Conclusion -- Appendix: Tips for developers 
653 |a Microsoft .NET Framework / http://id.loc.gov/authorities/names/n2017043838 
653 |a C# (Langage de programmation) 
653 |a Langages d'interrogation 
653 |a C# (Computer program language) / fast 
653 |a Microsoft LINQ. / blmlsh 
653 |a Microsoft .NET Framework / fast 
653 |a LINQ / gnd / http://d-nb.info/gnd/7582603-3 
653 |a Microsoft LINQ. / http://id.loc.gov/authorities/names/no2007118681 
653 |a Query languages (Computer science) / http://id.loc.gov/authorities/subjects/sh96000160 
653 |a C# (Computer program language) / http://id.loc.gov/authorities/subjects/sh2001001705 
653 |a Microsoft LINQ / fast 
653 |a Query languages (Computer science) / fast 
700 1 |a Kulkarni, Dinesh 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a Microsoft .NET development series 
500 |a Includes index 
015 |a GBA922535 
776 |z 0321564162 
776 |z 9780321564160 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780321604750/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 006.7/882 
082 0 |a 500 
520 |a Next, they show how LINQ integrates querying into C# as a "first-class citizen." Using realistic code examples, they show how LINQ provides a strongly typed, IntelliSense-aware technology for working with data from any source, including SQL databases, XML files, and generic data structures. Calvert and Kulkarni carefully explain LINQ's transformative, composable, and declarative capabilities. By fully illuminating these three concepts, the authors allow developers to discover LINQ's full power. In addition to covering core concepts and hands-on LINQ development in C# with LINQ to Objects, LINQ to XML, LINQ to SQL, and LINQ to Entities, they also present advanced topics and new LINQ implementations developed by the LINQ community.  
520 |a "Charlie and Dinesh bring important skills to this project that enable them to show how LINQ works and the practical ways you can use it in your daily development process." From the Foreword by Anders Hejlsberg LINQ is one of Microsoft's most exciting, powerful new development technologies. Essential LINQ is the first LINQ book written by leading members of Microsoft's LINQ and C# teams. Writing for architects, developers, and development managers, these Microsoft insiders share their intimate understanding of LINQ, revealing new patterns and best practices for getting the most out of it. Calvert and Kulkarni begin by clearly explaining how LINQ resolves the long-time "impedance mismatch" between object-oriented code and relational databases.  
520 |a This book - Explains the entire lifecycle of a LINQ project: design, development, debugging, and much more - Teaches LINQ from both a practical and theoretical perspective - Leverages C# language features that simplify LINQ development - Offers developers powerful LINQ query expressions to perform virtually any data-related task - Teaches how to query SQL databases for objects and how to modify those objects - Demonstrates effective use stored procedures and database functions with LINQ - Shows how to add business logic that reflects the specific requirements of your organization - Teaches developers to create, query, and transform XML data with LINQ - Shows how to transform object, relational, and XML data between each other - Offers best patterns and practices for writing robust, easy-to-maintain LINQ code