.NET books » Web Services

Sort by:
Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft))
Authors: Adam Freeman, Allen Jones
List price: $39.99
Amazon price: $26.39   Book details at Amazon.com
Average rating: 4.5 / 15 (15 reviews)
Publisher: Microsoft Press (30 November 2002)
.NET Web Services for Dummies
Author: Anthony T. Mann
List price: $29.99
Amazon price: $26.99   Book details at Amazon.com
Average rating: 3.0 / 6 (6 reviews)
Publisher: For Dummies (14 March 2003)
Professional ASP.NET Web Services with VB.NET
Authors: Andreas Eide, Christopher Miller, Brandon Bohling, Kevin Hoffman, Matthew Reynolds, Mike Batongbacal, Mike Clark, Robert Eisenberg, Russ Basiura, Brian Loesgen, Srinivasa Sivakumar, William Sempf
List price: $59.99
Amazon price:   Book details at Amazon.com
Average rating: 4.5 / 3 (3 reviews)
Publisher: Wrox Press (27 August 2002)
Please note this is a VB.NET version of our existing book Professional ASP.NET Web Services ISBN 1-86100-545-8

This book will show you how to create high quality Web Services using ASP.NET. It describes the standards that are core to the Web Services architecture and examines how these standards are integrated into ASP.NET. The processes involved in building and consuming Web Services are discussed along with in-depth code examples. The book concludes with three case studies, each examining a different application of Web Services, and presenting a complete solution.

XML-based Web Services are seen by many as the next big step in the progress of distributed computing. Promotion by a range of companies across the computing industry is creating a lot of interest in this emerging set of technologies and standards. Microsoft is one of the leading advocates, building support for Web Services into ASP.NET.

This book covers:

- Building and consuming Web Services in ASP.NET

- Simple Object Access Protocol (SOAP)

- Web Services Description Language (WSDL)

- Discovering Web Services with UDDI

- Exposing data sources through Web Services

- Performance techniques

- Securing Web Services

- Transactional Web Services

- .NET My Services (Hailstorm)

Programming .NET Web Services
Authors: Alex Ferrara, Matthew MacDonald
List price: $39.95
Amazon price: $35.95   Book details at Amazon.com
Average rating: 4.5 / 7 (7 reviews)
Publisher: O'Reilly Media, Inc. (15 October 2002)
Microsoft .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer)
Author: Matthew MacDonald
List price: $59.99
Amazon price: $47.03   Book details at Amazon.com
Average rating: 4.5 / 14 (14 reviews)
Publisher: Microsoft Press (26 March 2003)
Sams Teach Yourself .NET XML Web Services in 24 Hours (Sams Teach Yourself)
Authors: Mark Augustyniak, Chris Payne
List price: $36.99
Amazon price: $28.11   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Sams ( 7 January 2002)
Professional ASP.NET Web Services
Authors: Andreas Eide, Chris Miller, Bill Sempf, Srinivasa Sivakumar, Mike Batongbacal, Matthew Reynolds, Mike Clark, Brian Loesgen, Robert Eisenberg, Brandon Bohling, Russ Basiura, Don Lee
List price: $59.99
Amazon price:   Book details at Amazon.com
Average rating: 4.0 / 12 (12 reviews)
Publisher: Wrox Press (27 November 2001)
This book will show you how to create high-quality Web Services using ASP.NET. It describes the standards that are core to the Web Services architecture and examines how these standards are integrated into ASP.NET. The processes involved in building and consuming Web Services are discussed along with in-depth code examples. The book concludes with three case studies, each examining a different application of Web Services, and presenting a complete solution.

This book covers:

* Building and consuming Web Services in ASP.NET
* Simple Object Access Protocol (SOAP)
* Web Services Description Language (WSDL)
* Discovering Web Services with UDDI
* Exposing data sources through Web Services
* Performance techniques
* Securing Web Services
* Transactional Web Services
* .NET My Services (Hailstorm)

The code in this book is presented in C#. Full Visual Basic .NET versions of all code samples and case studies are available along with C# downloads on the Wrox website.

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series)
Authors: Steve Resnick, Richard Crane, Chris Bowen
List price: $49.99
Amazon price: $31.49   Book details at Amazon.com
Average rating: 4.5 / 5 (5 reviews)
Publisher: Addison-Wesley Professional (21 February 2008)
Programming Microsoft .NET XML Web Services (Pro-Developer)
Authors: Damien Foggon, Daniel Maharry, Chris Ullman, Karli Watson
List price: $59.99
Amazon price:   Book details at Amazon.com
Average rating: 1.0 / 2 (2 reviews)
Publisher: Microsoft Press (27 August 2003)
Professional C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting
Authors: Andrew Krowczyk, Zach Greenvoss, Christian Nagel, Ashish Banerjee, Thiru Thangarathinam, Aravind Corera, Chris Peiris, Brad Maiani
List price: $59.99
Amazon price:   Book details at Amazon.com
Average rating: 3.5 / 15 (15 reviews)
Publisher: Wrox Press (27 December 2001)
Web services are perhaps the most important feature of .NET development. They take componentization to a new level by allowing method calls to be made over the Internet or over an intranet using standard protocols such as HTTP and SOAP. This means that the calling application needs to know nothing about the internal implementation of the service - a web service built in C# on the .NET platform will (in theory) be indistinguishable from one built on Linux using Java.

The .NET Framework provides two ways to build web services - ASP.NET and .NET Remoting. Unlike most books on web services, this book covers both of these technologies in depth. .NET Remoting web services require a little extra effort to build, but they offer us greater flexibility. They allow us to use different encoding and channels, and they can be hosted in any application, not just IIS.

This book covers:

This book covers building web services and web service clients with both ASP.NET and .NET Remoting. We also look at the generic protocols used by web services - SOAP, WSDL, and we discuss discovering web services using Universal Description, Discovery and Integration (UDDI). Case studies illustrate the integration of web services into an application, and demonstrate how to create a custom channel sink to apply cryptography to a Remoting web service.