Dotnetcat » .NET Books » XML books

Mastering Regular Expressions

Mastering Regular Expressions Author: Jeffrey E. F. Friedl
Publisher: O'Reilly Media (18 August 2006)
Price: $49.99  View »
Rating:
Very good

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.

If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regularexpressions, this book is a stunning eye-opener.

As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an…

Sams Teach Yourself .NET XML Web Services in 24 Hours

Sams Teach Yourself .NET XML Web Services in 24 Hours Author: Mark Augustyniak
Publisher: Sams Publishing ( 7 January 2002)
Price: $36.99  View »

Sams Teach yourself .NET XML Web Services in 24 Hours takes a straightforward approach to teaching the hows and whys of XML Web Services and builds upon the skills learned in each successive chapter. The intent is to give readers a competitive edge in creating new and innovative software solutions before the competition has even heard of them. It includes coverage of XML, XSD, WSDL, SOAP, UDDI, and DISCO and ASP.NET. The examples in the book will be given in both C# and VB.NET.

ADO.NET and XML: ASP.NET On The Edge

ADO.NET and XML: ASP.NET On The Edge Author: Gregory A. Beamer
Publisher: Wiley ( 9 August 2002)
Price: $60.00  View »

Written by a developer, for developers, this detailed guide is a must for Microsoft programmers who are ready to build next-generation web applications and web services on the .NET Platform. Readers will benefit from expert author Greg Beamer's coverage of topics that include:
* Understanding .NET and the Common Language Runtime (CLR)
* The new Visual Basic.NET language
* Working with ASP.NET Controls
* ASP.NET Validation
* ADO.NET datasets
* ADO.Net Errors and Exceptions
* Rendering DataSets With the DataGrid
* Working with SQL Server
* XML and data transport
* Transformation of XML with XSLT
* DTDs and Schemas
* SOAP, BizTalk, DISCO and UDDI
* Security and authentication
* And more...
At the "Unlimited Edition" web site (unltded.com), readers will find:
* Access to every chapter of the book, so readers can get the answers they need even if they left the book at the office
* Brand new content written just for…

Pro SQL Server 2008 XML

Pro SQL Server 2008 XML Author: Michael Coles
Publisher: Apress ( 1 June 2008)
Price: $64.99  View »

Knowledge and ability to apply XML are de rigueur in today's world, and SQL Server developers and administrators are no exception to that rule. Pro SQL Server 2008 XML is your key to unlocking the powerful XML feature set first introduced in SQL Server 2005 and since refined in SQL Server 2008. Author Michael Coles shows how to store XML using SQL Server's built–in XML data type. Learn to query and manipulate XML data using standard technologies such as XQuery and XSLT. No SQL Server database professional can afford to be without knowledge of the XML feature set. Pro SQL Server 2008 XML delivers on the knowledge that you need to remain competitive in your career.

  • Shows how to store, query, and manipulate XML documents in SQL Server
  • Provides step–by–step examples showing best practices and advanced features
  • Accurately discusses how SQL Server's XML feature set stacks up against the ISO XML standards

Pro LINQ: Language Integrated Query in C# 2010 (Expert's Voice in .NET)

Pro LINQ: Language Integrated Query in C# 2010 (Expert's Voice in .NET) Author: Joseph Rattz
Publisher: Apress (30 June 2010)
Price: $44.99  View »

LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2010 is all about code. Literally, this book starts with code and ends with code. Most books show the simplest examples of how to use a method, but they so rarely show how to use the more complex prototypes. This book is different. Demonstrating the overwhelming majority of LINQ operators and prototypes, it is a veritable treasury of LINQ examples.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, this book cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts…

Pro ODP.NET for Oracle Database 11g (Expert's Voice in Oracle)

Pro ODP.NET for Oracle Database 11g (Expert's Voice in Oracle) Author: Edmund Zehoo
Publisher: Apress ( 5 April 2010)
Price: $54.99  View »
Rating:
Very good

Pro ODP.NET for Oracle Database 11g is the "go to" book for .NET programmers wanting to use the Oracle Database. The authors are well-known for their expertise in the Oracle Data Provider for .NET. A highlight of the book is the author's application of "Gang of Four" design patterns to ODP.NET programming.

Data Entry and Validation with C# and VB. NET Windows Forms

Data Entry and Validation with C# and VB. NET Windows Forms Author: Nick Symmonds
Publisher: Apress ( 7 August 2003)
Price: $64.99  View »

The old hacker adage “Garbage in, garbage out” has never been so important as it is today. With ever-increasing amounts of information flowing into and out of modern applications, the task of an application developer to control and verify information is critically important to any software project.

For the first time, Data Entry and Validation with C# and Vb .Net Windows Forms brings together current knowledge on this subject in an understandable, easy-to-read form. Covering development and best practices for data entry and validation, including Gdi+, custom controls, localization, accessibility, proper data validation techniques, and best practices with Visual Basic and C#, Data Entry and Validation with C# and Vb .Net Windows Forms is a book no modern programmer should be without.

The Object-Oriented Thought Process (4th Edition) (Developer's Library)

The Object-Oriented Thought Process (4th Edition) (Developer's Library) Author: Matt Weisfeld
Publisher: Addison-Wesley Professional (23 March 2013)
Price: $44.99  View »
Rating:
Good

The Object-Oriented Thought Process, Fourth Edition

An introduction to object-oriented concepts for developers looking to master modern application practices


Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic .NET, Ruby, and Objective-C. Objects also form the basis for many web technologies such as JavaScript, Python, and PHP.


It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP promotes good design practices, code portability, and reuse–but it…

Professional ASP.NET 2.0 XML (Programmer to Programmer)

Professional ASP.NET 2.0 XML (Programmer to Programmer) Author: Thiru Thangarathinam
Publisher: Wrox (18 January 2006)
Price: $39.99  View »
  • The foundation for most Web services, XML can also be used with ASP.NET to display data from an infinite variety of sources in a Web site
  • After covering the basics, the book explores the many ways that XML documents can be created, transformed, and transmitted to other systems using ASP.NET 2.0
  • Two major case studies address issues such as reading and writing XML data, XML data validation, transforming XML Data with XSLT, SQL Server XML integration, XML support in ADO.NET, and XML Web Services

Beginning VB.NET XML: Essential XML Skills for VB.NET Programmers

Beginning VB.NET XML: Essential XML Skills for VB.NET Programmers Author: Steven Livingstone
Publisher: Apress ( 1 November 2002)
Price: $39.99  View »

Extensible Markup Language (XML) has been perhaps the biggest buzzword in application development for several years and now Microsoft has taken XML into the core of its .NET Framework. This book is aimed at teaching XML (and related technologies such as XPath, XSLT, and XML Schema) to beginning and intermediate Visual Basic .NET developers who want to understand what all the fuss is about.

Over the course of the book readers will develop a good appreciation of not only what XML is, and how to handle it in Visual Basic .NET, but also how to use XML to build applications to run on a single desktop, single web server or distributed, multi-platform web services, in ways that have been extremely difficult to achieve with previous technologies.

To reinforce the core concepts, the book makes use of numerous individual examples along with two case studies. Firstly, there is an examination of how different XML based approaches can be used in the development of a contact…