ISBN.nu logo
isbn.nu
search for books and compare prices
Search >
query languages computer science matches 30 work(s)
at beginning | displaying 1 to 25 | next 5 >
Jump to start at |
show results in order: alphabetically | oldest to newest | newest to oldest
Cover for 9781449316990 Cover for 9781430240952 Cover for 9780321772565 Cover for 9780470977231 Cover for 9780470182611 Cover for 9781609604752 Cover for 9781933988351 Cover for 9781935182320 Cover for 9780321637000 Cover for 9780470277942 Cover for 9781430216445 Cover for 9780321564160 Cover for 9780071597838 Cover for 9781430216148 Cover for 9781599942971 Cover for 9781590599655 Cover for 9780470041819 Cover for 9781933988160 Cover for 9781590597897 Cover for 9781590598269 Cover for 9781558607118 Cover for 9781590475713 Cover for 9780596008857 Cover for 9783540209713 Cover for 9780321165817
1
cover image for 9781449316990
Product Description: With the jQuery UI library, you can apply the power and standards of jQuery to user interface design, complete with interactive elements, animation, and themeable widgets. This concise, code-heavy guide demonstrates how to harness interactive features that HTML5 lacks, including tabs, accordions, and dialog boxes...read more
Edition summary (click for prices and details):

Paperback:

9781449316990 | Oreilly & Associates Inc, March 23, 2012, cover price $24.99 | About this edition: With the jQuery UI library, you can apply the power and standards of jQuery to user interface design, complete with interactive elements, animation, and themeable widgets.

2
cover image for 9781430240952
Product Description: jQuery is one of the most popular and powerful JavaScript libraries available today. It's widely used to create rich user experiences and to simplify website and application development. It is the tool of choice for web developers everywhere and sets the standard for simplicity, flexibility and extensibility...read more
Edition summary (click for prices and details):

Paperback:

9781430240952 | Apress, February 24, 2012, cover price $39.99 | About this edition: jQuery is one of the most popular and powerful JavaScript libraries available today.

3
cover image for 9780321772565
Product Description: Applied jQuery teaches readers how to quickly start writing application interfaces. The beautifully designed book offers practical techniques and provides lots of real-world advice and guidance. The Author, Jay Blanchard, has practical experience working in the field and wastes no time getting to the instruction, taking the reader from a beginner to a proficient interface programmer by the end of the book...read more
Edition summary (click for prices and details):

Paperback:

9780321772565 | Peachpit Pr, August 10, 2011, cover price $34.99 | About this edition: Applied jQuery teaches readers how to quickly start writing application interfaces.

4
cover image for 9780470977231
Product Description: From the world's most popular resource for web designers and developer's comes the ultimate guide to jQueryBegins with an exploration of fundamental jQuery concepts such as Document Object Model (DOM) scriptingExplores writing "Don't Repeat Yoursefl" (DRY) to gain a comprehensive understanding of these imperative modern techniques and best practicesShows how jQuery enables the user to adhere to these modern best practices with easeThe succeeding chapters discuss a specific part of jQuery development such as manipulating the DOM, working with Ajax, and adding slick animation effects through tutorial style learning approach that utilizes working examples to explore the conceptThe books caps off by discussing popular ways of extending the core jQuery library with pugins and building web interfaces using jQuery U...read more
Edition summary (click for prices and details):

Paperback:

9780470977231 | John Wiley & Sons Inc, February 8, 2011, cover price $39.99 | About this edition: From the world's most popular resource for web designers and developer's comes the ultimate guide to jQueryBegins with an exploration of fundamental jQuery concepts such as Document Object Model (DOM) scriptingExplores writing "Don't Repeat Yoursefl" (DRY) to gain a comprehensive understanding of these imperative modern techniques and best practicesShows how jQuery enables the user to adhere to these modern best practices with easeThe succeeding chapters discuss a specific part of jQuery development such as manipulating the DOM, working with Ajax, and adding slick animation effects through tutorial style learning approach that utilizes working examples to explore the conceptThe books caps off by discussing popular ways of extending the core jQuery library with pugins and building web interfaces using jQuery UI

