|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn297576469 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
090109s2008 caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d WPG
|d OCLCQ
|d CEF
|d OCLCQ
|d COO
|d DEBSZ
|d N$T
|d EBLCP
|d MHW
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCF
|d OCLCQ
|d OCLCA
|d IDEBK
|d OCLCQ
|d OCLCO
|d YDXCP
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d FEM
|d OCLCQ
|d OCLCA
|d MERER
|d OCL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d WYU
|d UAB
|d VT2
|d UKAHL
|d OCLCQ
|d UKBTH
|d HS0
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 230966073
|a 618145276
|a 772458285
|a 968008124
|a 969073047
|a 1044311976
|a 1056429701
|a 1060871123
|a 1064765813
|a 1075396200
|a 1103270809
|a 1129330442
|a 1159661716
|
020 |
|
|
|a 9780596519247
|
020 |
|
|
|a 0596519249
|
020 |
|
|
|a 9780596521714
|q (electronic bk.)
|
020 |
|
|
|a 0596521715
|q (electronic bk.)
|
020 |
|
|
|a 9781449370411
|
020 |
|
|
|a 1449370411
|
024 |
8 |
|
|a 9780596519247
|
029 |
1 |
|
|a AU@
|b 000055627408
|
029 |
1 |
|
|a AU@
|b 000067113849
|
029 |
1 |
|
|a CHBIS
|b 006148918
|
029 |
1 |
|
|a CHVBK
|b 17140887X
|
029 |
1 |
|
|a DEBSZ
|b 355421836
|
029 |
1 |
|
|a DEBSZ
|b 396387764
|
029 |
1 |
|
|a HEBIS
|b 291493556
|
035 |
|
|
|a (OCoLC)297576469
|z (OCoLC)230966073
|z (OCoLC)618145276
|z (OCoLC)772458285
|z (OCoLC)968008124
|z (OCoLC)969073047
|z (OCoLC)1044311976
|z (OCoLC)1056429701
|z (OCoLC)1060871123
|z (OCoLC)1064765813
|z (OCoLC)1075396200
|z (OCoLC)1103270809
|z (OCoLC)1129330442
|z (OCoLC)1159661716
|
037 |
|
|
|a CL0500000030
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73
|b .L228 2008
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Albahari, Joseph.
|
245 |
1 |
0 |
|a LINQ pocket reference /
|c Joseph Albahari and Ben Albahari.
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Sebastopol, Calif. :
|b O'Reilly Media,
|c 2008.
|
300 |
|
|
|a 1 online resource (ix, 161 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
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Ready to take advantage of LINQ with C♯ 3.0? This guide has the detail you need to grasp Microsoft's new querying technology, and concise explanations to help you learn it quickly. And once you begin to apply LINQ, the book serves as an on-the-job reference when you need immediate reminders. All the examples in the LINQ Pocket Reference are preloaded into LINQPad, the highly praised utility that lets you work with LINQ interactively. Created by the authors and free to download, LINQPad will not only help you learn LINQ, it will have you thinking in LINQ. This reference explains: LINQ's ke.
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|
505 |
0 |
|
|a LINQ Pocket Reference; Getting Started; Lambda Queries; Chaining Query Operators; Composing Lambda Expressions; Lambda expressions and Func signatures; Lambda expressions and element typing; Natural Ordering; Other Operators; Comprehension Queries; Iteration Variables; Query Syntax Versus SQL Syntax; Query Syntax Versus Lambda Syntax; Mixed Syntax Queries; Deferred Execution; Reevaluation; Outer Variables; How Deferred Execution Works; Chaining Decorators; How Queries Are Executed; Subqueries; Subqueries and Deferred Execution; Composition Strategies; Progressive Query Building
|
505 |
8 |
|
|a The into KeywordScoping rules; Wrapping Queries; Projection Strategies; Object Initializers; Anonymous Types; The let Keyword; Interpreted Queries; How Interpreted Queries Work; Execution; AsEnumerable; LINQ to SQL; LINQ to SQL Entity Classes; DataContext; Automatic Entity Generation; Associations; Deferred Execution with LINQ to SQL; DataLoadOptions; Specifying a filter in advance; Eager loading; Updates; Building Query Expressions; Delegates Versus Expression Trees; Compiling expression trees; AsQueryable; Expression Trees; The Expression DOM; Query Operator Overview; Filtering; Where
|
505 |
8 |
|
|a Comprehension syntaxOverview; Indexed filtering; Where in LINQ to SQL; Take and Skip; TakeWhile and SkipWhile; Distinct; Projecting; Select; *Comprehension syntax; Overview; Indexed projection; Select subqueries and object hierarchies; Subqueries and joins in LINQ to SQL; Projecting into concrete types; SelectMany; Comprehension syntax; Overview; Outer iteration variables; Thinking in comprehension syntax; Joining with SelectMany; SelectMany in LINQ to SQL; Outer joins with SelectMany; Joining; Join and GroupJoin; Join arguments; GroupJoin arguments; Comprehension syntax; Overview; Join
|
505 |
8 |
|
|a Joining on multiple keysJoining in lambda syntax; GroupJoin; Flat outer joins; Joining with lookups; Ordering; OrderBy, OrderByDescending, ThenBy, ThenByDescending; OrderBy, OrderByDescending arguments; ThenBy, ThenByDescending arguments; Comprehension syntax; Overview; Comparers and collations; IOrderedEnumerable and IOrderedQueryable; Grouping; GroupBy; Comprehension syntax; Overview; GroupBy in LINQ to SQL; Grouping by multiple keys; Custom equality comparers; Set Operators; Concat and Union; Intersect and Except; Conversion Methods; OfType and Cast; ToArray, ToList, ToDictionary, ToLookup
|
505 |
8 |
|
|a AsEnumerable and AsQueryableElement Operators; First, Last, Single; ElementAt; DefaultIfEmpty; Aggregation Methods; Count and LongCount; Min and Max; Sum and Average; Aggregate; Quantifiers; Contains and Any; All and SequenceEqual; Generation Methods; Empty; Range and Repeat; LINQ to XML; Architectural Overview; X-DOM Overview; Loading and Parsing; Saving and Serializing; Instantiating an X-DOM; Functional Construction; Specifying Content; Automatic Deep Cloning; Navigating/Querying an X-DOM; Child Node Navigation; FirstNode, LastNode, and Nodes; Retrieving elements
|
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
|0 (OCoLC)fst01787202
|
630 |
0 |
7 |
|a Microsoft .NET Framework.
|2 fast
|0 (OCoLC)fst01020083
|
650 |
|
0 |
|a C# (Computer program language)
|
650 |
|
0 |
|a Query languages (Computer science)
|
650 |
|
6 |
|a C# (Langage de programmation)
|
650 |
|
6 |
|a Langages d'interrogation.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C♯
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a C♯ (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Microsoft .NET Framework.
|2 blmlsh
|
650 |
|
7 |
|a Query languages (Computer science)
|2 blmlsh
|
650 |
|
7 |
|a C♯ (Computer program language)
|2 fast
|0 (OCoLC)fst00843284
|
650 |
|
7 |
|a Query languages (Computer science)
|2 fast
|0 (OCoLC)fst01085675
|
700 |
1 |
|
|a Albahari, Ben.
|
776 |
0 |
8 |
|i Print version:
|a Albahari, Joseph.
|t LINQ pocket reference.
|b 1st ed.
|d Sebastopol, CA : O'Reilly Media, 2008
|z 0596519249
|w (DLC) 2008299898
|w (OCoLC)209331563
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780596519247/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH25212547
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL540723
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415325
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28409125
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11338654
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7365554
|
994 |
|
|
|a 92
|b IZTAP
|