|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn318586760 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
090416s2007 enka o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d OCLCQ
|d OCLCA
|d IDEBK
|d OCLCQ
|d OCLCO
|d OCLCA
|d OCLCF
|d OCLCA
|d NLGGC
|d EBLCP
|d DEBSZ
|d YDXCP
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d TEFOD
|d OCLCQ
|d AGLDB
|d MERUC
|d OCLCA
|d OCL
|d OCLCQ
|d VTS
|d NLE
|d OCLCQ
|d OCLCO
|d UKMGB
|d STF
|d M8D
|d UKAHL
|d OCLCQ
|d AJS
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBB6G3683
|2 bnb
|
016 |
7 |
|
|a 018011484
|2 Uk
|
019 |
|
|
|a 804665476
|a 904555647
|
020 |
|
|
|a 9781847192554
|q (electronic bk.)
|
020 |
|
|
|a 1847192556
|q (electronic bk.)
|
029 |
1 |
|
|a AU@
|b 000044594883
|
029 |
1 |
|
|a DEBBG
|b BV043069601
|
029 |
1 |
|
|a DEBSZ
|b 397356072
|
029 |
1 |
|
|a DEBSZ
|b 422019747
|
029 |
1 |
|
|a GBVCP
|b 80282689X
|
029 |
1 |
|
|a UKMGB
|b 018011484
|
035 |
|
|
|a (OCoLC)318586760
|z (OCoLC)804665476
|z (OCoLC)904555647
|
037 |
|
|
|a 0A4A058D-C614-471F-89B3-32DCEDEF2573
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.C154
|b K86 2007eb
|
072 |
|
7 |
|a COM
|x 084010
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 021000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 030000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.74/1
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kumar, N. Satheesh.
|
245 |
1 |
0 |
|a LINQ quickly :
|b a practical guide to programming language integrated query in C♯ /
|c N. Satheesh Kumar.
|
260 |
|
|
|a Birmingham, UK ;
|a [LaVergne, TN] :
|b Packt Pub.,
|c 2007.
|
300 |
|
|
|a 1 online resource (v, 236 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
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a LINQ Quickly; LINQ Quickly; Credits; About the Author; About the Reviewer; Preface; What This Book Covers; Conventions; Reader Feedback; Customer Support; Downloading the Example Code for the Book; Errata; Questions; 1. Overview; LINQ Architecture; Integration with SQL; Integration with XML; Support for C♯ 3.0 Language Features; Anonymous Types; Object Initializers; Collection Initializers; Partial Methods; Implicitly Typed Local Variables; Extensions; Expressions; Lambda Expressions; Query Expressions; Expression Trees; Summary; 2. LINQ to Objects; Array of Integers; Collection of Objects.
|
505 |
8 |
|
|a Reading from StringsReading from Text Files; Summary; 3. LINQ to XML; Features; Class Library; Classes and Hierarchy; XElement Class; XAttribute Class; XDocument Class; Other Classes; LINQ to XML with Other XML Technologies; LINQ with XmlReader; LINQ with XSLT; LINQ with MSXML; Functional Construction; XML Names; Loading and Traversing XML; Loading XML; Traversing XML; Data Manipulation; ; Inserting or Adding Elements to XML; Inserting or Adding XML Attributes; Deleting XML; Updating XML; Deleting XML Attributes; Updating XML Attributes; Outputting and Streaming XML; Streaming XML.
|
505 |
8 |
|
|a Querying XMLQuery Operators; Queries; Ancestors and Descendants; XML Transformation; Dictionaries; Convert Dictionary to XML; Create Dictionary from XML; Writing XML as Text Files and CSV Files; Reading from CSV Files; LINQ to XML Events; XML Literals and Embedded Expressions in Visual Basic; Summary; 4. LINQ to SQL; Working with Databases Using DataContext; Entity Classes; Attributes; Database Attribute; Table Attribute; Column Attribute; Association Attribute (Foreign Keys); Relationships; Function Attribute; Parameter Attribute; Inheritance Mapping Attribute.
|
505 |
8 |
|
|a Creating and Deleting DatabasesDataContext Methods; Data Manipulation; LINQ to SQL Queries; Identifying Objects; Queries with Multiple Entities; Remote Queries and Local Queries; Deferred Loading; Immediate Loading; Projections; Constructing XML; Joins; Raw SQL Query; Query Result; Stored Procedures; User-Defined Functions; Class Generator Tool; Transactions; Handling Concurrency Conflicts; Object Relational Designer (O/R Designer); Summary; 5. LINQ over DataSet; Loading Data into DataSets; Querying Datasets; Sequence Operator; Querying Typed DataSets; DataSet Query Operators; CopyToDataTable.
|
505 |
8 |
|
|a LoadDataRowIntersect; Union; Except; Field; SetField; Projection; Join; SequenceEqual; Skip; Distinct; Summary; 6. LINQ to XSD; Un-typed XML; Typed XML; Creating Typed XML using Visual Studio; Object Construction; Load Method; Parse Method; Save Method; Clone Method; Default Values; Customization of XML Objects; Mapping Time Customization; Compile Time Customization; Post Compile Customization; Using LINQ to XSD at Command Line; Summary; 7. Standard Query Operators; Restriction Operators; Where; OfType; Projection Operators; Select; SelectMany; Join Operators; Join; GroupJoin.
|
520 |
|
|
|a A Practical Guide to Programming Language Integrated Query with C♯
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Microsoft Visual studio.
|
630 |
0 |
0 |
|a Microsoft .NET Framework.
|
630 |
0 |
7 |
|a Microsoft Visual studio.
|2 fast
|0 (OCoLC)fst01389599
|
630 |
0 |
7 |
|a Microsoft .NET Framework.
|2 fast
|0 (OCoLC)fst01020083
|
650 |
|
0 |
|a Query languages (Computer science)
|
650 |
|
0 |
|a C# (Computer program language)
|
650 |
|
0 |
|a Visual Basic (Computer program language)
|
650 |
|
6 |
|a Langages d'interrogation.
|
650 |
|
6 |
|a C# (Langage de programmation)
|
650 |
|
6 |
|a Visual Basic (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Desktop Applications
|x Databases.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Database Management
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x System Administration
|x Storage & Retrieval.
|2 bisacsh
|
650 |
|
7 |
|a C♯ (Computer program language)
|2 fast
|0 (OCoLC)fst00843284
|
650 |
|
7 |
|a Query languages (Computer science)
|2 fast
|0 (OCoLC)fst01085675
|
650 |
|
7 |
|a Visual Basic (Computer program language)
|2 fast
|0 (OCoLC)fst01895814
|
776 |
0 |
8 |
|i Print version:
|a Kumar, N. Satheesh.
|t LINQ quickly.
|d Birmingham, UK ; [LaVergne, TN] : Packt Pub., 2007
|z 1847192548
|z 9781847192547
|w (OCoLC)191871290
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=265391
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26942447
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 265391
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3009206
|
994 |
|
|
|a 92
|b IZTAP
|