5
Language Integrated Query (LINQ), as well as the C# 3.0 and VB 9.0 language extensions to support it, is the most import single new feature of Visual Studio 2008 and the .NET Framework 3.x. LINQ is Microsoft's first attempt to define a universal query language for a diverse set of in-memory collections of generic objects, entities persisted in relational database tables, and element and attributes of XML documents or fragments, as well as a wide variety of other data types, such as RSS and Atom syndication feeds. Microsoft invested millions of dollars in Anders Hejlsberg and his C# design and development groups to add new features to C# 3.0—such as lambda expressions, anonymous types, and extension methods—specifically to support LINQ Standard Query Operators (SQOs) and query expressions as a part of the language itself.Corresponding additions to VB 9.0 followed the C# team's lead, but VB's implementation of LINQ to XML offers a remarkable new addition to the language: XML literals. VB's LINQ to XML implementation includes XML literals, which treat well-formed XML documents or fragments as part of the VB language, rather than requiring translation of element and attribute names and values from strings to XML DOM nodes and values.This book concentrates on hands-on development of practical Windows and Web applications that demonstrate C# and VB programming techniques to bring you up to speed on LINQ technologies. The first half of the book covers LINQ Standard Query Operators (SQOs) and the concrete implementations of LINQ for querying collections that implement generic IEnumerable, IQueryable, or both interfaces. The second half is devoted to the ADO.NET Entity Framework, Entity Data Model, Entity SQL (eSQL) and LINQ to Entities. Most code examples emulate real-world data sources, such as the Northwind sample database running on SQL Server 2005 or 2008 Express Edition, and collections derived from its tables. Code examples are C# and VB Windows form or Web site/application projects not, except in the first chapter, simple command-line projects. You can't gain a feel for the behavior or performance of LINQ queries with "Hello World" projects that process arrays of a few integers or a few first and last names.This book is intended for experienced .NET developers using C# or VB who want to gain the maximum advantage from the query-processing capabilities of LINQ implementations in Visual Studio 2008—LINQ to Objects, LINQ to SQL, LINQ to DataSets, and LINQ to XML—as well as the object/relational mapping (O/RM) features of VS 2008 SP1's Entity Framework/Entity Data Model and LINQ to Entities and the increasing number of open-source LINQ implementations by third-party developers.Basic familiarity with generics and other language features introduced by .NET 2.0, the Visual Studio integrated development environment (IDE), and relational database management systems (RDBMSs), especially Microsoft SQL Server 200x, is assumed. Experience with SQL Server's Transact-SQL (T-SQL) query language and stored procedures will be helpful but is not required. Proficiency with VS 2005, .NET 2.0, C# 2.0, or VB 8.0 will aid your initial understanding of the book's C# 3.0 or VB 9.0 code samples but isn't a prerequisite.Microsoft's .NET code samples are primarily written in C#. All code samples in this book's chapters and sample projects have C# and VB versions unless they're written in T-SQL or JavaScript.Professional ADO.NET 3.5: LINQ and the Entity Framework concentrates on programming the System.Linq and System.Linq.Expressions namespaces for LINQ to Objects, System.Data.Linq for LINQ to SQL, System.Data.Linq for LINQ to DataSet, System.Xml.Linq for LINQ to XML, and System.Data.Entity and System.Web.Entity for EF's Entity SQL."Taking a New Approach to Data Access in ADO.NET 3.5," uses simple C# and VB code examples to demonstrate LINQ to Objects queries against in-memory objects and databinding with LINQ-populated generic List collections, object/relational mapping (O/RM) with LINQ to SQL, joining DataTables with LINQ to DataSets, creating EntitySets with LINQ to Entities, querying and manipulating XML InfoSets with LINQ to XML, and performing queries against strongly typed XML documents with LINQ to XSD."Understanding LINQ Architecture and Implementation," begins with the namespaces and C# and VB language extensions to support LINQ, LINQ Standard Query Operators (SQOs), expression trees and compiled queries, and a preview of domain-specific implementations. C# and VB sample projects demonstrate object, array, and collection initializers, extension methods, anonymous types, predicates, lambda expressions, and simple query expressions."Executing LINQ Query Expressions with LINQ to Objects," classifies the 50 SQOs into operator groups: Restriction, Projection, Partitioning, Join, Concatenation, Ordering, Grouping, Set, Conversion, and Equality, and then lists their keywords in C# and VB. VS 2008 SP1 includes C# and VB versions of the LINQ Project Sample Query Explorer, but the two Explorers don't use real-world collections as data sources. This describes a LINQ in-memory object generator (LIMOG) utility program that writes C# 3.0 or VB 9.0 class declarations for representative business objects that are more complex than those used by the LINQ Project Sample Query Explorers. Sample C# and VB queries with these business objects as data sources are more expressive than those using a arrays of a few integers or last names."Working with Advanced Query Operators and Expressions," introduces LINQ queries against object graphs with entities that have related (associated) entities. This begins with examples of aggregate operators, explains use of the Let temporary local variable operator, shows you how to use Group By with aggregate queries, conduct the equivalent of left outer joins, and take advantage of the Contains() SQO to emulate SQL's IN() function. You learn how to compile queries for improved performance, and create mock object classes for testing without the overhead of queries against relational persistence stores."Using LINQ to SQL and the LinqDataSource," introduces LINQ to SQL as Microsoft's first O/RM tool to reach released products status and shows you how to autogenerate class files for entity types with the graphical O/R Designer or command-line SqlMetal.exe. This also explains how to edit *.dbml mapping files in the Designer or XML Editor, instantiate DataContext objects, and use LINQ to SQL as a Data Access Layer (DAL) with T-SQL queries or stored procedures. Closes with a tutorial for using the ASP.NET LinqDataSource control with Web sites or applications."Querying DataTables with LINQ to DataSets," begins with a comparison of DataSet and DataContext objects and features, followed by a description of the DataSetExtensions. Next comes querying untyped and typed DataSets, creating lookup lists, and generating LinqDataViews for databinding with the AsDataView() method. This ends with a tutorial that shows you how to copy LINQ query results to DataTables."Manipulating Documents with LINQ to XML," describes one of LINQ most powerful capabilities: managing XML Infosets. This demonstrates that LINQ to XML has query and navigation capabilities that equal or surpasses XQuery 1.0 and XPath 2.0. It also shows LINQ to XML document transformation can replace XQuery and XSLT 1.0+ in the majority of common use cases. You learn how to use VB 9.0's XML literals to constructs XML documents, use GroupJoin() to produce hierarchical documents, and work with XML namespaces in C# and VB."Exploring Third-Party and Emerging LINQ Implementations," describes Microsoft's Parallel LINQ (also called PLINQ) for taking advantage of multiple CPU cores in LINQ to Objects queries, LINQ to REST for translating LINQ queries into Representational State Transfer URLs that define requests to a Web service with the HTML GET, POST, PUT, and DELETE methods, and Bart De Smet's LINQ to Active Directory and LINQ to SharePoint third-party implementations."Raising the Level of Data Abstraction with the Entity Data Model," starts with a guided tour of the development of EDM and EF as an O/RM tool and heir apparent to ADO.NET DataSets, provides a brief description of the entity-relationship (E-R) data model and diagrams, and then delivers a detailed analysis of EF architecture. Next comes an introduction to the Entity SQL (eSQL) language, eSQL queries, client views, and Object Services, including the ObjectContext, MetadataWorkspace, and ObjectStateManager. Later chapters describe eSQL and these objects in greater detail. Two C# and VB sample projects expand on the eSQL query and Object Services sample code."Defining Conceptual, Mapping, and Storage Schema Layers," provides detailed insight into the structure of the *.edmx file that generates the *.ssdl (storage schema data language), *.msl (mapping schema language), and *.csdl files at runtime. You learn how to edit the *.edmx file manually to accommodate modifications that the graphic EDM Designer can’t handle. You learn how to implement the Table-per-Hierarchy (TPH) inheritance model and traverse the MetadataWorkspace to obtain property values. Four C# and VB sample projects demonstrate mapping, substituting stored procedures for queries, and TPH inheritance."Introducing Entity SQL," examines EF's new eSQL dialect that adds keywords to address the differences between querying entities and relational tables. You learn to use Zlatko Michaelov's eBlast utility to write and analyze eSQL queries, then dig into differences between eSQL and T-SQL SELECT queries. (eSQL v1 doesn't support INSERT, UPDATE, DELETE and ...
Edition summary (click for prices and details):

