Programming .NET Web Services

  Author:    Matthew MacDonald, Alex Ferrara
  ISBN:    0596002505
  Sales Rank:    138315
  Published:    2002-10-15
  Publisher:    O'Reilly
  # Pages:    414
  Binding:    Paperback
  Avg. Rating:    5.0 based on 7 reviews
  Used Offers:    14 from $14.99
  Amazon Price:    $35.95
  (Data above last updated:  2008-09-06 06:51:28 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Programming .NET Web Services
  
Web services are poised to become a key technology for a wide range of Internet-enabled applications, spanning everything from straight B2B systems to mobile devices and proprietary in-house software. While there are several tools and platforms that can be used for building web services, developers are finding a powerful tool in Microsoft's .NET Framework and Visual Studio .NET. Designed from scratch to support the development of web services, the .NET Framework simplifies the process--programmers find that tasks that took an hour using the SOAP Toolkit take just minutes. 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 to give you 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 of web services, including the benefits and limitations, 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. The book also covers:
  • Creating and publishing your first web service
  • The UDDI project, tModels and what they mean for web service publishers Securing web service applications
Written for programmers who are familiar with the .NET Framework and interested in building industrial-strength web services, Programming .NET Web Services is full of practical information and good old-fashioned advice.
                  Reader Reviews 1 - 9 of 9                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
10-27-06 5 (NA)
(Hide Review...)  Awesome book
Reviewer Permalink
I am reading this book after looking at some other WebService books, and this one is climbing the charts.
All the chapters are very thorough and I am quite surprised that not many people have discovered this gem.
Grab a copy and read it, and you will become a confident and knowledgeable web services developer.
(Review Data Last Updated: 2008-09-05 06:57:20 EST)
03-23-06 5 1\6
(Hide Review...)  Programming .NET Web Services
Reviewer Permalink
I like this book. It's very useful for a web developer.
(Review Data Last Updated: 2008-02-15 02:40:25 EST)
10-14-03 5 6\6
(Hide Review...)  one of the best titles for web services developers
Reviewer Permalink
This text addresses just about every challenge a web-services developer may face. Whether it involves calling a set of services asynchronously (and somehow keeping the client(s) updated of its progress) - or whether it is monitoring, profiling and logging your web-services - this text contains well explained examples of doing a lot of useful stuff.
It has saved me a lot of time - and I found it well worth the price.
(Review Data Last Updated: 2007-06-24 10:29:13 EST)
10-13-03 5 4\4
(Hide Review...)  one of the best titles for web services developers
Reviewer Permalink
This text addresses just about every challenge a web-services developer may face. Whether it involves calling a set of services asynchronously (and somehow keeping the client(s) updated of its progress) - or whether it is monitoring, profiling and logging your web-services - this text contains well explained examples of doing a lot of useful stuff.
It has saved me a lot of time - and I found it well worth the price.
(Review Data Last Updated: 2006-07-07 13:06:02 EST)
05-28-03 4 36\37
(Hide Review...)  Understand web services in a .NET environment
Reviewer Permalink
Web Services are a catchphrase that many Microsoft-centric developers are falling in love with and they don't know why. Hey, the affair isn't limited to Microsoft based development firms. Web Services are hot topics right now. They provide the best way yet to utilize the Internet for remote work.

For the uninitiated (and aren't we all at one time or another), web services are programs that rely on SOAP (Simple Object Access Protocol) to expose their interfaces across the Internet. This means you can write a program and, if you make it a web service, you will expose its public interfaces for anyone to use via the Internet.

This book takes a normal O'Reilly tack of presenting in-depth information that is appropriate for users who want to know the wherefores behind the decisions. The authors present the Microsoft/Visual Studio methodology where many of the tedious tasks of Web Service development are performed for the user. They also do a solid job of presenting why that work must be done by someone and how to do it if you don't want to use Visual Studio .NET (VS.NET). The book gives good information (about 30 pages) covering Web Service Description Language (WSDL) before it covers the incredible facility VS.NET provides for generating these documents. WSDL docs are necessary for every web service you build if you expect anyone to use your program. The authors explain and lead the reader through the process of writing a web service and consuming a web service. They also expend effort on discussing stateful versus non-stateful web services and how to appropriately choose the best methodology for your application. With the performance gains that can be attained in IIS 6 via caching, the assertion the authors make about considering caching during design phase rather than after development is in testing or production struck a chord. The book covers IIS 6's caching choices as well as explaining the benefits and drawbacks of both. I didn't finish the debugging and security sections but plan to get back into the book and finish them as they look valuable.

In conclusion, if you want to mine a book for a robust understanding of web services and the constituent pieces of that technology (with all your examples in C#) then this book is for you. If you're looking to get a 5 minute read and start throwing code (and probably exceptions), pick up a less thorough book. You'll actually read this one instead of just looking for examples to copy. The information this book imparts should be standard knowledge for anyone that expects to write production quality web services.

(Review Data Last Updated: 2008-02-15 02:40:25 EST)
01-16-03 4 8\9
(Hide Review...)  VERY GOOD .NET WEB COVERAGE
Reviewer Permalink
"Programming .NET Web Services" is an easy-to-understand text, which simplified all the difficult aspects of XML Web Services (as it concerned Microsoft .NET platform).
At 500 pages, this book is not that voluminous, yet, it detailed most of the essential issues needed in order to utilize all the .NET options which one is likely to encounter on both Microsoft and non-Microsoft clients.
I really find this book useful, despite the fact that some of its elaborations are not as extensive as I would like them to be. This textbook is better used as a daily text, or as the case may be, a quick reference resource.
(Review Data Last Updated: 2008-02-15 02:40:25 EST)
01-15-03 4 7\8
(Hide Review...)  VERY GOOD .NET WEB COVERAGE
Reviewer Permalink
"Programming .NET Web Services" is an easy-to-understand text, which simplified all the difficult aspects of XML Web Services (as it concerned Microsoft .NET platform).
At 500 pages, this book is not that voluminous, yet, it detailed most of the essential issues needed in order to utilize all the .NET options which one is likely to encounter on both Microsoft and non-Microsoft clients.
I really find this book useful, despite the fact that some of its elaborations are not as extensive as I would like them to be. This textbook is better used as a daily text, or as the case may be, a quick reference resource.
(Review Data Last Updated: 2006-07-07 13:06:02 EST)
11-05-02 5 5\9
(Hide Review...)  Great Web Services Text
Reviewer Permalink
This book provides a very thorough coverage of web service development using ASP.NET. I found the step-by-step configuration sections to be very helpful, and also found the more detailed coverage of the framework, including ASP.NET security and interop to be helpful. I highly recommend it.
(Review Data Last Updated: 2008-02-15 02:40:25 EST)
10-30-02 4 35\38
(Hide Review...)  a good book for .net web service developers
Reviewer Permalink
I'm really a java Web Service developer, but picked this book up and read it over a weekend.

This book is a reasonably compact and readable introduction to doing web services in the .net framework, covering everything from the basics of exporting an asmx page to doing transactions as part of a request, debugging and authentication, and other advanced details. I liked the bits on configuring asp.net, as I was never going to go through all the msdn docs to find what I needed.

I'm not going to give it five stars for the following reasons, reasons which make me worry about how much real world web service dev the authors do

1. it presents UDDI unquestioningly. This is tough. We all know UDDI outside the internet is bogus, but it has a place behind the firewall. This book looks at UDDI beyond the firewall like its a good idea.

2. It doesn't worry enough about soap interop. It has a chapter on it, but doesn't go into some of the glaring interop issues you can do in .net like use unsigned datatypes (breaks java), or DataSets (breaks everything but .net). Developers need to know these things if they want us java coders to talk to their service

(Review Data Last Updated: 2006-07-07 13:06:02 EST)
  
                  Reader Reviews 1 - 9 of 9                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)