Product Details
Professional ASP.NET Web Services

Professional ASP.NET Web Services
By Andreas Eide, Chris Miller, Bill Sempf, Srinivasa Sivakumar, Mike Batongbacal, Matthew Reynolds, Mike Clark, Brian Loesgen, Robert Eisenberg, Brandon Bohling, Russ Basiura, Don Lee

Price:

This item is not available for purchase from this store.
Click here to go to Amazon to see other purchasing options.


14 new or used available from $21.94

Average customer review:

Product Description

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.


Product Details

  • Amazon Sales Rank: #776591 in Books
  • Published on: 2001-11
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 700 pages

Editorial Reviews

From the Publisher
This book is for intermediate or experienced ASP.NET programmers who want to take advantage of the opportunities that are presented by Web Services standards.

We offer a full support service to readers of this book. This includes community discussion on p2p.wrox.com and responsive email support through support@wrox.com. Authors and editors that worked on Professional ASP.NET Web Services will help you to get the most from the book.

About the Author
Andreas Eide has been working as a developer and software architect for the past eight years. He is an MCSD, MCT, and is also MSDN Regional Director and a regular speaker at seminars and conferences. You can contact Andreas at andreas.eide@objectware.no

Christopher L.

Currently, Bill Sempf is a Senior Consultant at Paros Business Partners, and owner of Products Of Innovative New Technology. He has written several articles on COM, COM+ and .Net technologies for TechRepublic, Internet.com and Inside Web Development Journal. Bill can be reached at bill@sempf.net.

Srinivasa Sivakumar is a software consultant, developer, and writer. He specializes in Web and Mobile technologies using Microsoft solutions. He currently works in Chicago for TransTech, Inc. He also writes technical articles for ASPToday.com, CSharpToday.com, .NET Developer, etc.

Mike Batongbacal is a technology consultant developing n-tiered systems using Microsoft technologies such as Visual Basic, ASP, COM+, SQL Server and, most recently, the .NET platform. Mike is currently the E-Business Practice Lead for Magenic Technologies.

Matthew Reynolds is an in-house author for Wrox Press writing about and working with virtually all aspects of Microsoft .NET. He's also a regular contributor to Wrox's ASPToday and C#Today, and Web Services Architect. He can be reached on matthewr@wrox.com

Mike Clark is currently working in the UK for Lucin as Senior Analyst.

Brian Loesgen is a Chief Software Architect at Stellcom Inc., a leader in advanced enterprise and mobile solutions. Brian utilizes his XML expertise to translate new, technologies into real-world value. Brian is a frequent speaker at major technical conferences worldwide. He can be reached at bloesgen@msn.com.

Robert Eisenberg is currently an independent consultant specializing in Web Services. In 1999 he was the CEO and cofounder of an eCommerce consulting firm that was acquired by Framfab Inc. He has written for DevX and spoken on .NET at Microsoft and at local user groups.

Brandon Bohling is a software engineer for Intel Corporation in Phoenix, Arizona. He has been developing ASP-based web sites since its creation. He has fully embraced the .NET technologies and is devoted to spreading his knowledge.

Russ Basiura is an independent consultant and founder of RJB Technical Consulting, Inc.Russ specializes in the design and development of integration solutions that enable business partners to exchange confidential information. Russ can be contacted at russ@rjbtech.com.


Customer Reviews

Comprehensive coverage5
The first few chapters teach you the basics, most of which I knew already, but it is the later chapters which are really great. The chapter on SOAP security (a subject about which I confess I knew very little) taught me everything I am ever likely to need or want to know about that subject. There's also loads of great examples to get you going. To sum up - it's great!

Teaches how to develop real-world Web Services using ASP.NET5
This is by far one of the best books on implementig Web Services in ASP .NET and the reason is simple: it addresses and provides examples on how to deal with inherent Web Services issues such as security and state management. In most other web services books I've read the chapters about security (if any) simply say it is an issue and talk about general concepts about security. This book is an exception to that. The examples on this book will teach you:
* How to use SOAP headers for authentication.
* How to map Windows accounts to impersonate users.
* How to enable session management for persisting state across different Web service methods.

Perhaps one of the big reasons I also liked the book is because the examples where in C#, whereas most other ASP .NET books use VB.NET by default. It'd be nice to see a second edition of this book covering examples on how to use the WS-Security standard using the recently released Microsoft Web Services Development Kit (WSDK).

This book is for EXPERIENCED programmers4
I read the book several times. I did some of the examples. The examples worked with no changes necessary. On the [web page], the book has an errata list, which is pretty small. The source code for C# and VB are on the wrox website. This book is for EXPERIENCED programmers. Don't even try to read it if you have no prior knowledge of web services.

The book has an excellent introduction to ASP.NET for web services. It probably is worth just going over the first two chapters to get a flavor of web services. Word of caution, I downloaded the VB samples, and they were a bit buggy. If you are a C# developer, the code in the book was fine. The VB code was not...