Paperback:

9780470182611 | Wrox Pr Inc, February 3, 2009, cover price $49.99 | About this edition: Language Integrated Query (LINQ), as well as the C# 3.

Miscellaneous:

9781118082805 | John Wiley & Sons Inc, February 11, 2011, cover price $49.99
9780470473887 | John Wiley & Sons Inc, February 23, 2009, cover price $49.99

6
cover image for 9781609604752
Product Description: Databases are designed to support data storage, processing, and retrieval activities related to data management. The use of databases in various applications has resulted in an enormous wealth of data, which populates many types of databases around the world...read more
By Zongmin Ma (editor)
Edition summary (click for prices and details):

Hardcover:

9781609604752 | Idea Group Reference, January 31, 2011, cover price $180.00 | About this edition: Databases are designed to support data storage, processing, and retrieval activities related to data management.

7
cover image for 9781935182320
Product Description: A really good web development framework anticipates your needs. jQuery does more-it practically reads your mind. Developers fall in love with this JavaScript library the moment they see 20 lines of code reduced to three. jQuery is concise and readable...read more
Edition summary (click for prices and details):

Paperback:

9781935182320 | 2 pap/psc edition (Manning Pubns Co, June 30, 2010), cover price $44.99 | About this edition: A really good web development framework anticipates your needs.
9781933988351 | Manning Pubns Co, February 1, 2008, cover price $39.99 | About this edition: A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind.

