|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn740433648 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
110711s2010 waua o 001 0 eng d |
010 |
|
|
|a 2011280298
|
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d COO
|d N$T
|d OCLCQ
|d DEBSZ
|d OCLCF
|d OCLCQ
|d OCLCA
|d YDXCP
|d OCLCQ
|d OCLCA
|d OCL
|d CEF
|d AU@
|d UAB
|d WYU
|d OCLCQ
|d VT2
|d RDF
|d HS0
|d INARC
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB078470
|2 bnb
|
016 |
7 |
|
|a 015589230
|2 Uk
|
019 |
|
|
|a 778634255
|a 1063813277
|a 1103251564
|a 1153004011
|a 1192350824
|a 1240508016
|a 1280898977
|
020 |
|
|
|a 9780735658882
|q (electronic bk.)
|
020 |
|
|
|a 0735658889
|q (electronic bk.)
|
020 |
|
|
|z 9780735640573
|
020 |
|
|
|z 0735640572
|
029 |
1 |
|
|a AU@
|b 000050492144
|
029 |
1 |
|
|a DEBSZ
|b 368470881
|
029 |
1 |
|
|a AU@
|b 000067099239
|
035 |
|
|
|a (OCoLC)740433648
|z (OCoLC)778634255
|z (OCoLC)1063813277
|z (OCoLC)1103251564
|z (OCoLC)1153004011
|z (OCoLC)1192350824
|z (OCoLC)1240508016
|z (OCoLC)1280898977
|
037 |
|
|
|a CL0500000095
|b Safari Books Online
|
050 |
|
4 |
|a QA76.7
|b .P53 2010
|
072 |
|
7 |
|a COM
|x 087000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 034000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060130
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060150
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7782
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Pialorsi, Paolo.
|
245 |
1 |
0 |
|a Programming Microsoft LINQ in Microsoft .NET Framework 4 /
|c Paolo Pialorsi, Marco Russo.
|
246 |
1 |
8 |
|a Programming LINQ in .NET Framework 4
|
260 |
|
|
|a Redmond, Wash. :
|b Microsoft ;
|a Farnham :
|b O'Reilly [distributor],
|c 2010.
|
300 |
|
|
|a 1 online resource (xxiv, 675 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Explains how to use LINQ (Language Integrated Query) while working with C♯ and Visual Basic, demonstrating practical applications for querying and managing data, the XML infoset, extending LINQ, and data binding.
|
505 |
0 |
|
|a Preface; Acknowledgments; Introduction; LINQ Foundations; Chapter 1. LINQ Introduction; What Is LINQ?; Why Do We Need LINQ?; How LINQ Works; Relational Model vs. Hierarchical/Network Model; XML Manipulation; Language Integration; Declarative Programming; Type Checking; Transparency Across Different Type Systems; LINQ Implementations; LINQ to Objects; LINQ to ADO.NET; LINQ to XML; Summary; Chapter 2. LINQ Syntax Fundamentals; LINQ Queries; Query Syntax; Full Query Syntax; Query Keywords; From Clause; Where Clause; Select Clause; Group and Into Clauses; Orderby Clause; Join Clause; Let Clause
|
505 |
8 |
|
|a Additional Visual Basic KeywordsDeferred Query Evaluation and Extension Method Resolution; Deferred Query Evaluation; Extension Method Resolution; Some Final Thoughts About LINQ Queries; Degenerate Query Expressions; Exception Handling; Summary; Chapter 3. LINQ to Objects; Query Operators; The Where Operator; Projection Operators; Ordering Operators; Grouping Operators; Join Operators; Set Operators; Aggregate Operators; Aggregate Operators in Visual Basic; Generation Operators; Quantifier Operators; Partitioning Operators; Element Operators; Other Operators; Conversion Operators
|
505 |
8 |
|
|a AsEnumerableToArray and ToList; ToDictionary; ToLookup; OfType and Cast; Summary; LINQ to Relational; Chapter 4. Choosing Between LINQ to SQL and LINQ to Entities; Comparison Factors; When to Choose LINQ to Entities and the Entity Framework; When to Choose LINQ to SQL; Other Considerations; Summary; LINQ to SQL: Querying Data; Entities in LINQ to SQL; External Mapping; Data Modeling; DataContext; Entity Classes; Entity Inheritance; Unique Object Identity; Entity Constraints; Associations Between Entities; Relational Model vs. Hierarchical Model; Data Querying; Projections
|
505 |
8 |
|
|a Stored Procedures and User-Defined FunctionsCompiled Queries; Different Approaches to Querying Data; Direct Queries; Deferred Loading of Entities; Deferred Loading of Properties; Read-Only DataContext Access; Limitations of LINQ to SQL; Thinking in LINQ to SQL; The IN/EXISTS Clause; SQL Query Reduction; Mixing .NET Code with SQL Queries; Summary; Chapter 6. LINQ to SQL: Managing Data; CRUD and CUD Operations; Entity Updates; Database Updates; Customizing Insert, Update, and Delete; Database Interaction; Concurrent Operations; Transactions; Exceptions; Databases and Entities
|
505 |
8 |
|
|a Entity Attributes to Maintain Valid RelationshipsDeriving Entity Classes; Attaching Entities; Binding Metadata; Differences Between the .NET Framework and SQL Type Systems; Summary; Chapter 7. LINQ to SQL: Modeling Data and Tools; File Types; DBML-Database Markup Language; C# and Visual Basic Source Code; XML-External Mapping File; LINQ to SQL File Generation; SQLMetal; Generating a DBML File from a Database; Generating Source Code and a Mapping File from a Database; Generating Source Code and a Mapping File from a DBML File; Using the Object Relational Designer; DataContext Properties
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Microsoft LINQ.
|
630 |
0 |
0 |
|a Microsoft .NET Framework.
|
630 |
0 |
7 |
|a Microsoft LINQ.
|2 blmlsh
|
630 |
0 |
7 |
|a Microsoft LINQ
|2 fast
|
630 |
0 |
7 |
|a Microsoft .NET Framework
|2 fast
|
630 |
0 |
7 |
|a Microsoft LINQ (Computer software)
|2 sears
|
650 |
|
0 |
|a Query languages (Computer science)
|
650 |
|
6 |
|a Langages d'interrogation.
|
650 |
|
7 |
|a COMPUTERS
|x Digital Media
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Interactive & Multimedia.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Site Design.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x User Generated Content.
|2 bisacsh
|
650 |
|
7 |
|a Query languages (Computer science)
|2 fast
|
650 |
|
7 |
|a Engineering & Applied Sciences.
|2 hilcc
|
650 |
|
7 |
|a Computer Science.
|2 hilcc
|
650 |
|
7 |
|a Microsoft .NET Framework.
|2 sears
|
700 |
1 |
|
|a Russo, Marco,
|d 1967-
|
776 |
0 |
8 |
|i Print version:
|a Pialorsi, Paolo.
|t Programming Microsoft LINQ in Microsoft .NET Framework 4.
|d Redmond, Wash. : Microsoft ; Farnham : O'Reilly [distributor], 2010
|z 9780735640573
|w (OCoLC)635468632
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780735656765/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 431697
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7485926
|
938 |
|
|
|a Internet Archive
|b INAR
|n programmingmicro0000pial
|
994 |
|
|
|a 92
|b IZTAP
|