XML in Action
Title | XML in Action PDF eBook |
Author | William J. Pardi |
Publisher | |
Pages | 0 |
Release | 1999 |
Genre | XML (Document markup language) |
ISBN | 9780735605626 |
Written by a Microsoft interactive content developer, "XML in Action" focuses on new design benefits to the user and how to get the best results. Pardi shows how to build next-generation applications with the universal data format.
XML Applications
Title | XML Applications PDF eBook |
Author | Frank Boumphrey |
Publisher | |
Pages | 682 |
Release | 1998 |
Genre | Computers |
ISBN | 9781861001528 |
Concentrating on how programmers and system designers can exploit XML within their documents, "Instant XML Programmer's Reference" covers those tools that are freely available over the Internet, including the programming classes and APIs currently under discussion with the XML community. The important issue of style specifications will be dealt with in a chapter devoted to writing DSSSL programs.
XML in a Nutshell
Title | XML in a Nutshell PDF eBook |
Author | Elliotte Rusty Harold |
Publisher | "O'Reilly Media, Inc." |
Pages | 644 |
Release | 2002 |
Genre | Database management |
ISBN | 9780596002923 |
XML in a Nutshell thoroughly explains the basic rules that all XMNL documents--and all XML document creators--must adhere to. Quick-reference chapters also detail syntax rules and usage examples for the core XML technologies, including XML, DTDs, SPath, XSLT, SAX, and DOM.
Oracle XML Handbook
Title | Oracle XML Handbook PDF eBook |
Author | Mark Scardina Ben Chang, K. Karun Stefan Kiritzov Ian Macky Niranjan Ramakrishnan |
Publisher | Mcgraw-hill |
Pages | 0 |
Release | 2000-06-16 |
Genre | Computers |
ISBN | 9780072124897 |
This one-of-a-kind reference explains the XML standard, how to create XML documents, and how XML will transform legacy systems integration involving e-commerce initiatives. As more corporations migrate to an eBusiness model using Oracle8i--THE database for Internet computing--it's crucial for all Web developers to learn to use XML in the Oracle environment. This book shows you how.
Sams Teach Yourself XML in 21 Days
Title | Sams Teach Yourself XML in 21 Days PDF eBook |
Author | Steven Holzner |
Publisher | Sams Publishing |
Pages | 896 |
Release | 2004 |
Genre | Computers |
ISBN | 9780672325762 |
Engineered to be the answer for learning XML, expert author Holzner offers hundreds of real-world examples demonstrating the uses of XML and the newest tools developers need to make the most of it.
XML, Web Services, and the Data Revolution
Title | XML, Web Services, and the Data Revolution PDF eBook |
Author | Frank P. Coyle |
Publisher | Addison-Wesley Professional |
Pages | 392 |
Release | 2002 |
Genre | Computers |
ISBN | 9780201776416 |
This invaluable guide places XML in context, discussing why it is so significant, and how it affects the business and computing worlds, most recently with the emergence of Web services. It also explores the full ranges of XML related technologies.
LINQ in Action
Title | LINQ in Action PDF eBook |
Author | Steve Eichert |
Publisher | Simon and Schuster |
Pages | 700 |
Release | 2008-01-31 |
Genre | Computers |
ISBN | 1638354626 |
LLINQ, 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. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases. LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications. LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you'll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ's extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.