8
cover image for 9780321637000
Product Description: “For several years, Troy has been one of the key figures in the LINQ community. This comprehensive and well-written book serves as a compendium of the important wisdom and experience that he has accumulated through his years of studying LINQ and its uses...read more
Edition summary (click for prices and details):

Paperback:

9780321637000 | 1 pap/psc edition (Pearson P T R, March 2, 2010), cover price $44.99 | About this edition: “For several years, Troy has been one of the key figures in the LINQ community.

9
If you’ve asked yourself “Why can’t I develop database and XML queries in a language I already know?”, then Language INtegrated Query, or LINQ, is for you. LINQ For Dummies introduces you to LINQ and the .NET Framework technologies, so you can use LINQ to query any object, any data set, any kind of XML, and SQL Server—no questions asked.This plain-English guide gives you a thorough overview of LINQ, from understanding the tasks it performs to making LINQ work with both Visual Basic and Visual Studio 2005. It explains the four LINQ providers in the .NET Framework, the easiest ways to go about accessing data, and how to write more efficient applications with less code using LINQ. There’s also clear guidance on combining third-party providers with LINQ to create even more powerful apps. With this single, comprehensive guide, you’ll discover how to:Use one query language with all Microsoft languagesExamine .NET language extensions and work with extension methods, partial methods, lambda expressions, and query expressionsLINQ to DataSet operators, SQL server operations, XML API, or Active DirectoryDeal with databases — download and install the Northwind database, generate Northwind entity classes, and create the Northwind XML mapping fileCreate the partial class example, the partial method example, and the database modification exampleUse objects with LINQQuery databases in Visual Basic and C#As an added bonus, you can visit the companion Web site for LINQ examples in C# and Visual Basic. With LINQ For Dummies, you’ll link up with LINQ in no time and see how you can query almost anything!Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Edition summary (click for prices and details):

Paperback:

9780470277942 | Pap/dig edition (For Dummies, August 4, 2008), cover price $29.99 | About this edition: If you’ve asked yourself “Why can’t I develop database and XML queries in a language I already know?

Miscellaneous:

9780470507612 | For Dummies, February 25, 2009, cover price N/A

10
cover image for 9781430216445
Product Description: LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ made its debut in Visual Studio 2008, and became a must–have skill for ...read more
Edition summary (click for prices and details):

Paperback:

9781430216445 | 1 edition (Apress, August 10, 2009), cover price $44.99 | About this edition: LINQ is the project name for a set of extensions to the .

11
cover image for 9780321564160
Product Description: “Charlie and Dinesh bring important skills to this project that enable them to show how LINQ works and the practical ways you can use it in your daily development process.” From the Foreword by Anders Hejlsberg   LINQ is one of Microsoft’s most exciting, powerful new development technologies...read more
Edition summary (click for prices and details):

Paperback:

9780321564160 | 1 edition (Prentice Hall, March 18, 2009), cover price $44.99 | About this edition: “Charlie and Dinesh bring important skills to this project that enable them to show how LINQ works and the practical ways you can use it in your daily development process.

12
cover image for 9780071597838
Product Description: Take your LINQ programming skills to the top tierResolve data format impedance mismatch with guidance from a C# expert and Microsoft MVP. LINQ Programming details cutting-edge techniques to effectively assimilate XML, SQL, ADO.NET, and unstructured data sources...read more
Edition summary (click for prices and details):

Paperback:

9780071597838 | Original edition (McGraw-Hill Osborne Media, December 19, 2008), cover price $49.99 | About this edition: Take your LINQ programming skills to the top tierResolve data format impedance mismatch with guidance from a C# expert and Microsoft MVP.

13
cover image for 9781430216148
Product Description: Pro ADO.NET Data Services: Working with RESTful Data is aimed at developers interested in taking advantage of the REST–style data services that ADO.NET Data Services (formerly code–named Astoria) provides. The book shows how to incorporate ADO...read more
Edition summary (click for prices and details):

Paperback:

9781430216148 | 1 edition (Apress, December 10, 2008), cover price $49.99 | About this edition: Pro ADO.

14
cover image for 9781599942971
Product Description: In PROC SQL by Example: Using SQL within SAS, author Howard Schreier illustrates the use of PROC SQL in the context of the SAS DATA step and other SAS procedures (such as SORT, FREQ, MEANS, SUMMARY, APPEND, DATASETS, and TRANSPOSE) whose functionality overlaps and complements that of SQL...read more
Edition summary (click for prices and details):

Paperback:

9781599942971 | Sas Inst, September 22, 2008, cover price $39.95 | About this edition: In PROC SQL by Example: Using SQL within SAS, author Howard Schreier illustrates the use of PROC SQL in the context of the SAS DATA step and other SAS procedures (such as SORT, FREQ, MEANS, SUMMARY, APPEND, DATASETS, and TRANSPOSE) whose functionality overlaps and complements that of SQL.

15
cover image for 9781590599655
Product Description: It is nearly impossible today to write enterprise software without the use of one or more relational databases. Granted, there are cases when the data is transient and not stored in a database, but for the most part, software needs to consume and manipulate data in a database...read more
Edition summary (click for prices and details):

Paperback:

9781590599655 | Apress, July 14, 2008, cover price $49.99 | About this edition: It is nearly impossible today to write enterprise software without the use of one or more relational databases.

16
Professional LINQ introduces experienced programmers and database developers to LINQ database queries in their native VB and C# languages. Some of the topics covered include:LINQ QueriesLINQ and the Standard Query OperatorsProgramming with XLinqQuerying XML with XLinqMixing XML and other data modelsDLinq and QueriesLINQ over datasetsInteroperating with ADO.NETLINQ and ASP.NET
Edition summary (click for prices and details):

Paperback:

9780470041819 | Wrox Pr Inc, January 22, 2008, cover price $49.99 | About this edition: Professional LINQ introduces experienced programmers and database developers to LINQ database queries in their native VB and C# languages.

Miscellaneous:

9780470285039 | John Wiley & Sons Inc, April 21, 2008, cover price $49.99

17
cover image for 9781933988160
Product Description: LINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language...read more
Edition summary (click for prices and details):

Paperback:

9781933988160 | Manning Pubns Co, January 1, 2008, cover price $44.99 | About this edition: LINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction.

18
cover image for 9781590597897
Product Description: LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must–have skill for ...read more
Edition summary (click for prices and details):

Paperback:

9781590597897 | Apress, November 19, 2007, cover price $44.99 | About this edition: LINQ is the project name for a set of extensions to the .

