Cargando…

Building Interactive Queries with LINQPad.

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 i...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Finot, Sébastien
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn855898003
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 130816s2013 xx o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d E7B  |d MHW  |d MEAUC  |d N$T  |d UMI  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d YDXCP  |d OCLCQ  |d COO  |d OCLCF  |d OCLCQ  |d FEM  |d JBG  |d AGLDB  |d MOR  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d OCLCO  |d U3W  |d STF  |d WRM  |d VTS  |d CEF  |d NRAMU  |d ICG  |d OCLCQ  |d OCLCO  |d NLE  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d UKMGB  |d OCLCQ  |d OCLCO  |d UAB  |d A6Q  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCQ  |d OCLCO  |d UKCRE  |d QGK  |d S2H  |d OCLCQ 
016 7 |a 018006401  |2 Uk 
019 |a 856627338  |a 859144394  |a 907210084  |a 961665980  |a 962572886  |a 968120118  |a 969055890  |a 988507363  |a 991959082  |a 1037757257  |a 1038670612  |a 1045474301  |a 1055344059  |a 1081287010  |a 1083600348  |a 1103257589  |a 1129353720  |a 1153036564  |a 1259210702  |a 1289517362 
020 |a 9781782178231  |q (electronic bk.) 
020 |a 1782178236  |q (electronic bk.) 
020 |a 1299783759  |q (electronic bk.) 
020 |a 9781299783751  |q (electronic bk.) 
020 |a 1782178228 
020 |a 9781782178224 
020 |z 9781782178224 
029 1 |a AU@  |b 000052162051 
029 1 |a AU@  |b 000062539498 
029 1 |a CHNEW  |b 000633889 
029 1 |a CHNEW  |b 001052020 
029 1 |a CHVBK  |b 567708403 
029 1 |a DEBBG  |b BV041432673 
029 1 |a DEBBG  |b BV043776996 
029 1 |a DEBBG  |b BV044189375 
029 1 |a DEBSZ  |b 397614497 
029 1 |a DEBSZ  |b 398285993 
029 1 |a DEBSZ  |b 472796127 
029 1 |a NZ1  |b 15908240 
029 1 |a UKMGB  |b 018006401 
035 |a (OCoLC)855898003  |z (OCoLC)856627338  |z (OCoLC)859144394  |z (OCoLC)907210084  |z (OCoLC)961665980  |z (OCoLC)962572886  |z (OCoLC)968120118  |z (OCoLC)969055890  |z (OCoLC)988507363  |z (OCoLC)991959082  |z (OCoLC)1037757257  |z (OCoLC)1038670612  |z (OCoLC)1045474301  |z (OCoLC)1055344059  |z (OCoLC)1081287010  |z (OCoLC)1083600348  |z (OCoLC)1103257589  |z (OCoLC)1129353720  |z (OCoLC)1153036564  |z (OCoLC)1259210702  |z (OCoLC)1289517362 
037 |a CL0500000301  |b Safari Books Online 
050 4 |a QA76.73.L228 
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 23 
049 |a UAMI 
100 1 |a Finot, Sébastien. 
245 1 0 |a Building Interactive Queries with LINQPad. 
260 |b Packt Publishing,  |c 2013. 
300 |a 1 online resource 
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  |2 rda 
520 |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. 
505 0 |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. 
505 8 |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. 
505 8 |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. 
505 8 |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. 
505 8 |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. 
588 0 |a Print version record. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft LINQ. 
630 0 7 |a Microsoft LINQ.  |2 blmlsh 
630 0 7 |a Microsoft LINQ.  |2 fast  |0 (OCoLC)fst01787202 
650 0 |a Query languages (Computer science) 
650 6 |a Langages d'interrogation. 
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 Query languages (Computer science)  |2 fast  |0 (OCoLC)fst01085675 
776 |z 1-78217-822-8 
776 |z 1-299-78375-9 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=619993  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26849748 
938 |a ebrary  |b EBRY  |n ebr10742636 
938 |a EBSCOhost  |b EBSC  |n 619993 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26009034 
938 |a YBP Library Services  |b YANK  |n 10906893 
994 |a 92  |b IZTAP