Dotnetcat » .NET Books » Web Services books
Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft))
|
Authors: | Adam Freeman, Allen Jones |
| List price: | $39.99 | |
| Amazon price: | $12.86 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press (30 October 2002) |
Teach yourself how to write and deploy XML Web services for Microsoft .NET-one step at a time. XML Web services can vastly simplify application integration and interoperability, but developing them requires an understanding of many different programming techniques and technologies. This step-by-step tutorial delivers expert, task-based instruction designed to help you apply what you already know about C#, Microsoft Visual Basic, and other object-oriented programming (OOP) languages to XML Web services development-at the pace that best suits you. Topics include XML Web services architecture; writing, testing, and debugging Web services; and consuming Web services asynchronously through clients or with HTTP; and advanced topics such as managing Web service state, security, SOAP, and .NET remoting. The book features skill-building lessons and practice exercises, with plenty of examples in both the C# and Visual Basic .NET languages.
Programming .NET Web Services
|
Authors: | Alex Ferrara, Matthew MacDonald |
| List price: | $39.95 | |
| Amazon price: | $29.00 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media (15 October 2002) |
Programming .NET Web Services is a comprehensive tutorial that teaches you the skills needed to develop web services hosted on the .NET platform. Written for experienced programmers, this book takes you beyond the obvious functionality of ASP.NET or Visual Studio .NET. It provides a solid foundation in the building blocks of web services, and leads you step-by-step through the process of creating your own. Beginning with a close look at the underlying technologies, Programming .NET Web Services discusses the unique features of the .NET Framework that make creating web services easier, including the Common Language Runtime (CLR) and the namespaces used in .NET programming. Filled with numerous code examples using the C# language, the book leads you through some of the more challenging issues of web services development, including the use of proxies, marshalling of complex data types, state management, security, performance tuning and cross-platform implementation. For those interested in building industrial-strength web services, Programming .NET Web Services is full of practical information and good old-fashioned advice.
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: | ||
| Amazon price: | $233.52 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | (31 July 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)
RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5
|
Author: | Jon Flanders |
| List price: | $39.99 | |
| Amazon price: | $21.59 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media (21 November 2008) |
RESTful .NET is the first book that teaches Windows developers to build RESTful web services using the latest Microsoft tools. Written by Windows Communication Foundation (WFC) expert Jon Flanders, this hands-on tutorial demonstrates how you can use WCF and other components of the .NET 3.5 Framework to build, deploy and use REST-based web services in a variety of application scenarios.
RESTful architecture offers a simpler approach to building web services than SOAP, SOA, and the cumbersome WS- stack. And WCF has proven to be a flexible technology for building distributed systems not necessarily tied to WS- standards. RESTful .NET provides you with a complete guide to the WCF REST programming model for building web services consumed either by machines or humans. You'll learn how to:
- Program Read-Only (GET) services
- Program READ/WRITE services
- Host REST services
- Program REST feeds
- Program AJAX REST clients
- Secure REST endpoints
- Use workflow to deliver REST services
- Consume RESTful XML services using WCF
- Work with HTTP
- Work with ADO.NET Data Services (Astoria)
RESTful .NET introduces you to the ideas of REST and RESTful architecture, and includes a detailed discussion of how the Web/REST model plugs into the WCF architecture. If you develop with .NET, it's time to jump on the RESTful bandwagon. This book explains how.
"While REST is simple, WCF is not. To really understand and exploit this part of WCF requires a knowledgeable and experienced guide. I don't know anybody who's better suited for this role than Jon Flanders. ...Jon is first-rate at explaining complicated things. This book is the best introduction I've seen to creating and using these services with WCF." --David Chappell, Chappell & Associates
Programming Microsoft(r) .Net XML Web Services (Pro-Developer)
|
Authors: | Damien Foggon, Chris Ullman, Daniel Maharry, Karli Watson |
| List price: | $59.99 | |
| Amazon price: | $8.90 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press (27 August 2003) |
Description: 25-Word Description This book breaks new ground by providing a hands-on exploration of XML Web services to help programmers design, build, and consume best-of-breed Web services. 75-Word Description With this guide, the authors set an ambitious course to help professional programmers understand the architecture of XML Web services and implement the right solutions by creating and consuming best-of-breed XML Web services. The book provides a hands-on exploration of how to design, build, and use XML Web services to help developers break new ground with their Web applications. Topics covered include generic Web services, Microsoft ASP.NET-based Web services, the Simple Object Application Protocol (SOAP), Microsoft ADO.NET, .NET Remoting, and more. Positioning Statement: The comprehensive resource for any developer who wants to create great solutions based on XML Web services
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: | $43.75 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wrox Press ( 1 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.
.NET Web Services Solutions
|
Author: | Kris Jamsa |
| List price: | $49.99 | |
| Amazon price: | $5.82 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sybex ( 7 March 2003) |
Best-selling programming book author Kris Jamsa tackles the hottest new topic for .NET developers: the creation of web services for high-powered cross-platform application development. This solutions-oriented book gives you the background you need to understand the concept of web services and then quickly moves into showing you how to publish and consume web services. You learn to how to use existing web services, how to make your .NET web service available to others, how to connect a web service to a database, and how to secure a web service. There is also special advanced coverage of creating mobile solutions and improving the performance of your web services. The book contains plenty of code examples that you can implement in your own applications, including web services that can be consumed by other languages, such as PHP and Perl.
Building XML Web Services for the Microsoft .Net Platform
|
Author: | Scott Short |
| List price: | $59.99 | |
| Amazon price: | $0.01 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press (27 March 2002) |
Discover how to revolutionize the online exchange of business information with this in-depth developer's guide to Web Services-the building blocks of the .NET platform. This book takes enterprise developers inside the architecture, protocols, and programming practices for building distributed-object Web Services. The authors also step readers through building a high-end Web Service of their own, using real-world examples and proven strategies. All the book's code examples appear on the companion CD-ROM.
.NET Web Services: Architecture and Implementation
|
Author: | Keith Ballinger |
| List price: | $54.99 | |
| Amazon price: | $7.66 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Addison-Wesley Professional (22 February 2003) |
Addresses the issue of why Web services exist, and how to create them using Microsoft .NET. Features a lot of code and many working examples. Softcover.
.NET Web Services for Dummies
|
Author: | Anthony T. Mann |
| List price: | $29.99 | |
| Amazon price: | $54.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | For Dummies (14 March 2003) |
* .NET development is hot-by October 2003, ninety-five percent of developers are expected to be tackling some type of Web services project
* Covers the essentials of Web service development with .NET technologies, including Visual Studio.NET, .NET servers, and the various languages used in Web service development
* Walks developers, executives, and IT managers through the basics of creating XML-based Web service applications on the .NET platform
* A basic primer of .NET development with shortcuts for professional developers and the background IT managers require
* Author, an experienced Web service developer, is currently building a front-end Web service for the hotel/hospitality industry


Syndicate