19
Product Description: Querying XML with XQuery introduces the new standard, W3C XQuery Recommendation. XQuery emerges as the de-facto XML query language that will deliver the promise of XML in the application integration and data integration fields. Simple complete examples introduce the essentials of XQuery to enable the reader to grasp its essence...read more
Edition summary (click for prices and details):

Hardcover:

9780387269337 | Springer-Verlag New York Inc, April 30, 2008, cover price $69.95 | About this edition: Querying XML with XQuery introduces the new standard, W3C XQuery Recommendation.

20
cover image for 9781590598269
Product Description: C# programmers of every level need to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data access from any data source. With LINQ, you can write more elegant and flexible code, not just to access databases and files, but also to manipulate data structures and XML...read more
Edition summary (click for prices and details):

Paperback:

9781590598269 | Apress, January 23, 2007, cover price $24.99 | About this edition: C# programmers of every level need to learn about LINQ (Language-Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data access from any data source.

21
cover image for 9781558607118
Product Description: XML has become the lingua franca for representing business data, for exchanging information between business partners and applications, and for adding structure-and sometimes meaning-to text-based documents. XML offers some special challenges and opportunities in the area of search: querying XML can produce very precise, fine-grained results, if you know how to express and execute those queries...read more
Edition summary (click for prices and details):

Paperback:

9781558607118 | Morgan Kaufmann Pub, March 6, 2006, cover price $66.95 | About this edition: XML has become the lingua franca for representing business data, for exchanging information between business partners and applications, and for adding structure-and sometimes meaning-to text-based documents.

22
cover image for 9781590475713
Product Description: Navigate the world of the powerful SQL procedure with The Essential PROC SQL Handbook for SAS Users. Written in an easy-to-use, logical format, this comprehensive reference focuses on the functionality of the procedure, as well as the accomplishment of common tasks using PROC SQL, enabling readers to quickly develop and enhance their SQL skills...read more
Edition summary (click for prices and details):

Paperback:

9781590475713 | Sas Inst, May 30, 2005, cover price $68.95 | About this edition: Navigate the world of the powerful SQL procedure with The Essential PROC SQL Handbook for SAS Users.

23
cover image for 9780596008857
Product Description: The Oracle SQLPlus Pocket Reference is a must-have for anyone working with Oracle databases, especially those looking to maximize the effectiveness of SQLPlus. As Oracle's long-standing interactive query tool, SQLPlus is available at every Oracle site, from the largest data warehouse to the smallest single-user system...read more
Edition summary (click for prices and details):

Paperback:

9780596008857 | 3 edition (Oreilly & Associates Inc, November 30, 2004), cover price $9.95 | About this edition: The Oracle SQLPlus Pocket Reference is a must-have for anyone working with Oracle databases, especially those looking to maximize the effectiveness of SQLPlus.

24
cover image for 9783540209713
Product Description: This book is devoted to the study of the semantics and assuring the efficient execution of database query languages, where the database contains semistructured and time-varying information. The primary focus of the work presented is the definition of an effective graph-based approach to the formalization of query languages for semistructured and temporal information; as a result, query execution can be reduced to searching the database for subgraphs that are similar to the given query graph and thus can be supported through bisimualtion...read more
Edition summary (click for prices and details):

Paperback:

9783540209713 | Springer-Verlag New York Inc, March 19, 2004, cover price $59.95 | About this edition: This book is devoted to the study of the semantics and assuring the efficient execution of database query languages, where the database contains semistructured and time-varying information.

25
cover image for 9780321165817
Product Description: “An excellent, early look at the emerging XML Query standard. The chapters on surprises and gotchas alone are worth the price of admission!”         —Ashok Malhotra, Architect, Microsoft “XQuery is the most important XML standard to emerge in recent years, and is a language with which anyone using XML on a regular basis should become acquainted...read more
Edition summary (click for prices and details):

Paperback:

9780321165817 | Pearson P T R, February 1, 2004, cover price $59.99 | About this edition: “An excellent, early look at the emerging XML Query standard.

at beginning | displaying 1 to 25 | next 5 >