19 used & new from $1.79

Have one to sell? Sell yours here
 
 
Professional C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Professional C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting [ILLUSTRATED] (Paperback)

~ Andrew Krowczyk (Author), Zach Greenvoss (Author), Christian Nagel (Author), Ashish Banerjee (Author), Thiru Thangarathinam (Author), Aravind Corera (Author), Chris Peiris (Author), Brad Maiani (Author)
3.3 out of 5 stars  See all reviews (15 customer reviews)


Available from these sellers.


5 new from $43.99 14 used from $1.79

Formats

Amazon Price New from Used from
  Paperback, Illustrated -- $43.99 $1.79

Customers Who Bought This Item Also Bought

Microsoft  .NET XML Web Services Step by Step (Step By Step (Microsoft))

Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft))

by Adam Freeman
4.2 out of 5 stars (15)  $26.39
Programming .NET Web Services

Programming .NET Web Services

by Alex Ferrara
4.4 out of 5 stars (10)  $34.03
.NET Web Services: Architecture and Implementation

.NET Web Services: Architecture and Implementation

by Keith Ballinger
3.4 out of 5 stars (17)  $37.11
Professional ASP.NET Web Services

Professional ASP.NET Web Services

by Andreas Eide
Professional C# 2008 (Wrox Professional Guides)

Professional C# 2008 (Wrox Professional Guides)

by Bill Evjen
4.2 out of 5 stars (20)  $37.79
Explore similar items

Editorial Reviews

Product Description

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.



From the Publisher

This book is for anyone who is interested in building web services using the tools supplied with the .NET Framework, and wants to look at both of these technologies. If you are only interested in ASP.NET web services, you should consider buying Professional ASP.NET Web Services instead. Prior knowledge of C# and the .NET Framework is assumed.


Product Details

  • Paperback: 550 pages
  • Publisher: Wrox Press; 1st edition (December 2001)
  • Language: English
  • ISBN-10: 1861004397
  • ISBN-13: 978-1861004390
  • Product Dimensions: 9 x 7.1 x 1.4 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 3.3 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon.com Sales Rank: #651,006 in Books (See Bestsellers in Books)

What Do Customers Ultimately Buy After Viewing This Item?

Professional C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting
49% buy the item featured on this page:
Professional C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting 3.3 out of 5 stars (15)
Programming .NET Web Services
23% buy
Programming .NET Web Services 4.4 out of 5 stars (10)
$34.03
Professional ASP.NET Web Services
15% buy
Professional ASP.NET Web Services 4.2 out of 5 stars (12)
Expert Service-Oriented Architecture in C# 2005, Second Edition
7% buy
Expert Service-Oriented Architecture in C# 2005, Second Edition 4.0 out of 5 stars (1)
$14.04

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(16)
(9)
(7)
(4)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

15 Reviews
5 star:
 (6)
4 star:    (0)
3 star:
 (4)
2 star:
 (2)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
3.3 out of 5 stars (15 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
4 of 4 people found the following review helpful:
5.0 out of 5 stars Tough subjects but don't give up!, October 13, 2002
To really understand Web Services and Remoting requires hard work, but if you take the time and don't give up, this book will give you a solid understanding of the subjects, especially Remoting. Not only the basics but also advanced techniques. I've read the book a couple of times, together with Professional ASP.NET Web Services, and written the code examples, so now I'm doing my own projects with both techniques and feeling confident with what I'm doing. But it takes time!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
11 of 14 people found the following review helpful:
2.0 out of 5 stars This book could have been something special..., January 10, 2002
By T. Cook "tomc" (Vancouver, WA) - See all my reviews
(REAL NAME)   
...but it comes up short. WROX (WROT is too strong, but WRUSH or WROUGH is more appropriate) seems to *rush* books to press while they are in *rough* draft form. The editing in this book is far better than in "Professional C#", but the content is now sorely lacking. The book purports to cover both ASP.NET and .NET remoting web services. I do not know enough about remoting to either praise or condemn their coverage, but I do know that their coverage of (the relatively simple) ASP.NET web services is lacking. Example: they do not discuss the terrific things that can be done with the SoapHeader class/attribute and the overriding of SoapExtensions. (If they do discuss it, I can't find it. I initially thought the index was poorly done, but now I think the index is spartan because the content is thin.) Microsoft's (new) course on building web services with C# is a far better reference than this book; somebody will capture this content in a book soon enough. I'd try to wait for a second edition or another non-rushed non-rough tome to come out.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 5 people found the following review helpful:
5.0 out of 5 stars Probably the book that I used most, November 5, 2002
If you want to get the understanding of .NET Remoting, this is the right book.

XML Web Services with ASP .NET are quite easy to build, so, this book doesn't looses too much time on it.

If you want to learn only ASP .NET web services then you can try other titles that covers only this.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars good..but old
For a beginner its good. I liked the way concepts are expressed.
I just wish I read this few a couple of years ago, when it came out!
Published 22 months ago by K. Somanchi

5.0 out of 5 stars Hot Technology
As a first read on web services this was not bad. It is a passable reference as well.

The book starts with a summary of the technology and a brief overview of the component... Read more

Published on October 2, 2003 by David Stapleton

5.0 out of 5 stars I found this to be a good source of information...
Don't know why others are saying this isn't a great book. I think it is!
Published on March 14, 2003

1.0 out of 5 stars Poorly written
This book is not organized at all. There are allot of code examples but they are totally useless. Since one can not really run any of the examples because they are not organized... Read more
Published on February 4, 2003

3.0 out of 5 stars An OK introduction to web services
Building web services is generally a simple task in .NET. This book covers the two methods available to .NET developers to build web services, ASP. Read more
Published on September 23, 2002 by Thomas Paul

1.0 out of 5 stars good enuf beginner, with c# and vb.net experience
for someone who is a beginner and have a knack and
understanding for ms technologies, I was pleased that
most of the examples actually worked. Read more
Published on September 18, 2002 by .Net learner

1.0 out of 5 stars It's the worstever I read
It's the worstever I read. It's not worth [the price]. 300 pages out of 608 are case studies & appendix. Only two chapters on asp.net web services & .net remoting. Read more
Published on July 27, 2002

3.0 out of 5 stars Needs a bit of polishing
Although this book contains a great deal of useful information on using .Net Remoting, it is a little rough around the edges and in obvious need of further editing. Read more
Published on March 26, 2002 by wingo

3.0 out of 5 stars Multi-Headed Wrox book lacks focus
While this book does cover C# and Web Services in reasonable detail, it does so in a poorly organized manner. Read more
Published on March 24, 2002 by Michael A. A. Schall

5.0 out of 5 stars Great book on Remoting
No book currently out has as much quality material on .NET Remoting. This book really helped me understand this technology. Read more
Published on January 4, 2002 by Patrick Christen

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

Ad
 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.