Building Interactive Queries with LINQPad:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Packt Publishing
2013
|
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 |
Beschreibung: | A step-by-step practical guide that will introduce you to LINQPad's key features, thereby helping you to query databases interactively. This book is aimed at C♯/.Net developers who wish to learn LINQ programming and leverage the easy way of using LINQPad. No prior knowledge of LINQ or LINQPad is expected. A basic knowledge of SQL and XML is required for some chapters Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Discovering LINQPad; Downloading and installing LINQPad; Editions available; Look and feel of LINQPad; File menu; Edit menu; Query menu; Help menu; Configuring LINQPad; Editor tab; Query tab; Results tab; Folders tab; Web proxy tab; Advanced tab; Summary; Chapter 2: Coding in LINQPad; Writing your first LINQPad query; Query types; C♯/F♯/VB expression; C♯ and VB statement; C♯, F♯, and VB program; SQL/ESQL; Referencing additional assemblies; Adding it manually Adding it with NuGetReferencing additional namespaces; LINQPad's Dump() method; Summary; Chapter 3: Learning LINQ Basics; The fundamentals of LINQ; The purpose LINQ; A LINQ query; The standard version; The LINQ version; The query operators; Chaining calls; One LINQ, two syntaxes; Summary; Chapter 4: Discovering LINQ Query Operators; Defining LINQ to objects; Query operators; Quantifier operations; Any() query operator; All() query operator; Contains() query operator; Filtering operations; Where() query operator; OfType() query operator; Sorting operations OrderBy() and OrderByDescending() query operatorsThenBy() and ThenByDescending() query operators; Reverse() query operator; Partitioning operations; Take() and TakeWhile() query operators; Skip() and SkipWhile() query operators; Summary; Chapter 5: Database and Relational Data; Introducing LINQ to SQL; Setting up a database; Adding a connection to LINQPad; Interacting with the database; Looking into the categories; Filtering the categories; Element operations; First() and FirstOrDefault() query operators; Single() and SingleOrDefault() query operators Last() and LastOrDefault() query operatorsElementAt() and ElementAtOrDefault() query operators; Conversion operations; ToArray() and ToList() query operators; ToDictionary() and ToLookup() query operators; Deferred execution; Grouping operations; GroupBy() query operator; Working with relational data; Interactive navigation with LINQPad; Projection operations; Select() query operator; SelectMany() query operator; Inserting, updating, and deleting data; Adding a new entry to the database; Updating entries from the database; Deleting data from the database; Views and Stored Procedures Acknowledging LINQ to SQL limitsSummary; Chapter 6: Using other Data Sources; Handling XML; Creating and querying an XML fragment; Aggregation operations; Average() and Sum() query operators; Max() and Min() query operators; Count() and LongCount() query operators; Using XPath; Other operations; Discovering Entity Framework; Setting up the context; Running your first Entity Framework query; Join operations; Join() query operator; GroupJoin() query operator; Interacting with WCF Data Services; Adding a connection to a service; Making your first request to the service; Summary |
ISBN: | 9781782178231 1782178236 1299783759 9781299783751 1782178228 9781782178224 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043776996 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 160920s2013 |||| o||u| ||||||eng d | ||
020 | |a 9781782178231 |9 978-1-78217-823-1 | ||
020 | |a 1782178236 |9 1-78217-823-6 | ||
020 | |a 1299783759 |9 1-299-78375-9 | ||
020 | |a 9781299783751 |9 978-1-299-78375-1 | ||
020 | |a 1782178228 |9 1-78217-822-8 | ||
020 | |a 9781782178224 |9 978-1-78217-822-4 | ||
020 | |a 9781782178224 |9 978-1-78217-822-4 | ||
035 | |a (ZDB-4-EBA)ocn855898003 | ||
035 | |a (ZDB-4-ITC)ocn855898003 | ||
035 | |a (OCoLC)855898003 | ||
035 | |a (DE-599)BVBBV043776996 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 | ||
082 | 0 | |a 005.74/1 |2 23 | |
100 | 1 | |a Finot, Sébastien |e Verfasser |4 aut | |
245 | 1 | 0 | |a Building Interactive Queries with LINQPad |
264 | 1 | |b Packt Publishing |c 2013 | |
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a A step-by-step practical guide that will introduce you to LINQPad's key features, thereby helping you to query databases interactively. This book is aimed at C♯/.Net developers who wish to learn LINQ programming and leverage the easy way of using LINQPad. No prior knowledge of LINQ or LINQPad is expected. A basic knowledge of SQL and XML is required for some chapters | ||
500 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Discovering LINQPad; Downloading and installing LINQPad; Editions available; Look and feel of LINQPad; File menu; Edit menu; Query menu; Help menu; Configuring LINQPad; Editor tab; Query tab; Results tab; Folders tab; Web proxy tab; Advanced tab; Summary; Chapter 2: Coding in LINQPad; Writing your first LINQPad query; Query types; C♯/F♯/VB expression; C♯ and VB statement; C♯, F♯, and VB program; SQL/ESQL; Referencing additional assemblies; Adding it manually | ||
500 | |a Adding it with NuGetReferencing additional namespaces; LINQPad's Dump() method; Summary; Chapter 3: Learning LINQ Basics; The fundamentals of LINQ; The purpose LINQ; A LINQ query; The standard version; The LINQ version; The query operators; Chaining calls; One LINQ, two syntaxes; Summary; Chapter 4: Discovering LINQ Query Operators; Defining LINQ to objects; Query operators; Quantifier operations; Any() query operator; All() query operator; Contains() query operator; Filtering operations; Where() query operator; OfType() query operator; Sorting operations | ||
500 | |a OrderBy() and OrderByDescending() query operatorsThenBy() and ThenByDescending() query operators; Reverse() query operator; Partitioning operations; Take() and TakeWhile() query operators; Skip() and SkipWhile() query operators; Summary; Chapter 5: Database and Relational Data; Introducing LINQ to SQL; Setting up a database; Adding a connection to LINQPad; Interacting with the database; Looking into the categories; Filtering the categories; Element operations; First() and FirstOrDefault() query operators; Single() and SingleOrDefault() query operators | ||
500 | |a Last() and LastOrDefault() query operatorsElementAt() and ElementAtOrDefault() query operators; Conversion operations; ToArray() and ToList() query operators; ToDictionary() and ToLookup() query operators; Deferred execution; Grouping operations; GroupBy() query operator; Working with relational data; Interactive navigation with LINQPad; Projection operations; Select() query operator; SelectMany() query operator; Inserting, updating, and deleting data; Adding a new entry to the database; Updating entries from the database; Deleting data from the database; Views and Stored Procedures | ||
500 | |a Acknowledging LINQ to SQL limitsSummary; Chapter 6: Using other Data Sources; Handling XML; Creating and querying an XML fragment; Aggregation operations; Average() and Sum() query operators; Max() and Min() query operators; Count() and LongCount() query operators; Using XPath; Other operations; Discovering Entity Framework; Setting up the context; Running your first Entity Framework query; Join operations; Join() query operator; GroupJoin() query operator; Interacting with WCF Data Services; Adding a connection to a service; Making your first request to the service; Summary | ||
630 | 0 | 4 | |a Microsoft LINQ. |
650 | 7 | |a Microsoft LINQ. |2 blmlsh | |
650 | 7 | |a Microsoft LINQ. |2 fast | |
650 | 4 | |a Query languages (Computer science) | |
650 | 7 | |a COMPUTERS / Desktop Applications / Databases |2 bisacsh | |
650 | 7 | |a COMPUTERS / Database Management / General |2 bisacsh | |
650 | 7 | |a COMPUTERS / System Administration / Storage & Retrieval |2 bisacsh | |
650 | 7 | |a Query languages (Computer science) |2 fast | |
650 | 4 | |a Query languages (Computer science) | |
912 | |a ZDB-4-EBA |a ZDB-4-ITC | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-029188056 | ||
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=619993 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=619993 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804176604179464192 |
---|---|
any_adam_object | |
author | Finot, Sébastien |
author_facet | Finot, Sébastien |
author_role | aut |
author_sort | Finot, Sébastien |
author_variant | s f sf |
building | Verbundindex |
bvnumber | BV043776996 |
collection | ZDB-4-EBA ZDB-4-ITC |
ctrlnum | (ZDB-4-EBA)ocn855898003 (ZDB-4-ITC)ocn855898003 (OCoLC)855898003 (DE-599)BVBBV043776996 |
dewey-full | 005.74/1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.74/1 |
dewey-search | 005.74/1 |
dewey-sort | 15.74 11 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05239nmm a2200565zc 4500</leader><controlfield tag="001">BV043776996</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">160920s2013 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782178231</subfield><subfield code="9">978-1-78217-823-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1782178236</subfield><subfield code="9">1-78217-823-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1299783759</subfield><subfield code="9">1-299-78375-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781299783751</subfield><subfield code="9">978-1-299-78375-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1782178228</subfield><subfield code="9">1-78217-822-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782178224</subfield><subfield code="9">978-1-78217-822-4</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782178224</subfield><subfield code="9">978-1-78217-822-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-4-EBA)ocn855898003</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-4-ITC)ocn855898003</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)855898003</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043776996</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.74/1</subfield><subfield code="2">23</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Finot, Sébastien</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Building Interactive Queries with LINQPad</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="b">Packt Publishing</subfield><subfield code="c">2013</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">A step-by-step practical guide that will introduce you to LINQPad's key features, thereby helping you to query databases interactively. This book is aimed at C♯/.Net developers who wish to learn LINQ programming and leverage the easy way of using LINQPad. No prior knowledge of LINQ or LINQPad is expected. A basic knowledge of SQL and XML is required for some chapters</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Discovering LINQPad; Downloading and installing LINQPad; Editions available; Look and feel of LINQPad; File menu; Edit menu; Query menu; Help menu; Configuring LINQPad; Editor tab; Query tab; Results tab; Folders tab; Web proxy tab; Advanced tab; Summary; Chapter 2: Coding in LINQPad; Writing your first LINQPad query; Query types; C♯/F♯/VB expression; C♯ and VB statement; C♯, F♯, and VB program; SQL/ESQL; Referencing additional assemblies; Adding it manually</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Adding it with NuGetReferencing additional namespaces; LINQPad's Dump() method; Summary; Chapter 3: Learning LINQ Basics; The fundamentals of LINQ; The purpose LINQ; A LINQ query; The standard version; The LINQ version; The query operators; Chaining calls; One LINQ, two syntaxes; Summary; Chapter 4: Discovering LINQ Query Operators; Defining LINQ to objects; Query operators; Quantifier operations; Any() query operator; All() query operator; Contains() query operator; Filtering operations; Where() query operator; OfType() query operator; Sorting operations</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">OrderBy() and OrderByDescending() query operatorsThenBy() and ThenByDescending() query operators; Reverse() query operator; Partitioning operations; Take() and TakeWhile() query operators; Skip() and SkipWhile() query operators; Summary; Chapter 5: Database and Relational Data; Introducing LINQ to SQL; Setting up a database; Adding a connection to LINQPad; Interacting with the database; Looking into the categories; Filtering the categories; Element operations; First() and FirstOrDefault() query operators; Single() and SingleOrDefault() query operators</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Last() and LastOrDefault() query operatorsElementAt() and ElementAtOrDefault() query operators; Conversion operations; ToArray() and ToList() query operators; ToDictionary() and ToLookup() query operators; Deferred execution; Grouping operations; GroupBy() query operator; Working with relational data; Interactive navigation with LINQPad; Projection operations; Select() query operator; SelectMany() query operator; Inserting, updating, and deleting data; Adding a new entry to the database; Updating entries from the database; Deleting data from the database; Views and Stored Procedures</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Acknowledging LINQ to SQL limitsSummary; Chapter 6: Using other Data Sources; Handling XML; Creating and querying an XML fragment; Aggregation operations; Average() and Sum() query operators; Max() and Min() query operators; Count() and LongCount() query operators; Using XPath; Other operations; Discovering Entity Framework; Setting up the context; Running your first Entity Framework query; Join operations; Join() query operator; GroupJoin() query operator; Interacting with WCF Data Services; Adding a connection to a service; Making your first request to the service; Summary</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Microsoft LINQ.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Microsoft LINQ.</subfield><subfield code="2">blmlsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Microsoft LINQ.</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Query languages (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Desktop Applications / Databases</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Database Management / General</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / System Administration / Storage & Retrieval</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Query languages (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Query languages (Computer science)</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield><subfield code="a">ZDB-4-ITC</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-029188056</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=619993</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=619993</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043776996 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:34:49Z |
institution | BVB |
isbn | 9781782178231 1782178236 1299783759 9781299783751 1782178228 9781782178224 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-029188056 |
oclc_num | 855898003 |
open_access_boolean | |
owner | DE-1046 DE-1047 |
owner_facet | DE-1046 DE-1047 |
psigel | ZDB-4-EBA ZDB-4-ITC ZDB-4-EBA FAW_PDA_EBA |
publishDate | 2013 |
publishDateSearch | 2013 |
publishDateSort | 2013 |
publisher | Packt Publishing |
record_format | marc |
spelling | Finot, Sébastien Verfasser aut Building Interactive Queries with LINQPad Packt Publishing 2013 txt rdacontent c rdamedia cr rdacarrier A step-by-step practical guide that will introduce you to LINQPad's key features, thereby helping you to query databases interactively. This book is aimed at C♯/.Net developers who wish to learn LINQ programming and leverage the easy way of using LINQPad. No prior knowledge of LINQ or LINQPad is expected. A basic knowledge of SQL and XML is required for some chapters Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Discovering LINQPad; Downloading and installing LINQPad; Editions available; Look and feel of LINQPad; File menu; Edit menu; Query menu; Help menu; Configuring LINQPad; Editor tab; Query tab; Results tab; Folders tab; Web proxy tab; Advanced tab; Summary; Chapter 2: Coding in LINQPad; Writing your first LINQPad query; Query types; C♯/F♯/VB expression; C♯ and VB statement; C♯, F♯, and VB program; SQL/ESQL; Referencing additional assemblies; Adding it manually Adding it with NuGetReferencing additional namespaces; LINQPad's Dump() method; Summary; Chapter 3: Learning LINQ Basics; The fundamentals of LINQ; The purpose LINQ; A LINQ query; The standard version; The LINQ version; The query operators; Chaining calls; One LINQ, two syntaxes; Summary; Chapter 4: Discovering LINQ Query Operators; Defining LINQ to objects; Query operators; Quantifier operations; Any() query operator; All() query operator; Contains() query operator; Filtering operations; Where() query operator; OfType() query operator; Sorting operations OrderBy() and OrderByDescending() query operatorsThenBy() and ThenByDescending() query operators; Reverse() query operator; Partitioning operations; Take() and TakeWhile() query operators; Skip() and SkipWhile() query operators; Summary; Chapter 5: Database and Relational Data; Introducing LINQ to SQL; Setting up a database; Adding a connection to LINQPad; Interacting with the database; Looking into the categories; Filtering the categories; Element operations; First() and FirstOrDefault() query operators; Single() and SingleOrDefault() query operators Last() and LastOrDefault() query operatorsElementAt() and ElementAtOrDefault() query operators; Conversion operations; ToArray() and ToList() query operators; ToDictionary() and ToLookup() query operators; Deferred execution; Grouping operations; GroupBy() query operator; Working with relational data; Interactive navigation with LINQPad; Projection operations; Select() query operator; SelectMany() query operator; Inserting, updating, and deleting data; Adding a new entry to the database; Updating entries from the database; Deleting data from the database; Views and Stored Procedures Acknowledging LINQ to SQL limitsSummary; Chapter 6: Using other Data Sources; Handling XML; Creating and querying an XML fragment; Aggregation operations; Average() and Sum() query operators; Max() and Min() query operators; Count() and LongCount() query operators; Using XPath; Other operations; Discovering Entity Framework; Setting up the context; Running your first Entity Framework query; Join operations; Join() query operator; GroupJoin() query operator; Interacting with WCF Data Services; Adding a connection to a service; Making your first request to the service; Summary Microsoft LINQ. Microsoft LINQ. blmlsh Microsoft LINQ. fast Query languages (Computer science) COMPUTERS / Desktop Applications / Databases bisacsh COMPUTERS / Database Management / General bisacsh COMPUTERS / System Administration / Storage & Retrieval bisacsh Query languages (Computer science) fast |
spellingShingle | Finot, Sébastien Building Interactive Queries with LINQPad Microsoft LINQ. Microsoft LINQ. blmlsh Microsoft LINQ. fast Query languages (Computer science) COMPUTERS / Desktop Applications / Databases bisacsh COMPUTERS / Database Management / General bisacsh COMPUTERS / System Administration / Storage & Retrieval bisacsh Query languages (Computer science) fast |
title | Building Interactive Queries with LINQPad |
title_auth | Building Interactive Queries with LINQPad |
title_exact_search | Building Interactive Queries with LINQPad |
title_full | Building Interactive Queries with LINQPad |
title_fullStr | Building Interactive Queries with LINQPad |
title_full_unstemmed | Building Interactive Queries with LINQPad |
title_short | Building Interactive Queries with LINQPad |
title_sort | building interactive queries with linqpad |
topic | Microsoft LINQ. Microsoft LINQ. blmlsh Microsoft LINQ. fast Query languages (Computer science) COMPUTERS / Desktop Applications / Databases bisacsh COMPUTERS / Database Management / General bisacsh COMPUTERS / System Administration / Storage & Retrieval bisacsh Query languages (Computer science) fast |
topic_facet | Microsoft LINQ. Query languages (Computer science) COMPUTERS / Desktop Applications / Databases COMPUTERS / Database Management / General COMPUTERS / System Administration / Storage & Retrieval |
work_keys_str_mv | AT finotsebastien buildinginteractivequerieswithlinqpad |