• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<pre>

Author/s : Andrew Krowczyk et al
Publisher : Wrox
Category : Other
Review by : Thomas Paul
Rating : 7 horseshoes

</pre>
<review>
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.NET (referred to as XML Web Services) and .NET Remoting (a technology similar to RMI, although with more flexibility). There are several books that cover building web services with APS.NET but this book is rare in that it covers both technologies. If you aren't interested in .NET Remoting then you may want to look elsewhere. Overall, this book does a nice job of covering web services in .NET although it could have been better. The book suffers from the common problem of multiple authors, it tends to be repetitive. For example, the SOAP protocol. is explained in detail in chapter 2 , and then again in chapter 4. The chapter on web services security gives a good description of cryptography but doesn't discuss other issues of web service security. Although the book does discuss user authentication (although briefly) it does not discuss the problem of passing user cre dentials from one web service to another. At least half the book is case studies and examples so the actual content is not deep. The book is a fairly good basic introduction to web services. If you are new to web services and you are looking for a book that covers ASP.NET and .NET Remoting, you could do a lot worse than starting with this book. </review>


More info at Amazon.com
More info at Amazon.co.uk
 
Run away! Run away! Here, take this tiny ad with you:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic